Activity log for bug #1788501

Date Who What changed Old value New value Message
2018-08-22 21:26:28 Sefran bug added bug
2018-08-22 21:26:28 Sefran attachment added Patch for file rotate_360.py https://bugs.launchpad.net/bugs/1788501/+attachment/5179368/+files/patch.txt
2018-08-22 21:35:46 Sefran description 1) Manjaro Linux 4.17.17-1-MANJARO #1 SMP PREEMPT x86_64 GNU/Linux 2) Installation method Pacman/Yaourt 3) Openshot 2.4.2 4) melt 6.10.0 5) Blender 2.79 (sub 0) I add this with defocus.py for correct placement text for rendering. # Text of rotate 360 bpy.context.scene.objects.active = bpy.data.objects["Font"] bpy.data.objects["Font"].select = True # Mode object bpy.ops.object.mode_set(mode='OBJECT') # Center axes of text bpy.ops.object.origin_set(type='ORIGIN_GEOMETRY') # Set position of axe x and z to 0 bpy.data.objects["Font"].location[0] = 0.0 bpy.data.objects["Font"].location[2] = 0.0 #Possibility to set camera view to object text size #bpy.ops.view3d.camera_to_view_selected() 1) Manjaro Linux 4.17.17-1-MANJARO #1 SMP PREEMPT x86_64 GNU/Linux 2) Installation method Pacman/Yaourt 3) Openshot 2.4.2 4) melt 6.10.0 5) Blender 2.79 (sub 0) I add this with rotate_360.py for correct placement text for rendering. # Text of rotate 360 bpy.context.scene.objects.active = bpy.data.objects["Font"] bpy.data.objects["Font"].select = True # Mode object bpy.ops.object.mode_set(mode='OBJECT') # Center axes of text bpy.ops.object.origin_set(type='ORIGIN_GEOMETRY') # Set position of axe x and z to 0 bpy.data.objects["Font"].location[0] = 0.0 bpy.data.objects["Font"].location[2] = 0.0 #Possibility to set camera view to object text size #bpy.ops.view3d.camera_to_view_selected()