Jacques Lucke JacquesLucke
  • Hennigsdorf near Berlin
  • Joined on 2013-11-18
Jacques Lucke commented on issue blender/blender#126286 2024-08-13 19:39:15 +02:00
Regression: Crashes on opening blend file with legacy particle system

Caused by fc5d21c8884c64c46ff9b897109d46df8b1d5585.

Jacques Lucke created pull request blender/blender#126295 2024-08-13 19:27:16 +02:00
WIP: Core: introduce API to count used memory of types
Jacques Lucke created branch count-memory in JacquesLucke/blender 2024-08-13 19:13:20 +02:00
Jacques Lucke pushed to count-memory at JacquesLucke/blender 2024-08-13 19:13:20 +02:00
14587ae8f7 initial implementation
e1422530d6 Fix: crash when attempting to unload volume tree twice
9eb7e8bfd1 Refactor: Sculpt: Reduce reliance on BVH tree geometry back pointers
9741750497 Refactor: move BKE_action_get_item_transform_flags out of the kernel
9df75725be Switch to using blender::BitVector in tile changesets
Compare 10 commits »
Jacques Lucke commented on issue blender/blender#124164 2024-08-13 18:05:06 +02:00
Regression: Playback of a VDB sequence uses a very large amount of memory

One problem here is that there are three grids loaded for each frame to compute the bounding box. However, only one of those is drawn and might get unloaded currently. We could unload all grids…

Jacques Lucke pushed to main at blender/blender 2024-08-13 17:48:26 +02:00
e1422530d6 Fix: crash when attempting to unload volume tree twice
Jacques Lucke deleted branch link-add-dynamic-socket from JacquesLucke/blender 2024-08-13 16:25:46 +02:00
Jacques Lucke pushed to main at blender/blender 2024-08-13 16:25:46 +02:00
d81ba55ce4 Fix #124467: lazy-connect does not work with Capture Attribute node
Jacques Lucke closed issue blender/blender#124467 2024-08-13 16:25:44 +02:00
Right click+alt lazy connect shortcut doesn't work with capture attribute.
Jacques Lucke merged pull request blender/blender#126282 2024-08-13 16:25:43 +02:00
Fix #124467: lazy-connect does not work with Capture Attribute node
Jacques Lucke pushed to main at blender/blender-developer-docs 2024-08-13 16:21:46 +02:00
2096911038 Style Guide: add rules for using dynamic_cast
Jacques Lucke commented on issue infrastructure/blender-projects-platform#117 2024-08-13 16:16:17 +02:00
Code Coverage: Setup code coverage reports automatically populated by CI

If it doesn't take too long to run, then daily is fine.

For me, the slow part is running tests in a debug build which takes about 12 min (on 24 threads). Generating the report takes 1-2 min…

Jacques Lucke commented on issue infrastructure/blender-projects-platform#117 2024-08-13 16:07:40 +02:00
Code Coverage: Setup code coverage reports automatically populated by CI

Thanks for looking into this. In the past few days I worked on a potential code coverage solution that should work well for us. It also seems to be simple enough to deploy.

#126181 adds a tool…

Jacques Lucke commented on pull request blender/blender#125389 2024-08-13 15:55:37 +02:00
WIP: Core: asset embedding experiment

For instance, there are enough similarities between Locked and Linked that maybe we could present the embedding as "Asset Linking" (or internal linking?). That also means we wouldn't need the…

Jacques Lucke created pull request blender/blender#126282 2024-08-13 15:47:45 +02:00
Fix #124467: lazy-connect does not work with Capture Attribute node
Jacques Lucke created branch link-add-dynamic-socket in JacquesLucke/blender 2024-08-13 15:44:24 +02:00
Jacques Lucke pushed to link-add-dynamic-socket at JacquesLucke/blender 2024-08-13 15:44:24 +02:00
045f0deed6 support handling dynamic sockets when adding links from python api
05925b404d Fix #125419: crash when loading baked data with empty instances
Compare 2 commits »
Jacques Lucke pushed to main at blender/blender 2024-08-13 14:10:54 +02:00
05925b404d Fix #125419: crash when loading baked data with empty instances