mirror of
https://github.com/blw1138/Zordon.git
synced 2025-12-17 16:58:12 +00:00
More worker cleanups and improvements
This commit is contained in:
@@ -13,7 +13,8 @@ data = {'cameras': cameras,
|
||||
'frame_start': bpy.data.scenes[0].frame_start,
|
||||
'frame_end': bpy.data.scenes[0].frame_end,
|
||||
'resolution_x': bpy.data.scenes[0].render.resolution_x,
|
||||
'resolution_y': bpy.data.scenes[0].render.resolution_y}
|
||||
'resolution_y': bpy.data.scenes[0].render.resolution_y,
|
||||
'fps': bpy.data.scenes[0].render.fps}
|
||||
|
||||
data_string = json.dumps(data)
|
||||
print("SCENE_DATA:" + data_string)
|
||||
|
||||
Reference in New Issue
Block a user