Fix Platform Transition Errors #1
@ -93,9 +93,9 @@ class ADD_CAMERA_RIGS_PT_camera_rig_ui(Panel, CameraRigMixin):
|
||||
if rig["rig_id"].lower() == "crane_rig":
|
||||
col = layout.column(align=True)
|
||||
col.label(text="Crane Arm:")
|
||||
col.prop(pose_bones["Crane_height"],
|
||||
col.prop(pose_bones["Crane_Height"],
|
||||
'scale', index=1, text="Arm Height")
|
||||
col.prop(pose_bones["Crane_arm"],
|
||||
col.prop(pose_bones["Crane_Arm"],
|
||||
'scale', index=1, text="Arm Length")
|
||||
|
||||
# 2D rig stuff
|
||||
|
Loading…
Reference in New Issue
Block a user