Title 3D glare does not fit the text well

Bug #1788570 reported by Sefran
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenShot Video Editor
New
Undecided
Unassigned

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 defocus.py for correct placement text for rendering.

# Text of defocus
bpy.context.scene.objects.active = bpy.data.objects["Text"]
bpy.data.objects["Text"].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
bpy.data.objects["Text"].location[0] = -0.14
bpy.data.objects["Text"].location[2] = 0.4 * params["text_size"]

#Possibility to set camera view to object text size
#bpy.ops.view3d.camera_to_view_selected()

Revision history for this message
Sefran (sefran007) wrote :
Revision history for this message
Sefran (sefran007) wrote :

Add new patch for correct offset.

Sorry i make mistake :-(

Revision history for this message
Sefran (sefran007) wrote :

New patch

Revision history for this message
Sefran (sefran007) wrote :

Good patch

Revision history for this message
Sefran (sefran007) wrote :

Bug for download patch file

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.