Skip to content

Instantly share code, notes, and snippets.

@zeffii
Forked from anonymous/bl_props.txt
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zeffii/db88f1697e74975dfb26 to your computer and use it in GitHub Desktop.
Save zeffii/db88f1697e74975dfb26 to your computer and use it in GitHub Desktop.
bl_props, props
bl_<prop> | allowed
---------------+-------------------------------------
bl_space_type | 'CLIP_EDITOR', 'CONSOLE', 'DOPESHEET_EDITOR', 'EMPTY',
| 'FILE_BROWSER', 'GRAPH_EDITOR', 'IMAGE_EDITOR', 'INFO',
| 'LOGIC_EDITOR', 'NLA_EDITOR', 'NODE_EDITOR', 'OUTLINER',
| 'PROPERTIES', 'SEQUENCE_EDITOR', 'TEXT_EDITOR', 'TIMELINE',
| 'USER_PREFERENCES', 'VIEW_3D'
---------------+-------------------------------------
bl_region_type | 'CHANNELS', 'HEADER', 'PREVIEW', 'TEMPORARY', 'TOOLS',
| 'TOOL_PROPS', 'UI', 'WINDOW'
---------------+-------------------------------------
bl_context | 'armature_edit', 'curve_edit', 'imagepaint', 'lattice_edit',
| 'mball_edit', 'mesh_edit', 'objectmode', 'particlemode',
| 'posemode', 'sculpt_mode', 'surface_edit', 'text_edit',
| 'vertexpaint', 'weightpaint'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment