Lukas Tönne LukasTonne
Lukas Tönne pushed to gp3-modifier-filters at LukasTonne/blender 2024-01-11 13:10:38 +01:00
d6b1232d07 Split the filters for GP modifiers into separate structs.
Lukas Tönne pushed to gp3-opacity-modifier at LukasTonne/blender 2024-01-11 13:05:52 +01:00
25cd79488b Split the filters for GP modifiers into separate structs.
Lukas Tönne pushed to gp3-opacity-modifier at LukasTonne/blender 2024-01-11 12:15:06 +01:00
4db9214fd7 Merge branch 'gp3-modifier-filters' into gp3-opacity-modifier
dddd4eb52a General filter settings and functions for Grease Pencil modifiers.
6e26249671 Vulkan: Fix vkCmdCopyBufferToImage validation error
46a79ba5a2 Vulkan: Fix Samplers Extend mode
72d6ca3aff Vulkan: Fix Anisotropic Filtering Validation Error
Compare 29 commits »
Lukas Tönne pushed to gp3-modifier-filters at LukasTonne/blender 2024-01-11 12:05:11 +01:00
dddd4eb52a General filter settings and functions for Grease Pencil modifiers.
6e26249671 Vulkan: Fix vkCmdCopyBufferToImage validation error
46a79ba5a2 Vulkan: Fix Samplers Extend mode
72d6ca3aff Vulkan: Fix Anisotropic Filtering Validation Error
a94146b82c Cleanup: move BKE_pointcloud.h to C++
Compare 10 commits »
Lukas Tönne created branch gp3-modifier-filters in LukasTonne/blender 2024-01-11 12:05:11 +01:00
Lukas Tönne pushed to gp3-opacity-modifier at LukasTonne/blender 2024-01-11 11:53:09 +01:00
35b8228385 Cleanup: more consistent function names.
Lukas Tönne pushed to gp3-opacity-modifier at LukasTonne/blender 2024-01-11 11:41:45 +01:00
a3109b6e82 Use the new uiLayoutPanel function to draw influence subpanel.
Lukas Tönne pushed to gp3-opacity-modifier at LukasTonne/blender 2024-01-11 10:48:00 +01:00
bab7a2f907 Use explicit flags to turn pass filters on/off.
Lukas Tönne pushed to gp3-opacity-modifier at LukasTonne/blender 2024-01-11 09:42:22 +01:00
3fa0c4dfba Fix early return value, should be full mask instead of empty.
Lukas Tönne pushed to gp3-opacity-modifier at LukasTonne/blender 2024-01-10 18:59:32 +01:00
cbd61664ab Added index mask for curves.
Lukas Tönne pushed to gp3-opacity-modifier at LukasTonne/blender 2024-01-10 18:33:20 +01:00
cd9cb1c279 Merge branch 'main' into gp3-opacity-modifier
6f66e6e3ba GPv3: Python API: Add materials collection property
992ec6487b RNA: Add missing raw types for DNA types
dda8d0920a Fix #116211: Cycles light linking incorrect with transparent objects
5cc0c0671e Fix: build error when not using unity build
Compare 77 commits »
Lukas Tönne pushed to gp3-opacity-modifier at LukasTonne/blender 2024-01-10 18:29:18 +01:00
519df52896 Added boilerplate code for filter data and panel drawing.
Lukas Tönne pushed to gp3-opacity-modifier at LukasTonne/blender 2024-01-10 16:27:05 +01:00
2fe5dd11a1 DNA filter struct for grease pencil modifiers.
Lukas Tönne pushed to gp3-opacity-modifier at LukasTonne/blender 2024-01-10 12:19:22 +01:00
ca665e7ad8 Utility function for gathering drawings for modifiers.
Lukas Tönne pushed to gp3-opacity-modifier at LukasTonne/blender 2024-01-10 12:19:02 +01:00
48f61cfe8b Utility function for gathering drawings for modifiers.
Lukas Tönne deleted branch fix-unknown-node-storage-main from LukasTonne/blender 2024-01-09 18:29:43 +01:00
Lukas Tönne pushed to main at blender/blender 2024-01-09 18:29:42 +01:00
7981b35064 Fix #114582: Replace unknown node types with an 'undefined' node
Lukas Tönne merged pull request blender/blender#116908 2024-01-09 18:29:41 +01:00
Fix #114582: Replace unknown node types with an 'undefined' node
Lukas Tönne deleted branch fix-unknown-node-storage-4.0 from LukasTonne/blender 2024-01-09 18:29:19 +01:00
Lukas Tönne merged pull request blender/blender#116906 2024-01-09 18:29:17 +01:00
Fix #114582: Replace unknown node types with an 'undefined' node