Public bug reported: 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 colors.py for correct placement text for rendering. # Set Title 1 to view bpy.context.scene.objects.active = bpy.data.objects["Title1"] bpy.data.objects["Title1"].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, y and z bpy.data.objects["Title1"].location[0] = 0.0 bpy.data.objects["Title1"].location[1] = 0.23 bpy.data.objects["Title1"].location[2] = 0.0 # Set Title 2 to view bpy.context.scene.objects.active = bpy.data.objects["Title2"] bpy.data.objects["Title2"].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, y and z bpy.data.objects["Title2"].location[0] = -4.2 bpy.data.objects["Title2"].location[1] = 4.5 bpy.data.objects["Title2"].location[2] = 0.0 # Set Title 3 to view bpy.context.scene.objects.active = bpy.data.objects["Title3"] bpy.data.objects["Title3"].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, y and z bpy.data.objects["Title3"].location[0] = 4.7 bpy.data.objects["Title3"].location[1] = 6.7 bpy.data.objects["Title3"].location[2] = 0.0 ** Affects: openshot Importance: Undecided Status: New ** Patch added: "Patch for file colors.py" https://bugs.launchpad.net/bugs/1788513/+attachment/5179425/+files/patch.txt -- You received this bug notification because you are a member of UBUNTU - AL - BR, which is subscribed to OpenShot Video Editor. https://bugs.launchpad.net/bugs/1788513 Title: Title 3D colors out does not fit the text well Status in OpenShot Video Editor: New Bug 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 colors.py for correct placement text for rendering. # Set Title 1 to view bpy.context.scene.objects.active = bpy.data.objects["Title1"] bpy.data.objects["Title1"].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, y and z bpy.data.objects["Title1"].location[0] = 0.0 bpy.data.objects["Title1"].location[1] = 0.23 bpy.data.objects["Title1"].location[2] = 0.0 # Set Title 2 to view bpy.context.scene.objects.active = bpy.data.objects["Title2"] bpy.data.objects["Title2"].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, y and z bpy.data.objects["Title2"].location[0] = -4.2 bpy.data.objects["Title2"].location[1] = 4.5 bpy.data.objects["Title2"].location[2] = 0.0 # Set Title 3 to view bpy.context.scene.objects.active = bpy.data.objects["Title3"] bpy.data.objects["Title3"].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, y and z bpy.data.objects["Title3"].location[0] = 4.7 bpy.data.objects["Title3"].location[1] = 6.7 bpy.data.objects["Title3"].location[2] = 0.0 To manage notifications about this bug go to: https://bugs.launchpad.net/openshot/+bug/1788513/+subscriptions -- Mailing list: https://launchpad.net/~linux-traipu Post to : linux-traipu@lists.launchpad.net Unsubscribe : https://launchpad.net/~linux-traipu More help : https://help.launchpad.net/ListHelp