Campbell Barton ideasman42
  • Australia
  • Joined on 2005-01-30
Campbell Barton pushed to main at blender/blender 2024-10-11 14:50:38 +02:00
85e29c4ac4 Refactor: simplify join triangles to quads heap-node lookups
Campbell Barton pushed to main at blender/blender 2024-10-11 14:44:43 +02:00
80c33bae4a Merge branch 'blender-v4.3-release'
02670b1547 Cleanup: correct wording in comments
b3e3eaabf0 Cleanup: suppress unknown-warning-option for clang
Compare 3 commits »
Campbell Barton pushed to blender-v4.3-release at blender/blender 2024-10-11 14:41:14 +02:00
02670b1547 Cleanup: correct wording in comments
b3e3eaabf0 Cleanup: suppress unknown-warning-option for clang
Compare 2 commits »
Campbell Barton pushed to main at blender/blender 2024-10-11 07:49:27 +02:00
326c040aea Merge branch 'blender-v4.3-release'
b68ba3dae8 Fix #128839: "Apply Visual Geometry to Mesh" doesn't apply shape-keys
Compare 2 commits »
Campbell Barton closed issue blender/blender#128839 2024-10-11 07:49:25 +02:00
Regression: Converting to mesh doesn't apply shape keys anymore
Campbell Barton pushed to blender-v4.3-release at blender/blender 2024-10-11 07:44:50 +02:00
b68ba3dae8 Fix #128839: "Apply Visual Geometry to Mesh" doesn't apply shape-keys
Campbell Barton commented on issue blender/blender#128839 2024-10-11 06:00:45 +02:00
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:

Campbell Barton commented on issue blender/blender#128839 2024-10-11 05:18:20 +02:00
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.

Campbell Barton pushed to main at blender/blender 2024-10-11 02:35:29 +02:00
9e587ce9c7 Merge branch 'blender-v4.3-release'
6fe7203d1a Cleanup: suppress dangling-reference warning
3f7e14295f Cleanup: format
Compare 3 commits »
Campbell Barton pushed to blender-v4.3-release at blender/blender 2024-10-11 02:26:34 +02:00
6fe7203d1a Cleanup: suppress dangling-reference warning
Campbell Barton pushed to blender-v4.3-release at blender/blender 2024-10-11 02:17:27 +02:00
3f7e14295f Cleanup: format
Campbell Barton pushed to main at blender/blender 2024-10-10 14:35:49 +02:00
c6df05c471 Merge branch 'blender-v4.3-release'
b0fb6a1b2c Fix #128840: extension build asserts when "type" is missing
Compare 2 commits »
Campbell Barton closed issue blender/blender#128840 2024-10-10 14:35:47 +02:00
Extensions build: no error handling when "type" is missing
Campbell Barton pushed to blender-v4.3-release at blender/blender 2024-10-10 14:29:01 +02:00
b0fb6a1b2c Fix #128840: extension build asserts when "type" is missing
Campbell Barton pushed to main at blender/blender 2024-10-10 13:39:33 +02:00
8fb258be0c Cleanup: format
Campbell Barton pushed to main at blender/blender-developer-docs 2024-10-10 12:42:07 +02:00
2009a73fe5 Cleanup: spelling
4bc394e19c Cleanup: wrap long lines
e2415f35bc 4.4: Topology Influence for Join Triangles
Compare 3 commits »
Campbell Barton commented on issue blender/blender#38676 2024-10-10 12:20:50 +02:00
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…

Campbell Barton pushed to main at blender/blender 2024-10-10 09:37:15 +02:00
806d1fd1fa Cleanup: quiet set but unused warning