Block a user
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
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
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
Fix and regression test for crash during node group updates
Fix #120748: Move undefined type removal behind after-linking-versioning
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.
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
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.