validate_alembic_face_sets
ValidateAlembicROPFaceSets
Bases: HoudiniInstancePlugin
Validate Face Sets are disabled for extraction to pointcache.
When groups are saved as Face Sets with the Alembic these show up as shadingEngine connections in Maya - however, with animated groups these connections in Maya won't work as expected, it won't update per frame. Additionally, it can break shader assignments in some cases where it requires to first break this connection to allow a shader to be assigned.
It is allowed to include Face Sets, so only an issue is logged to identify that it could introduce issues down the pipeline.
Source code in client/ayon_houdini/plugins/publish/validate_alembic_face_sets.py
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
|