Block a user
80c33bae4a
Merge branch 'blender-v4.3-release'
02670b1547
Cleanup: correct wording in comments
b3e3eaabf0
Cleanup: suppress unknown-warning-option for clang
02670b1547
Cleanup: correct wording in comments
b3e3eaabf0
Cleanup: suppress unknown-warning-option for clang
326c040aea
Merge branch 'blender-v4.3-release'
b68ba3dae8
Fix #128839: "Apply Visual Geometry to Mesh" doesn't apply shape-keys
Regression: Converting to mesh doesn't apply shape keys anymore
Regression: Converting to mesh doesn't apply shape keys anymore
Notes from looking into this issue.
Clarifications:
- Internally "Apply Visual Geometry to Mesh" calls
OBJECT_OT_convert
. - The following notes are specifically regarding cases when:
…
Regression: Converting to mesh doesn't apply shape keys anymore
Form the original report, I assume Apply Visual Transform to Mesh
should be Apply Visual Geometry to Mesh
.
9e587ce9c7
Merge branch 'blender-v4.3-release'
6fe7203d1a
Cleanup: suppress dangling-reference warning
3f7e14295f
Cleanup: format
c6df05c471
Merge branch 'blender-v4.3-release'
b0fb6a1b2c
Fix #128840: extension build asserts when "type" is missing
Extensions build: no error handling when "type" is missing
2009a73fe5
Cleanup: spelling
4bc394e19c
Cleanup: wrap long lines
e2415f35bc
4.4: Topology Influence for Join Triangles
Unlinked/deleted objects reappear, when deleted at startup in a python script (i.e. ./blender --python delete.py)
This issue remains:
./blender.bin --factory-startup --python-expr "import bpy;[bpy.context.collection.objects.unlink(ob) for ob in bpy.context.collection.objects]"
The issue is…