Jacques Lucke JacquesLucke
  • Hennigsdorf near Berlin
  • Joined on 2013-11-18
Jacques Lucke pushed to main at blender/blender 2024-08-16 17:25:32 +02:00
eb8fb9e5a4 BLI: improve api for getting memory count
37ca8347a2 BLI: support smart pointer for weak implicit sharing pointer
e40c3e5662 Geometry Nodes: add memory counting for bake state
42ad0a754a Fix: Tools: add missing display hint
Compare 4 commits »
Jacques Lucke commented on issue blender/blender#126147 2024-08-16 13:24:46 +02:00
Blender 4.2.1 and 4.3.0 bad crash guide while file open.

Hm, this is weird. I think I had a similar case a few weeks ago: 85760b6a132e84473e976ee778a2daac970c503b (was the first time I had seen this issue). That was unrelated to implicit sharing though.…

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

Yeah, I've seen that and followed it to some degree. I was able to run the worker script, but anything related to the buildbot like pipelines I didn't get working. Also some of the code assumes…

Jacques Lucke commented on pull request blender/blender#125544 2024-08-15 18:05:46 +02:00
Geometry Nodes: support custom warnings in node groups

Looks like the warning is not properly re-evaluated upon changes when not incorporated in the output using the pass-through. As far as I understand the warning should just always be evaluated in…

Jacques Lucke pushed to node-warnings at JacquesLucke/blender 2024-08-15 18:04:30 +02:00
5d035f5983 trigger reevaluation when warning changes
2c7f968bb2 Merge branch 'main' into node-warnings
d09fb76caa Docs: Python API: Add section about using attributes
37e86dbf6f Build: Add patch to OIIO fixing Windows ARM64 + clang
cfe69e32bc Refactor: Sculpt: Require object for position access
Compare 138 commits »
Jacques Lucke commented on pull request blender/blender#125544 2024-08-15 17:58:50 +02:00
Geometry Nodes: support custom warnings in node groups

What is the status of making the warnings available via python API btw?

There is no specific plan for it currently. It's also not obvious to me how the API should look like currently.

Jacques Lucke deleted branch parent-node-width from JacquesLucke/blender 2024-08-15 17:55:17 +02:00
Jacques Lucke pushed to main at blender/blender 2024-08-15 17:55:16 +02:00
ab26dc5817 Nodes: add operator to get node width from parent
Jacques Lucke merged pull request blender/blender#126239 2024-08-15 17:55:15 +02:00
Nodes: add operator to get node width from parent
Jacques Lucke pushed to parent-node-width at JacquesLucke/blender 2024-08-15 17:50:26 +02:00
e6178eda87 typo
56e774612a Merge branch 'main' into parent-node-width
d09fb76caa Docs: Python API: Add section about using attributes
37e86dbf6f Build: Add patch to OIIO fixing Windows ARM64 + clang
cfe69e32bc Refactor: Sculpt: Require object for position access
Compare 127 commits »
Jacques Lucke commented on issue infrastructure/blender-projects-platform#117 2024-08-15 17:42:58 +02:00
Code Coverage: Setup code coverage reports automatically populated by CI

I started looking into it a bit in infrastructure/blender-devops#5. Unfortunately, I'm a bit limited by my ability to test things. Maybe my initial code is…

Jacques Lucke created pull request infrastructure/blender-devops#5 2024-08-15 17:40:39 +02:00
WIP: Code Coverage on build-bot
Jacques Lucke created branch test-coverage in JacquesLucke/blender-devops 2024-08-15 17:36:56 +02:00
Jacques Lucke pushed to test-coverage at JacquesLucke/blender-devops 2024-08-15 17:36:56 +02:00
12eb125563 initial code coverage implementation
Jacques Lucke created repository JacquesLucke/blender-devops 2024-08-15 17:32:20 +02:00
Jacques Lucke commented on pull request blender/blender#126367 2024-08-15 15:16:43 +02:00
Docs: Python API: Add section about using attributes

typo (usually)

Jacques Lucke pushed to main at blender/blender 2024-08-15 13:41:15 +02:00
bda4c8a220 Tools: improve error handling in GDB pretty printers
Jacques Lucke commented on issue infrastructure/blender-projects-platform#117 2024-08-15 12:21:45 +02:00
Code Coverage: Setup code coverage reports automatically populated by CI

@blender#126181 is merged now. Let me know if I can somehow help with the buildbot integration.