Guest User

Untitled

a guest
Jul 18th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. checkbox-property = bpy.props.BoolProperty(
  2. name="Switch",
  3. description="",
  4. default=False,
  5. update=checkbox_update_handler
  6. )
Add Comment
Please, Sign In to add comment