Skip to content
Snippets Groups Projects
Commit 12223b63 authored by Campbell Barton's avatar Campbell Barton
Browse files

error setting start/end frames

parent 4f2de5a5
No related branches found
No related tags found
No related merge requests found
...@@ -135,8 +135,8 @@ class CameraExporter(bpy.types.Operator): ...@@ -135,8 +135,8 @@ class CameraExporter(bpy.types.Operator):
return {'FINISHED'} return {'FINISHED'}
def invoke(self, context, event): def invoke(self, context, event):
self.start_frame = context.scene.start_frame self.properties.start_frame = context.scene.start_frame
self.end_frame = context.scene.end_frame self.properties.end_frame = context.scene.end_frame
wm = context.manager wm = context.manager
wm.add_fileselect(self) wm.add_fileselect(self)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment