Block a user
72b12cc653
Merge branch 'main' into id-tags-flags-names
2858c3b287
Link/Append: separate instantiation of loose data from core link/append code
91de9acc61
DRW: Reduce complexity of
Draw
primitive expansion
12f3e23326
Refactor: Remove SCULPT_active_vert_co_get
b119e1a497
Cycles: Fix potential NaN in normal mapping
Jacques Lucke
deleted branch link-append-loose-data-instantiate from JacquesLucke/blender
2024-08-07 09:35:34 +02:00
Link/Append: separate instantiation of loose data from core link/append code
Jacques Lucke
pushed to link-append-loose-data-instantiate at JacquesLucke/blender
2024-08-07 09:33:20 +02:00
c9f313f229
fix comments
Link/Append: separate instantiation of loose data from core link/append code
Jacques Lucke
pushed to link-append-loose-data-instantiate at JacquesLucke/blender
2024-08-02 13:46:39 +02:00
035441f113
fix
Jacques Lucke
pushed to link-append-loose-data-instantiate at JacquesLucke/blender
2024-08-02 13:32:28 +02:00
fb7bf1c4d4
refactor
Jacques Lucke
created branch link-append-loose-data-instantiate in JacquesLucke/blender
2024-08-02 13:32:28 +02:00
Core: rename ID.flag and ID.tag values
cd7a21adb0
cleanup naming of ID flags and tags
5ce29bedf6
Fix: Cycles Shadow linking with HIP-RT
51f7d37716
Fix: missing update tag when remapping IDs on embedded node trees
ba5d76e7e2
Fix: Shader: Align vector math node reflect mode with OSL
5ce7937101
Fix (unreported) wrong alignement handling for
mat4x4f
DNA struct.
WIP: Core: asset embedding experiment
Keeping them in their library allows to keep a strong link between the local embedded copy and the actual source of the data.
Note that in the current state of this patch, this information of…