Kévin Dietrich kevindietrich
  • Joined on 2013-12-12
Kévin Dietrich pushed to main at blender/blender 2023-06-20 11:50:02 +02:00
c49af381c0 Alembic: set output error string for subdivision meshes
79cd8d6682 Alembic: add missing topology check for subd meshes
Compare 2 commits »
Kévin Dietrich pushed to main at blender/blender 2023-06-15 14:01:40 +02:00
973562ec0c Merge remote-tracking branch 'origin/blender-v3.6-release' into main
61efaec173 Fix Alembic crash when importing a SubD mesh
Compare 2 commits »
Kévin Dietrich pushed to blender-v3.6-release at blender/blender 2023-06-15 14:01:01 +02:00
61efaec173 Fix Alembic crash when importing a SubD mesh
Kévin Dietrich closed issue blender/blender#108937 2023-06-15 12:43:19 +02:00
Point Cloud Transform Cache Constraint not working correctly
Kévin Dietrich commented on issue blender/blender#108937 2023-06-15 12:43:16 +02:00
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…

Kévin Dietrich suggested changes for blender/blender#108701 2023-06-15 08:44:23 +02:00
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.:

Kévin Dietrich pushed to main at blender/blender 2023-06-15 05:47:28 +02:00
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
Compare 3 commits »
Kévin Dietrich closed issue blender/blender#100485 2023-06-15 05:47:27 +02:00
Crash when exporting to Alembic if an object name contains a forward slash character
Kévin Dietrich pushed to blender-v3.6-release at blender/blender 2023-06-15 05:46:49 +02:00
f0cd966750 Fix #100485: Alembic export crash with names containing a forward slash
Kévin Dietrich deleted branch abc_topology_fix_3.5 from kevindietrich/blender 2023-06-15 03:41:54 +02:00
Kévin Dietrich closed pull request blender/blender#105867 2023-06-15 03:41:54 +02:00
Fix #105409: vertex interpolation corrupts Alembic mesh
Kévin Dietrich pushed to main at blender/blender 2023-06-15 03:41:26 +02:00
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
Compare 3 commits »
Kévin Dietrich closed issue blender/blender#107877 2023-06-15 03:41:25 +02:00
.abc render procedural Crash
Kévin Dietrich closed issue blender/blender#105409 2023-06-15 03:41:23 +02:00
Issue in displaying alembic
Kévin Dietrich pushed to blender-v3.6-release at blender/blender 2023-06-15 03:40:28 +02:00
d2b741bebe Fix #107877: Alembic procedural crashes with point clouds
ae5fc2a7f8 Fix #105409: vertex interpolation corrupts Alembic mesh
Compare 2 commits »
Kévin Dietrich commented on pull request blender/blender#105867 2023-06-14 13:14:28 +02:00
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…

Kévin Dietrich pushed to abc_topology_fix_3.5 at kevindietrich/blender 2023-06-14 13:13:09 +02:00
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
Compare 2423 commits »
Kévin Dietrich commented on issue blender/blender#106398 2023-05-14 23:17:55 +02:00
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_…

Kévin Dietrich pushed to abc_usd_geometry_sets at kevindietrich/blender 2023-05-14 23:08:38 +02:00
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.
Compare 10 commits »