Hey guys, Iâve made another add-on to improve my workflow. this time I set out to emulate the âPathâ tool from Substance Painter using Curves:
Known Issues:
-Can be very slow with high-poly, as seen in the video, it is recommended to tick âDisable Curve Layersâ.
-Clay Strips doesnât work for some reason.
-Crease can cause artifacts, reducing âResolution Uâ seems to fix the problemâŚ
Amazing, this should theoretically be possible to extend to Texture Paint strokes as well, correct? I canât wait to dive in and see how you did this magic
âTexturePaint Along Curveâ addon
I suspect it would require something similar to this addon https://github.com/WolfExplode/BlenderPlugins/blob/main/world-space%20brush.py since texturing painting doesnât have that useful 3D sculpt checkbox which keep the brush size constant regardless of camera view. Without that, the painting effect along the curves would be pretty chaotic.
I get âValueError: 1-2 args execution context is supportedâ error, no matter what I do.
This command is key in translating curves to texture paint.
It seems to be an API issue with the newer versions of Blender, since in previous versions I manage to run it just fine (on the left is Blender 3.4, right Blender 4.5):