Block a user
c49af381c0
Alembic: set output error string for subdivision meshes
79cd8d6682
Alembic: add missing topology check for subd meshes
973562ec0c
Merge remote-tracking branch 'origin/blender-v3.6-release' into main
61efaec173
Fix Alembic crash when importing a SubD mesh
Point Cloud Transform Cache Constraint not working correctly
Point Cloud Transform Cache Constraint not working correctly
The transform cache constraint only works for transformation (matrices) not object data. For now importing Alembic point clouds as Blender point clouds is not supported in official versions of…
Fix #105942: Wrong text in MeshSequenceCache and Transform Cache
I think it would be good to also disable the buttons if the cache is not Alembic, e.g.:
907e27df51
Merge remote-tracking branch 'origin/blender-v3.6-release' into main
f0cd966750
Fix #100485: Alembic export crash with names containing a forward slash
2c1a44d1f0
Sculpt: Fix #108267: Broken face set undo
Crash when exporting to Alembic if an object name contains a forward slash character
Kévin Dietrich
deleted branch abc_topology_fix_3.5 from kevindietrich/blender
2023-06-15 03:41:54 +02:00
Fix #105409: vertex interpolation corrupts Alembic mesh
f509c213d0
Merge remote-tracking branch 'origin/blender-v3.6-release' into main
d2b741bebe
Fix #107877: Alembic procedural crashes with point clouds
ae5fc2a7f8
Fix #105409: vertex interpolation corrupts Alembic mesh
.abc render procedural Crash
Issue in displaying alembic
d2b741bebe
Fix #107877: Alembic procedural crashes with point clouds
ae5fc2a7f8
Fix #105409: vertex interpolation corrupts Alembic mesh
Fix #105409: vertex interpolation corrupts Alembic mesh
Sorry for the delayed update.
If a file sequence is being read, then we do a full topology comparison.
In order to detect if a file sequence is read, a new member is added to the base…
e8ea03e793
Check if a file sequence is read.
ba40c9c6a8
Fix topology check with new Mesh API.
38a4ad4455
Merge branch 'blender-v3.6-release' into abc_topology_fix_3.5
a7afce347d
Fix #104597: Knife relative angle constaint wrong on rotated objects
c99dd96731
Knife: remove redundant recreation of a ray
UsdGeomPoints import support
I just published a branch which updates the patch that I mentioned in my previous post which allows the modifier to output Point Clouds (both for Alembic and USD).
The branch ("abc_usd_geometry_…
d028f856a4
Merge branch 'main' into abc_usd_geometry_sets
eac620f7bf
Cleanup in readfile code area.
2117af10ab
Cleanup: Clear non-ID pointers in Outliner tree's readfile code.
b960a4fdb8
Fix (unreported) BKE_main_id_refcount_recompute wrong handling of some ID types.
5a2f159ba4
Cleanup: Minor fixes to comments and CLOG reports.