Block a user
Lukas Tönne
pushed to fix-gp3-opacity-modifier-hardness at LukasTonne/blender
2024-02-08 16:41:10 +01:00
ce78e32850
Fix zero default hardness created by the opacity modifier.
Lukas Tönne
created branch fix-gp3-opacity-modifier-hardness in LukasTonne/blender
2024-02-08 16:41:10 +01:00
030521eef0
Merge branch 'main' into gp3-envelope-modifier
2c8de207b7
GPv3: Dash modifier
506556fb3f
Merge branch 'blender-v4.1-release' into main
8f9ca23b9e
Build: document and check GCC/CUDA/HIP compiler version for libraries
f312c07a1d
Merge branch 'blender-v4.1-release' into main
GPv3: Dash modifier
5f37bb399e
Merge branch 'main' into gp3-envelope-modifier
da2d3be202
GPv3: Lattice modifier
9c0bb3d8f9
Merge branch 'blender-v4.1-release'
252ae7029d
Fix building FreeStyle with Python 3.12
179430857d
GPv3: Add and reorder menus to follow GPv2 menu layout
749a489ed7
Merge branch 'main' into gp3-dash-modifier
da2d3be202
GPv3: Lattice modifier
9c0bb3d8f9
Merge branch 'blender-v4.1-release'
252ae7029d
Fix building FreeStyle with Python 3.12
GPv3: Lattice modifier
1ecc246e34
Handle negative material index of dashes as "use source material".
c75822a43c
Move dash copy lambda out of the for loop.
2ede23a643
Enum class for the DashSegmentMoveDirection.
7b52fa007b
Put operator callbacks into
blender::ed::grease_pencil
namespace.
e382f57560
Merge branch 'main' into gp3-dash-modifier
GPv3: Dash modifier
This currently makes all dashes "invisible" by default by setting an invalid material index. Have to check how GPv2 handles these settings.
GPv3: Dash modifier
I think blender::ed::grease_pencil
would be better than a naked root grease_pencil
namespace, but yes.
9e6e483a73
Merge branch 'main' into gp3-lattice-modifier
179430857d
GPv3: Add and reorder menus to follow GPv2 menu layout
dfec8171cc
Modifiers: Increase the length of name strings in ModifierTypeInfo
fa8c7e1dfe
Merge branch 'blender-v4.1-release'
8887955def
Fix division by 0 in tree view drawing
f74370d40a
Nicer way to get the GP component.
5eb948f27c
Tagging CurvesGeometry unnecessary if drawing is tagged.