Block a user
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
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
06e8b07352
add tooltips
743bfcb491
fix function base name extraction
b5f053c02b
add tooltips
1ffcdc3438
fix add missing css
440c97b2c7
add line count
Jacques Lucke
deleted branch default-group-node-width from JacquesLucke/blender
2024-08-11 19:26:18 +02:00
Nodes: add group node default width
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…
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.
907a8fdaec
fix
9be3ab03a3
progress
d2e797c624
Merge branch 'main' into coverage-report
5b94182714
improve
b416a3e45a
add functions overview
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…
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.