Files
blender-portable-repo/scripts/addons/brushstroke_tools/CHANGELOG.md
T
2026-03-17 14:58:51 -06:00

4.7 KiB

1.1.3

CHANGED

  • rename and relink brushstroke layer objects according to the new surface object when copying from one object to another #416

FIXED

  • Fix issue when multiple windows and scenes by getting rid of bpy.context in multiple places #420

1.1.2 - 2025-07-04

CHANGED

  • link brushstrokes to same collections as surface object rather than the active collection #390
  • operator to copy over resources shows now also on minor version bumps #405
  • auto-updating the resources now only happens when no explicit resource directory is specified #405

FIXED

  • fix color sampling from curves under deformation #391
  • fix Eevee tile brushstroke sampling #404

1.1.1 - 2025-01-17

FIXED

  • fix losing brushstroke context material on new preset initialization (#365)
  • fix accumulation of default brush style datablocks (#366)
  • fix handling of incremental suffix on brush style datablocks (#366)

1.1.0 - 2025-01-14

ADDED

  • subpanel compatibility in preparation for Blender 4.4 (#347)
  • add operator to install brush style packs (#348)
  • change brush style selection to dialog with name, category and type filtering (#348)
  • extended documentation for custom brush style creation (Link)
  • track brush_stroke.curve_parameter attribute on original curves for draw layers (#349)
  • add Taper Shift parameter to draw layers (#349)
  • warnings when toggling deformable (mirrored surface/grease pencil) (#357)
  • add more advanced color variation interface with more nuanced control (#362)
  • add Upgrade Resources operator in advanced panel to upgrade all resources in the file to library the version (#362)

CHANGED

  • change resource directory structure and to allow auto-updates while preserving user data (#362)

FIXED

  • fix row count connection in stroke mapping node-group for custom brush style creation (e301a56b4bb0)
  • fix error when appending brush style that contains already packed images (#348)
  • fix issue with property type mismatch by implicit type casting (#361)
  • fix incorrect length matching behavior (#362)
  • fix registry error when un- and reregistering add-on (#363)

1.0.4 - 2024-11-11

FIXED

  • fix incorrect path use for material import (#346)
  • fix registry issue by not importing brushstrokes on addon registry (#346)
  • add nullcheck for no context material (#346)

1.0.3 - 2024-11-11

FIXED

  • use pathlib for cross-platform compatibility (#344)

1.0.2 - 2024-11-07

FIXED

  • fix manifest (#341)

1.0.1 - 2024-11

ADDED

  • Initial Version (#328)