Block a user
Thomas Barlow
pushed to mesh_from_py_data_use_attributes at Mysteryem/blender
2023-11-01 18:23:13 +01:00
4a7aef206d
PyAPI: Set edge vertices with the .edge_verts attribute in Mesh.from_pydata
142fbbf491
PyAPI: Set vertices positions with the position attribute in Mesh.from_pydata
c8b7c3abcb
PyAPI: Set corner vertices with the .corner_vert attribute in Mesh.from_pydata
67b078aa6f
Merge branch 'blender-v4.0-release'
0e8e8fa462
CMake: mark WITH_COMPILER_ASAN_EXTERN as advanced, quiet warning
FBX Exporter: Wrong Bake Animation
In blend file in frames 20-40 the rotation was only on the Y axis. But after exporting to FBX file with Simplify = 1.0 we have changed values for X and Z axes in frame 40:
Rotation X…
FBX IO: Fix error importing BlendShapeChannels with extraneous FullWeights
I'll retarget this to the main branch since the 4.0 release is so close now.
FBX Exporter: Wrong Bake Animation
Sometimes not, there is another offset.
Test Files:
- Test Export 2.blend
- [Test Export 2 - Mesh.fbx](/attachments/f94320b3-d88c…
FBX Exporter: Wrong Bake Animation
Appears to be an export issue. Also present in 4.1.0a (FBX IO version 5.8.8).
The meshes are all parented to an animated Empty Object. Including Empty Objects in the export results in the…
d532e47c3a
Merge branch 'blender-v4.0-release'
c9d8698a1a
FBX IO: Fix missing conversion to radians of initial rotation in animation import
2fc61dec65
Import_3ds: Use texblur as sheen weight
37bf094e69
Export_3ds: Use texblur as sheen weight
Thomas Barlow
pushed to prop_collection_raw_read_access at Mysteryem/blender
2023-10-30 18:05:20 +01:00
5e50f0c733
Change the new
set
parameter of RNA_property_collection_raw_array to bool
PyAPI: Enable MeshPolygon.loop_start raw array access
It may be nicer to expose
Mesh.face_offsets
(finishig #109819) and deprecate the.polygons
property longer term. There's no pressing reason to do that, but if we just "deprecate" the old…
PyAPI: Enable MeshPolygon.loop_start raw array access
Thomas Barlow
pushed to meshpolygon_loop_start_raw_access at Mysteryem/blender
2023-10-30 04:25:27 +01:00
d047ac0ffd
PyAPI: Enable MeshPolygon.loop_start raw array access
Thomas Barlow
created branch meshpolygon_loop_start_raw_access in Mysteryem/blender
2023-10-30 04:25:26 +01:00
69e5f5175b
Grease pencil (legacy): Remove redundant "Use" for checkboxes
dffee8b323
Revert "Revert "Fix #112441: Restore Key Map Item does not restore the active property""
88f63c36db
Merge branch 'blender-v4.0-release'
e8d532a9b6
Merge branch 'blender-v4.0-release'
1dc683e376
Fix #114223: Crash when undo in curves edit mode
FBX IO: Export normals matching the mesh's normals_domain
Thomas Barlow
created branch fbx_update_for_auto_smooth in Mysteryem/blender-addons
2023-10-28 16:11:44 +02:00
Thomas Barlow
pushed to fbx_update_for_auto_smooth at Mysteryem/blender-addons
2023-10-28 16:11:44 +02:00
f78321c58c
FBX IO: Export normals matching the mesh's normals_domain
519cd4ae63
FBX IO: Update missed MeshLoop.vertex_index to the corner vert attribute
b0f8406b72
FBX IO: Fix import of per-face normals
bfbe4ac5e6
FBX IO: Increase version and minimum Blender version after auto smooth changes
9a9142f160
Export_3ds: Get auto smooth angle from modifier
c5e9a35317
Import_3ds: Fixed percent variables