public record class RetopologyGuideReferenceOne guide curve a retopology should follow, named by the asset that holds it.
Remarks
⚠ A path rather than the curve itself, and docs/plan/41 § D10 is why. A guide that lived in the .meta would be a guide that belongs to one import of one file; a guide that is an asset can be authored once on a curve, shared between the three meshes it applies to, and reused after the source has been regenerated — which is the case the whole AI pipeline consists of.
⚠ A [DataContract] record with settable properties, on SubAssetRename's shape, and not a positional readonly record struct. The YAML serializer refuses a type it has no descriptor for and the descriptor generator wants the attribute — which showed up here as "RetopologyGuideReference has no descriptor" on the first round trip, and would otherwise have showed up as a list of guides that silently never reached the meta.
Fields and properties (2)
public string SplineThe project-relative path of a .vxspline, e.g. Curves/spine.vxspline.
public float StrengthHow hard the field is pulled toward it, in [0, 1].
Used by (7)
- Describes_Vixen_Editor_AssetEditors_Importing_ModelImportEditsVixen.Editor.AssetEditors
- ModelImportEditsVixen.Editor.AssetEditors
- ModelImportSettingsVixen.Editor.Assets
- ModelImporterVixen.Editor.Assets
- ModelRetopologyTestsVixen.Editor.Assets.Tests
- TypeRegistrationVixen.Editor.Assets
- Vixen_Editor_AssetEditors_Importing_ModelImportEditsSerializerVixen.Editor.AssetEditors