Hi!
How I can create SpinBox?
If I do this
class SpinBoxRotationManipula(bpy.types.IntProperty):
bl_idname = "object.spin_box_rotation_manipula"
bl_label = text_spin_box_rotation_manipula
Then I can’t to register this class
Hi!
How I can create SpinBox?
If I do this
class SpinBoxRotationManipula(bpy.types.IntProperty):
bl_idname = "object.spin_box_rotation_manipula"
bl_label = text_spin_box_rotation_manipula
Then I can’t to register this class