Camera tracking integration
=========================== - Fix compilation error when blenderplayer is enabled - Fix for scene buttons error caused by property rename
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user