Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/rna_scene.c
| Context not available. | |||||
| "3D Cursor", | "3D Cursor", | ||||
| "Draw stroke at 3D cursor location"}, | "Draw stroke at 3D cursor location"}, | ||||
| /* Weird, GP_PROJECT_VIEWALIGN is inverted. */ | /* Weird, GP_PROJECT_VIEWALIGN is inverted. */ | ||||
| {0, "VIEW", ICON_RESTRICT_VIEW_ON, "View", "Stick stroke to the view "}, | {0, "VIEW", ICON_RESTRICT_VIEW_ON, "View", "Stick stroke to the view"}, | ||||
| {GP_PROJECT_VIEWSPACE | GP_PROJECT_DEPTH_VIEW, | {GP_PROJECT_VIEWSPACE | GP_PROJECT_DEPTH_VIEW, | ||||
| "SURFACE", | "SURFACE", | ||||
| ICON_FACESEL, | ICON_FACESEL, | ||||
| Context not available. | |||||
| RNA_def_property_enum_bitflag_sdna(prop, NULL, "flag"); | RNA_def_property_enum_bitflag_sdna(prop, NULL, "flag"); | ||||
| RNA_def_property_enum_items(prop, brush_size_unit_items); | RNA_def_property_enum_items(prop, brush_size_unit_items); | ||||
| RNA_def_property_ui_text( | RNA_def_property_ui_text( | ||||
| prop, "Radius Unit", "Measure brush size relative to the view or the scene "); | prop, "Radius Unit", "Measure brush size relative to the view or the scene"); | ||||
| } | } | ||||
| static void rna_def_curve_paint_settings(BlenderRNA *brna) | static void rna_def_curve_paint_settings(BlenderRNA *brna) | ||||
| Context not available. | |||||