--- glare.py 2018-07-23 18:03:15.000000000 +0200 +++ glare_new.py 2018-08-23 09:59:05.000000000 +0200 @@ -107,6 +107,15 @@ material_object.specular_color = params["specular_color"] material_object.alpha = params["alpha"] +# Set axe text to view +bpy.context.scene.objects.active = bpy.data.objects["Text"] +bpy.data.objects["Text"].select = True +bpy.ops.object.mode_set(mode='OBJECT') +bpy.ops.object.origin_set(type='ORIGIN_GEOMETRY') +bpy.data.objects["Text"].location[0] = -0.14 +bpy.data.objects["Text"].location[2] = 0.4 * params["text_size"] +#bpy.ops.view3d.camera_to_view_selected() + # Set the render options. It is important that these are set # to the same values as the current OpenShot project. These # params are automatically set by OpenShot