Lukas Tönne LukasTonne
Lukas Tönne pushed to socket-visibility at LukasTonne/blender 2024-04-22 09:01:09 +02:00
4f07160b4f progress.
Lukas Tönne pushed to socket-visibility at LukasTonne/blender 2024-04-21 12:01:36 +02:00
916077546e Instead of a per-node callback use tree lazy function to compute usages.
Lukas Tönne pushed to socket-visibility at LukasTonne/blender 2024-04-21 11:08:27 +02:00
04916d4f32 Added cached usage flags in socket runtime data.
bee6c10fbd Merge branch 'socket-type-inference' into socket-visibility
10a6d84ace Merge branch 'socket-type-inference' of projects.blender.org:LukasTonne/blender into socket-type-inference
415b24c3e1 Merge branch 'main' into socket-type-inference
8db9b280ab Merge branch 'main' into socket-visibility
Compare 29 commits »
Lukas Tönne pushed to socket-type-inference at LukasTonne/blender 2024-04-21 08:45:39 +02:00
10a6d84ace Merge branch 'socket-type-inference' of projects.blender.org:LukasTonne/blender into socket-type-inference
415b24c3e1 Merge branch 'main' into socket-type-inference
933f74ca02 Anim: Baklava, add Animation data-block to anim filtering code
075b4c178a Refactor: Anim, clarify a bit of NLA drawing code
eea73bffb4 UI: Fade all non-ID children if parent is hidden in outliner
Compare 25 commits »
Lukas Tönne pushed to socket-visibility at LukasTonne/blender 2024-04-19 15:57:44 +02:00
816afb1e8f Revert "Add a InputFieldDependency struct that can hold more than just a type enum."
Lukas Tönne pushed to socket-visibility at LukasTonne/blender 2024-04-19 15:33:16 +02:00
d314c12a69 Add a InputFieldDependency struct that can hold more than just a type enum.
Lukas Tönne created branch socket-visibility in LukasTonne/blender 2024-04-19 15:33:16 +02:00
Lukas Tönne pushed to socket-type-inference at LukasTonne/blender 2024-04-19 14:56:12 +02:00
c71dd02032 Merge branch 'main' into socket-type-inference
c6cdb3c3cc EEVEE-Next: Update test file for refraction light
7c89efd787 Fix #120809: Skip saving use_selected_objects
7b38873732 EEVEE-Next: Volume: Add custom integration range
dd321a47a6 Fix #120715: File Output node writes empty outputs
Compare 351 commits »
Lukas Tönne pushed to gp3-fill-tool at LukasTonne/blender 2024-04-19 14:33:46 +02:00
3c29bb93a2 Cleanup: removed unused code.
Lukas Tönne closed pull request blender/blender#104696 2024-04-19 14:18:48 +02:00
Fix and regression test for crash during node group updates
Lukas Tönne closed pull request blender/blender#120774 2024-04-19 14:17:56 +02:00
Fix #120748: Move undefined type removal behind after-linking-versioning
Lukas Tönne pushed to gp3-fill-tool at LukasTonne/blender 2024-04-19 13:27:50 +02:00
45b165e8e0 Implementation of the invert feature that generates exterior boundaries.
Lukas Tönne pushed to gp3-fill-tool at LukasTonne/blender 2024-04-18 16:23:56 +02:00
1ac103d2b2 progress
Lukas Tönne commented on issue blender/blender#120748 2024-04-18 15:22:48 +02:00
Regression: Transfer Attribute isn't versioned correctly from 3.3.X to 3.6.10

I thought the problem was that the node gets discarded by 3.3 because it was not taking the post-versioning fix into account.

Lukas Tönne pushed to gp3-fill-tool at LukasTonne/blender 2024-04-18 11:49:36 +02:00
c6f7f7315c Treat image as a byte buffer for more flag access.
Lukas Tönne pushed to gp3-fill-tool at LukasTonne/blender 2024-04-18 10:18:56 +02:00
7c8fa7c317 Merge branch 'main' into gp3-fill-tool
7047715c6b Fix #104798: Slow frame-change with objects in the scenes collection
9cb3a17352 Linux: freedesktop support for file type association
c0e4de8457 PyAPI: support evaluating an expression as a string or None
4666af64a6 Cleanup: Geometry Nodes: Use accessor function for bmain
Compare 70 commits »
Lukas Tönne approved blender/blender#117388 2024-04-18 10:10:44 +02:00
GPv3: Copy/Paste Keyframes
Lukas Tönne commented on issue blender/blender#120748 2024-04-18 10:07:50 +02:00
Regression: Transfer Attribute isn't versioned correctly from 3.3.X to 3.6.10

Yeah, i think @HooglyBoogly is correct, f72dbc1ef8 went into 3.6 but not the 3.3 LTS. PR for the 3.3 backport: #120774. Can't test this atm.