Jacques Lucke JacquesLucke
  • Hennigsdorf near Berlin
  • Joined on 2013-11-18
Jacques Lucke closed issue blender/blender#124164 2024-08-19 20:39:56 +02:00
Regression: Playback of a VDB sequence uses a very large amount of memory
Jacques Lucke merged pull request blender/blender#126411 2024-08-19 20:39:54 +02:00
Volumes: improve file cache and unloading
Jacques Lucke pushed to main at blender/blender 2024-08-19 20:28:03 +02:00
1b67be14c6 Cleanup: BKE: Nodes: Functions renaming
Jacques Lucke merged pull request blender/blender#126416 2024-08-19 20:28:03 +02:00
Cleanup: BKE: Nodes: Functions renaming
Jacques Lucke pushed to global-file-cache at JacquesLucke/blender 2024-08-19 20:21:20 +02:00
814eddb8a4 typos
e8930e17ab Merge branch 'main' into global-file-cache
0a4666dee2 Fix: IMB_scale Box filter for 2px images
852b3dbff3 Refactor: Sculpt: Split sculpt_intern.hh into separate header files
5930e0404a Compositor: Support Image node in new CPU compositor
Compare 28 commits »
Jacques Lucke commented on pull request blender/blender#126411 2024-08-19 20:19:46 +02:00
Volumes: improve file cache and unloading

also + to use static_assert for check that type is trivia;/lock-free (not sure if this really will pretext us from non-trivial implementation of the class).

Not sure what you mean exactly.

Jacques Lucke commented on pull request blender/blender#126411 2024-08-19 20:15:55 +02:00
Volumes: improve file cache and unloading

One hesitation I have is that usually I care more about how much memory is left for the rest of the things running on my computer rather than how large Blender's cache data can be. In a file…

Jacques Lucke created branch custom-data-pretty-printer in JacquesLucke/blender 2024-08-19 19:46:34 +02:00
Jacques Lucke pushed to custom-data-pretty-printer at JacquesLucke/blender 2024-08-19 19:46:34 +02:00
a8d8d840a2 tests
5930e0404a Compositor: Support Image node in new CPU compositor
0d4e2ea40d Fix #126434: Boid particle fight rule crash involving non-boid psys
6d93bf6b44 IMB: Speedups, fixes and cleanups to various image scaling functions
be0d2e19b5 Fix #115998: Cycles volume too dark when shadow ray visibility is off
Compare 10 commits »
Jacques Lucke commented on pull request blender/blender#126411 2024-08-19 16:30:56 +02:00
Volumes: improve file cache and unloading

Another way to structure this might be having separate caches for each key/value type combination that all share a memory usage counter. Did you think about that? I'm not sure it's better but…

Jacques Lucke pushed to global-file-cache at JacquesLucke/blender 2024-08-18 14:25:18 +02:00
524df61876 add method to clear cache and initial unit tests
980219b099 typo
fe04257d10 Merge branch 'main' into global-file-cache
2e395d2aac USD: Add test to verify Shape prim import
7de383ffc6 Fix: Overlay-Next: Volume outline crashing
Compare 5 commits »
Jacques Lucke commented on pull request blender/blender#121981 2024-08-18 13:40:37 +02:00
Nodes: new interactive operator to slide nodes

@blender-bot package

Jacques Lucke pushed to slide-nodes at JacquesLucke/blender 2024-08-18 13:39:47 +02:00
50d0480ab1 Merge branch 'main' into slide-nodes
2e395d2aac USD: Add test to verify Shape prim import
7de383ffc6 Fix: Overlay-Next: Volume outline crashing
cc01e8a74e Tools: support reference data in coverage report
2c52852116 Tests: add initial grease pencil geometry nodes test
Compare 3335 commits »
Jacques Lucke pushed to main at JacquesLucke/.profile 2024-08-17 22:50:33 +02:00
0af58c8859 report
Jacques Lucke commented on pull request blender/blender#124369 2024-08-17 22:47:34 +02:00
Geometry Nodes: Importer Cache

Thanks for the patch. As mentioned in chat, I currently imagine this to build on top of #126411 which should solve the problems you're mentioning.

That would suggest that MemoryCount would…

Jacques Lucke commented on pull request blender/blender#126411 2024-08-17 15:49:04 +02:00
Volumes: improve file cache and unloading
Jacques Lucke pushed to global-file-cache at JacquesLucke/blender 2024-08-17 15:48:05 +02:00
acf816ec50 cleanup
Jacques Lucke pushed to global-file-cache at JacquesLucke/blender 2024-08-17 15:44:04 +02:00
fab1e1cfae cleanup