Brushstroke Tools: Initial Version #328

Merged
Simon Thommes merged 229 commits from SimonThommes/blender-studio-tools:brushstroke_tools-initial-version into main 2024-11-06 15:03:47 +01:00
Showing only changes of commit b135be19f7 - Show all commits

View File

@ -66,7 +66,6 @@ class BSBST_OT_draw(bpy.types.Operator):
context.tool_settings.curve_paint_settings.depth_mode = 'SURFACE' # TODO: restore later
context.tool_settings.curve_paint_settings.use_pressure_radius = True # TODO: restore later
context.tool_settings.curve_paint_settings.use_project_only_selected = True # TODO: restore later
context.tool_settings.curve_paint_settings.is_curve_2d = False # TODO: restore later
context.window_manager.modal_handler_add(self)
return {'RUNNING_MODAL'}