Jacques Lucke JacquesLucke
  • Hennigsdorf near Berlin
  • Joined on 2013-11-18
Jacques Lucke pushed to global-file-cache at JacquesLucke/blender 2024-08-14 15:17:50 +02:00
c19bd19cb9 initial automatic volume unload
Jacques Lucke commented on pull request blender/blender#126295 2024-08-14 14:26:19 +02:00
Core: introduce MemoryCounter API

Yeah, I had that at first, but it seemed like a bad precedence. Generally the size of the mesh itself doesn't really matter at all in this context. It felt annoying to have to add this extra line…

Jacques Lucke commented on pull request blender/blender#126295 2024-08-14 14:03:02 +02:00
Core: introduce MemoryCounter API
Jacques Lucke pushed to count-memory at JacquesLucke/blender 2024-08-14 14:02:10 +02:00
df50658433 correct year
Jacques Lucke pushed to count-memory at JacquesLucke/blender 2024-08-14 13:58:59 +02:00
14d09ebca2 add unit test
14216e135c cleanup
200e3c3518 improve API
a430384db1 add memory counting for more geometry types
4176210818 Merge branch 'main' into count-memory
Compare 31 commits »
Jacques Lucke commented on pull request blender/blender#126295 2024-08-14 12:04:02 +02:00
Core: introduce MemoryCounter API

The PR is still marked as WIP, do you plan on making deeper changes before review could start?

I was mainly planning to add initial support for at least the geometry types that we use in…

Jacques Lucke commented on pull request blender/blender#126295 2024-08-14 11:30:46 +02:00
Core: introduce MemoryCounter API

I added examples to the description.

Jacques Lucke merged pull request blender/blender#126169 2024-08-13 20:27:13 +02:00
Cleanup: BLI: Merge files
Jacques Lucke pushed to main at blender/blender 2024-08-13 20:27:12 +02:00
4839a86984 Cleanup: BLI: Merge files
Jacques Lucke approved blender/blender#126169 2024-08-13 20:26:42 +02:00
Cleanup: BLI: Merge files
Jacques Lucke commented on pull request blender/blender#125718 2024-08-13 20:25:54 +02:00
Geometry Nodes: Implement Gabor noise node
Jacques Lucke approved blender/blender#125718 2024-08-13 20:25:35 +02:00
Geometry Nodes: Implement Gabor noise node

There are warnings because of missing static right now, see inline comment. Generally looks good though.

Jacques Lucke commented on pull request blender/blender#125718 2024-08-13 20:02:24 +02:00
Geometry Nodes: Implement Gabor noise node

Especially note the static. I'm fine with the name, because it's the same in all other implementations. Same for compute_3d_orientation

Jacques Lucke suggested changes for blender/blender#126169 2024-08-13 19:58:00 +02:00
Cleanup: BLI: Merge files
Jacques Lucke commented on pull request blender/blender#126169 2024-08-13 19:57:58 +02:00
Cleanup: BLI: Merge files

This include does not seem necessary by the function.

Jacques Lucke merged pull request blender/blender#126165 2024-08-13 19:56:50 +02:00
Fix: Geometry Nodes: Typo in node description
Jacques Lucke pushed to main at blender/blender 2024-08-13 19:56:49 +02:00
593e70dc53 Fix: Geometry Nodes: typo in node description
Jacques Lucke pushed to main at blender/blender 2024-08-13 19:54:19 +02:00
4f491aca80 Fix #126286: crash when opening blend file with point cache
Jacques Lucke closed issue blender/blender#126286 2024-08-13 19:54:17 +02:00
Regression: Crashes on opening blend file with legacy particle system