Jacques Lucke JacquesLucke
  • Hennigsdorf near Berlin
  • Joined on 2013-11-18
Jacques Lucke pushed to id-tags-flags-names at JacquesLucke/blender 2024-08-07 12:11:53 +02:00
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
Compare 109 commits »
Jacques Lucke pushed to main at JacquesLucke/gdb_pretty_printers 2024-08-07 11:56:43 +02:00
07bf16cc61 improve name
Jacques Lucke pushed to main at JacquesLucke/gdb_pretty_printers 2024-08-07 11:50:30 +02:00
d1c376d00b update readme
9ecbbd130c initial foreach-index frame decorator
Compare 2 commits »
Jacques Lucke deleted branch link-append-loose-data-instantiate from JacquesLucke/blender 2024-08-07 09:35:34 +02:00
Jacques Lucke pushed to main at blender/blender 2024-08-07 09:35:29 +02:00
2858c3b287 Link/Append: separate instantiation of loose data from core link/append code
Jacques Lucke merged pull request blender/blender#125814 2024-08-07 09:35:29 +02:00
Link/Append: separate instantiation of loose data from core link/append code
c9f313f229 fix comments
Jacques Lucke pushed to main at JacquesLucke/.profile 2024-08-02 14:10:27 +02:00
92aa20a2d1 report
Jacques Lucke created pull request blender/blender#125814 2024-08-02 13:49:06 +02:00
Link/Append: separate instantiation of loose data from core link/append code
fb7bf1c4d4 refactor
Jacques Lucke created branch link-append-loose-data-instantiate in JacquesLucke/blender 2024-08-02 13:32:28 +02:00
Jacques Lucke commented on pull request blender/blender#125811 2024-08-02 13:06:55 +02:00
Core: rename ID.flag and ID.tag values
Jacques Lucke created pull request blender/blender#125811 2024-08-02 13:06:34 +02:00
Core: rename ID.flag and ID.tag values
Jacques Lucke pushed to id-tags-flags-names at JacquesLucke/blender 2024-08-02 13:01:57 +02:00
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.
Compare 10 commits »
Jacques Lucke created branch id-tags-flags-names in JacquesLucke/blender 2024-08-02 13:01:56 +02:00
Jacques Lucke pushed to main at JacquesLucke/.profile 2024-08-02 12:23:35 +02:00
b45dd84d5f reportt
Jacques Lucke commented on pull request blender/blender#125599 2024-08-02 12:21:32 +02:00
GPv3: High level python API

Note that the step also has to be taked into account in __getitem__.

Jacques Lucke commented on pull request blender/blender#125389 2024-08-02 12:19:54 +02:00
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…