Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/startup/bl_ui/__init__.py
| Show First 20 Lines • Show All 54 Lines • ▼ Show 20 Lines | _modules = [ | ||||
| "properties_physics_dynamicpaint", | "properties_physics_dynamicpaint", | ||||
| "properties_physics_field", | "properties_physics_field", | ||||
| "properties_physics_fluid", | "properties_physics_fluid", | ||||
| "properties_physics_rigidbody", | "properties_physics_rigidbody", | ||||
| "properties_physics_rigidbody_constraint", | "properties_physics_rigidbody_constraint", | ||||
| "properties_physics_smoke", | "properties_physics_smoke", | ||||
| "properties_physics_softbody", | "properties_physics_softbody", | ||||
| "properties_render", | "properties_render", | ||||
| "properties_render_layer", | "properties_view_layer", | ||||
| "properties_scene", | "properties_scene", | ||||
| "properties_texture", | "properties_texture", | ||||
| "properties_world", | "properties_world", | ||||
| # Generic Space Modules | # Generic Space Modules | ||||
| # | # | ||||
| # Depends on DNA_WORKSPACE_TOOL (C define). | # Depends on DNA_WORKSPACE_TOOL (C define). | ||||
| "space_toolsystem_common", | "space_toolsystem_common", | ||||
| ▲ Show 20 Lines • Show All 151 Lines • Show Last 20 Lines | |||||