Block a user
Lukas Tönne
created branch gp3-fix-flickering-points in LukasTonne/blender
2024-05-06 12:14:41 +02:00
Lukas Tönne
pushed to gp3-copy-paste-attribute-init at LukasTonne/blender
2024-05-06 10:38:57 +02:00
9a3c7290a9
Fix #121447: Simple Blur node takes too long
a5ba4032e0
Audaspace: porting bugfixes for CoreAudioDevice from upstream.
0fedcc2f3c
Cleanup: correct invalid use of "r_" prefixed return arguments
9d6ab4b1dc
cppcheck: ignore more checks in the log summary
3b00f11161
Cleanup: remove unused Collada functions
Lukas Tönne
created branch gp3-copy-paste-attribute-init in LukasTonne/blender
2024-05-06 10:38:57 +02:00
e6f5036bd6
Simpler topology-based propagation function for usage state.
fb26dc5aaf
Fix missing return value.
f2dd798dc2
Merge branch 'main' into socket-visibility
c34a1b5c47
Cleanup: use return instead of an argument for PyC_MainModule_Backup
cdf15010c0
Cleanup: de-duplicate logic to evaluate Python expressions
2104e6b07d
Cleanup: require filepath to be non-null for Python name-space creation
d3c6eeb03e
Docs: merge doc-strings, move move into header
5080da87cd
Merge branch 'main' into gp3-fill-tool
408219aa63
Cleanup: comment formatting.
6125941f48
Cleanup: remove unused code.
ddb965b542
API documentation.
95fcffed4a
Cleanup: remove debug print
GPv3: Fill tool
I don't think there is a good utility function for this specific case yet (and it's so special that i don't think adding one is justified). I'll do this locally for the operator:
For each…
f24d8e0c19
Make sure to set all curve attributes when more than one curves is created.
86d3e898d1
Fix invertex radius-to-pixel factor.
f7ef1f354b
Finish curve and point attribute assignments to match pain tool.
4fb0c1290f
Merge branch 'main' into gp3-fill-tool
9209255f43
Cleanup: Make format
1b788f3a84
Fix #120778: Depth navigation no longer works for non-geometry objects
f15646df59
Fix failure to draw onto a surface with GPv3
Lukas Tönne
deleted branch gpv3-fix-placement-init from LukasTonne/blender
2024-05-01 09:03:24 +02:00
GPv3: Fix initialization of the DrawingPlacement struct from tool settings