Camera tracking integration

===========================

- Fix compilation error when blenderplayer is enabled
- Fix for scene buttons error caused by property rename
This commit is contained in:
Sergey Sharybin
2011-10-24 15:25:02 +00:00
parent d4be67f501
commit 093ccdf7a9
2 changed files with 2 additions and 1 deletions

View File

@@ -225,7 +225,7 @@ class SCENE_PT_movie_clip(SceneButtonsPanel, Panel):
layout = self.layout
scene = context.scene
layout.prop(scene, "clip")
layout.prop(scene, "active_clip", text="Active Clip")
class SCENE_PT_custom_props(SceneButtonsPanel, PropertyPanel, Panel):