Camera tracking: operator to setup scene for compositing things into footage

This operator does needed changes to

- 3D viewport
- Scene settings
- World settings
- Compositor
- Scene objects

in a way scene becomes ready to be composited into footage.

Known issue: preview doesn't work "out-of-box" after running this script,
selecting View node and hitting Tab helps. Not sure it can be solved
in nicer way at this moment.
This commit is contained in:
Sergey Sharybin
2011-11-23 17:30:47 +00:00
parent 2345efc6c5
commit fe6a240111
2 changed files with 471 additions and 31 deletions

View File

@@ -640,6 +640,7 @@ class CLIP_PT_tools_clip(Panel):
layout = self.layout
layout.operator("clip.set_viewport_background")
layout.operator("clip.setup_tracking_scene")
class CLIP_MT_view(Menu):