Jacques Lucke JacquesLucke
  • Hennigsdorf near Berlin
  • Joined on 2013-11-18
Jacques Lucke commented on pull request blender/blender#124543 2024-08-12 13:31:00 +02:00
GPv3: Apply Modifier

Material slots can be null.

Jacques Lucke commented on pull request blender/blender#124543 2024-08-12 13:30:59 +02:00
GPv3: Apply Modifier

It's possible that the generated grease pencil contains other materials.

Jacques Lucke pushed to node-warnings at JacquesLucke/blender 2024-08-12 13:03:25 +02:00
13a5886f26 Merge branch 'main' into node-warnings
9b6c1f7926 I18N: Updated UI translations from git/weblate repository (494a849e744ff5).
cb9ca2f7a7 Fix: USD: Write vertex crease data correctly and add tests
56779c7bb0 Fix: USD: Ensure mesh velocity data is written sparsely and add tests
b2f65b9bcb USD: Add additional attribute and sub-d test files
Compare 65 commits »
Jacques Lucke pushed to bake-packed at JacquesLucke/blender 2024-08-12 12:28:23 +02:00
f0d2622196 fix version
aaa4742146 Merge branch 'main' into bake-packed
9b6c1f7926 I18N: Updated UI translations from git/weblate repository (494a849e744ff5).
cb9ca2f7a7 Fix: USD: Write vertex crease data correctly and add tests
56779c7bb0 Fix: USD: Ensure mesh velocity data is written sparsely and add tests
Compare 66 commits »
Jacques Lucke pushed to coverage-report at JacquesLucke/blender 2024-08-11 21:21:41 +02:00
06e8b07352 add tooltips
743bfcb491 fix function base name extraction
b5f053c02b add tooltips
1ffcdc3438 fix add missing css
440c97b2c7 add line count
Compare 5 commits »
Jacques Lucke commented on pull request blender/blender#126181 2024-08-11 20:19:38 +02:00
Tests: support generating code coverage report
Jacques Lucke pushed to coverage-report at JacquesLucke/blender 2024-08-11 20:19:04 +02:00
0e129bd282 make format
Jacques Lucke pushed to coverage-report at JacquesLucke/blender 2024-08-11 20:16:59 +02:00
25f59bff3f cleanup
58f9bd7793 cleanup parse code
812e169726 cleanup gcov parsing
Compare 3 commits »
Jacques Lucke pushed to main at JacquesLucke/.profile 2024-08-11 19:28:30 +02:00
4852e52f5a update report
Jacques Lucke deleted branch default-group-node-width from JacquesLucke/blender 2024-08-11 19:26:18 +02:00
Jacques Lucke merged pull request blender/blender#126054 2024-08-11 19:26:15 +02:00
Nodes: add group node default width
Jacques Lucke pushed to main at blender/blender 2024-08-11 19:26:15 +02:00
e842966c5e Nodes: add group node default width
Jacques Lucke commented on pull request blender/blender#126054 2024-08-11 19:25:24 +02:00
Nodes: add group node default width

Would be nice to have an operator to set it from the context node. But that could totally be a separate PR and I don't really see it as required anyways.

Sounds like a good idea, will create…

Jacques Lucke commented on pull request blender/blender#126054 2024-08-11 19:24:56 +02:00
Nodes: add group node default width

Talked with Hans, decided to leave as is for now, but maybe this can be cleaned up more separately.

Jacques Lucke pushed to coverage-report at JacquesLucke/blender 2024-08-11 18:26:28 +02:00
1020dec6eb improve titles
Jacques Lucke pushed to coverage-report at JacquesLucke/blender 2024-08-11 18:19:03 +02:00
9be3ab03a3 progress
d2e797c624 Merge branch 'main' into coverage-report
5b94182714 improve
b416a3e45a add functions overview
Compare 14 commits »
Jacques Lucke commented on pull request blender/blender#124230 2024-08-11 10:54:54 +02:00
Geometry Nodes: support packing bakes into .blend files

Applying a modifier and baking a node are two fairly different thing. Applying the modifier removes the modifier and changes the underlying object geometry (i.e. you can go into edit mode and…

Jacques Lucke pushed to main at JacquesLucke/.profile 2024-08-10 23:04:43 +02:00
aa6173798d report
Jacques Lucke pushed to coverage-report at JacquesLucke/blender 2024-08-10 22:37:49 +02:00
4f7482d9af make format
Jacques Lucke commented on pull request blender/blender#126181 2024-08-10 22:34:50 +02:00
Tests: support generating code coverage report

I added the flag, right now the flag is always available, but is automatically turned off if not supported. To me that is a bit more friendly in case someone is looking for the flag.