Kévin Dietrich kevindietrich
  • Joined on 2013-12-12
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 »
Kévin Dietrich commented on issue blender/blender#106398 2023-05-08 21:26:44 +02:00
UsdGeomPoints import support

Alembic point cloud import support was supposed to be handled by https://archive.blender.org/developer/D11592 which I recently updated, and will be the subject of a pull request in the very short…

Kévin Dietrich commented on pull request blender/blender#105867 2023-03-20 14:47:02 +01:00
Fix #105409: vertex interpolation corrupts Alembic mesh

You're right, and there is no different code path for files sequences, so this may break; I did not think of that case. I do have some Alembic file sequences, so I can use those to correct the logic.

Kévin Dietrich commented on pull request blender/blender#105867 2023-03-20 14:47:02 +01:00
Fix #105409: vertex interpolation corrupts Alembic mesh

I did try that originally but did not notice any difference with or without. Although, we could argue that not having an explicit check on our side is betting on the implementation of memcmp. I would venture that any serious implementation of memcmp would return 0 if the pointers are the same.

Kévin Dietrich commented on pull request blender/blender#105867 2023-03-20 14:47:02 +01:00
Fix #105409: vertex interpolation corrupts Alembic mesh

Just to note, memcmp gives about 1-2 fps speedup in the file from the bug report (~150k faces).

Kévin Dietrich pushed to abc_topology_fix_3.5 at kevindietrich/blender 2023-03-18 01:05:13 +01:00
1357054eeb Merge branch 'blender-v3.5-release' into abc_topology_fix_3.5
9ddf816f29 Avoid unnecessary loops, use memcmp, fix typo.
73509d1bc1 Fix #105327: USD import fails to recognize UV map varname
Compare 3 commits »
Kévin Dietrich created pull request blender/blender#105867 2023-03-17 23:26:06 +01:00
Fix #105409: vertex interpolation corrupts Alembic mesh
Kévin Dietrich pushed to abc_topology_fix_3.5 at kevindietrich/blender 2023-03-17 23:23:32 +01:00
5be095f1a4 Fix #105409: vertex interpolation corrupts Alembic mesh
d260cacc9d Fix #105577: Python MeshPolygon API allows negative material indices
cc6d8cd573 Fix #105442: Cycles CUDA and HIP host memory fallback not working
97b0d8f72b Fix #105052: crash with sculpt automasking topology and mesh filter tool
ef4485720c Fix crash in viewport with negative material indices
Compare 10 commits »
Kévin Dietrich created branch abc_topology_fix_3.5 in kevindietrich/blender 2023-03-17 23:23:31 +01:00
Kévin Dietrich suggested changes for blender/blender#105844 2023-03-16 22:32:02 +01:00
Fix #105455: GPU subdivision with textures corrupts display after undo

This causes a crash in one of my test file as draw_subdiv_invalidate_evaluator_for_orco is not checking the validity of the Subdiv pointer.

Kévin Dietrich pushed to colorramp_property at kevindietrich/blender 2023-03-16 00:09:44 +01:00
6b83795bf8 Merge branch 'curve_profile_property' into colorramp_property
Kévin Dietrich created branch colorramp_property in kevindietrich/blender 2023-03-16 00:09:44 +01:00
Kévin Dietrich created branch curve_profile_property in kevindietrich/blender 2023-03-16 00:09:42 +01:00
Kévin Dietrich pushed to curve_profile_property at kevindietrich/blender 2023-03-16 00:09:42 +01:00
Kévin Dietrich created branch curve_mapping_property in kevindietrich/blender 2023-03-16 00:09:40 +01:00
Kévin Dietrich pushed to curve_mapping_property at kevindietrich/blender 2023-03-16 00:09:40 +01:00
Kévin Dietrich deleted branch viewport_experiments from kevindietrich/blender 2023-03-16 00:03:05 +01:00
Kévin Dietrich deleted branch xr-world-navigation from kevindietrich/blender 2023-03-16 00:03:05 +01:00
Kévin Dietrich deleted branch viewport-compositor from kevindietrich/blender 2023-03-16 00:03:05 +01:00