Block a user
Lukas Tönne
pushed to volume-grid-nodes-multifunction at LukasTonne/blender
2024-05-08 13:52:26 +02:00
b16136f671
Merge branch 'volume-grid-nodes' into volume-grid-nodes-multifunction
47ab59699b
Fix build errors.
3ac16fd8e1
Merge branch 'main' into volume-grid-nodes
3a640a4707
Fix #121280: clamp layout panel sub-background color to block region
bba4555526
Refactor: GPv3: Remove
get_eval_grease_pencil_layer_drawing*
functions
cef0316269
Merge branch 'main' into socket-type-inference
3a640a4707
Fix #121280: clamp layout panel sub-background color to block region
bba4555526
Refactor: GPv3: Remove
get_eval_grease_pencil_layer_drawing*
functions
5f1a31c88a
GPv3: Change "active" property to "active_layer"
2707cc28fd
GPv3: Add asserts for drawing access by index
47ab59699b
Fix build errors.
3ac16fd8e1
Merge branch 'main' into volume-grid-nodes
3a640a4707
Fix #121280: clamp layout panel sub-background color to block region
bba4555526
Refactor: GPv3: Remove
get_eval_grease_pencil_layer_drawing*
functions
5f1a31c88a
GPv3: Change "active" property to "active_layer"
a9100697e9
More robust border handling: ignore boundaries that hit image border.
e079fbca08
Ignore boundaries on border pixels, these are just the window outline.
a640fd61b4
Extra keymap entries for toggling invert and precision options.
5512f527c7
Remove unnecessary area lookup by mouse pointer, context area is fine.
8d8e3c8976
Use a modal keymap for the fill tool instead of hardcoded events.
a9100697e9
More robust border handling: ignore boundaries that hit image border.
e079fbca08
Ignore boundaries on border pixels, these are just the window outline.
a640fd61b4
Extra keymap entries for toggling invert and precision options.
5512f527c7
Remove unnecessary area lookup by mouse pointer, context area is fine.
276b300ad1
Cleanup: rename utility function for drawing a point.
1f86308a27
Cleanup: rename index mask function to
get_visible_boundary_strokes
.
b34362f708
Cleanup: simplify operator entry checks.
45df6e0540
Rename draw_curve to draw_polyline.
e3c02c825b
Use ViewContext to pass a bunch of common parameters.
GPv3: Fill tool
huh, i always thought there is no colon after a \param
, guess i was wrong. 3rd party libs seem to do without the colon mostly.
GPv3: Fill tool
Copied this from the GPv2 tool, i don't know what it does or if it's needed in some corner case ...
GPv3: Fill tool
In this case i deliberately avoid the capture-all feature, since the lambda is stored in the VArray return value and i don't want to accidentally bind to a local variable.
74777f0e67
Fix build errors.
cbf049d1ad
Merge branch 'main' into gpv3-erase-operator-soft-mode
9a5366cf8e
UI: increase precision of the camera's focus distance
26c93c8359
Cycles: Enable OIDN 2.3 lazy device module loading
afa828ffca
VSE: Various refactorings
Lukas Tönne
pushed to gpv3-erase-operator-soft-mode at LukasTonne/blender
2024-05-07 15:26:05 +02:00
74777f0e67
Fix build errors.
Lukas Tönne
pushed to gpv3-erase-operator-soft-mode at LukasTonne/blender
2024-05-07 14:50:23 +02:00
cbf049d1ad
Merge branch 'main' into gpv3-erase-operator-soft-mode
9a5366cf8e
UI: increase precision of the camera's focus distance
26c93c8359
Cycles: Enable OIDN 2.3 lazy device module loading
afa828ffca
VSE: Various refactorings
b062980318
Cleanup: Refactor VSE handle drawing code
Lukas Tönne
pushed to gpv3-erase-operator-soft-mode at LukasTonne/blender
2024-05-07 14:38:42 +02:00
02340eb723
Replace int64 by int for points and curves indices
8ddbbcc8ac
Add comment
4b0c663ebe
Small typo
94e6621f42
Removed unused variable
457c0516fa
Remove debug print
Lukas Tönne
created branch gpv3-erase-operator-soft-mode in LukasTonne/blender
2024-05-07 14:38:42 +02:00
19154fc9a2
Merge branch 'main' into gp3-fill-tool
9a5366cf8e
UI: increase precision of the camera's focus distance
26c93c8359
Cycles: Enable OIDN 2.3 lazy device module loading
afa828ffca
VSE: Various refactorings
b062980318
Cleanup: Refactor VSE handle drawing code
19154fc9a2
Merge branch 'main' into gp3-fill-tool
3ae4477c63
Add a margin to ensure strokes are fully visible.
9a5366cf8e
UI: increase precision of the camera's focus distance
c8a5c710d8
Make sure to always include the fill point in the zoomed view.
26c93c8359
Cycles: Enable OIDN 2.3 lazy device module loading