Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/startup/bl_ui/space_view3d.py
| Context not available. | |||||
| pie.prop_enum(context.scene.tool_settings, "transform_pivot_point", value='ACTIVE_ELEMENT') | pie.prop_enum(context.scene.tool_settings, "transform_pivot_point", value='ACTIVE_ELEMENT') | ||||
| if (obj is None) or (mode in {'OBJECT', 'POSE', 'WEIGHT_PAINT'}): | if (obj is None) or (mode in {'OBJECT', 'POSE', 'WEIGHT_PAINT'}): | ||||
| pie.prop(context.scene.tool_settings, "use_transform_pivot_point_align") | pie.prop(context.scene.tool_settings, "use_transform_pivot_point_align") | ||||
| if mode in {'EDIT_GPENCIL'}: | |||||
| pie.prop(context.scene.tool_settings.gpencil_sculpt, "use_scale_thickness") | |||||
| class VIEW3D_MT_orientations_pie(Menu): | class VIEW3D_MT_orientations_pie(Menu): | ||||
| Context not available. | |||||