Merge branch 'master' into blender2.8
This commit is contained in:
@@ -8,6 +8,7 @@ from bpy.types import (
|
||||
ManipulatorGroup,
|
||||
)
|
||||
|
||||
|
||||
class MyCameraWidgetGroup(ManipulatorGroup):
|
||||
bl_idname = "OBJECT_WGT_test_camera"
|
||||
bl_label = "Object Camera Test Widget"
|
||||
@@ -45,4 +46,5 @@ class MyCameraWidgetGroup(ManipulatorGroup):
|
||||
mpr = self.roll_widget
|
||||
mpr.matrix_basis = ob.matrix_world.normalized()
|
||||
|
||||
|
||||
bpy.utils.register_class(MyCameraWidgetGroup)
|
||||
|
||||
Reference in New Issue
Block a user