Skip to content

Instantly share code, notes, and snippets.

@HiceS
Last active December 19, 2019 20:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HiceS/d38a35f670c06620437c4364aedacb10 to your computer and use it in GitHub Desktop.
Save HiceS/d38a35f670c06620437c4364aedacb10 to your computer and use it in GitHub Desktop.
For Appearance: Brass - Matte -- Property names and types:
id: interior_model type: adsk::core::IntegerProperty
id: metal_f0 type: adsk::core::ColorProperty
Found Color with Value R243 G203 B124 A255
id: metal_f0_urn type: adsk::core::StringProperty
id: surface_albedo type: adsk::core::ColorProperty
Found Color with Value R255 G255 B255 A255
id: surface_albedo_urn type: adsk::core::StringProperty
id: surface_anisotropy type: adsk::core::FloatProperty
id: surface_anisotropy_urn type: adsk::core::StringProperty
id: surface_cutout type: adsk::core::AppearanceTextureProperty
id: surface_cutout_urn type: adsk::core::StringProperty
id: surface_ndf_type type: adsk::core::ChoiceProperty
id: surface_normal type: adsk::core::AppearanceTextureProperty
id: surface_normal_urn type: adsk::core::StringProperty
id: surface_rotation type: adsk::core::FloatProperty
id: surface_rotation_urn type: adsk::core::StringProperty
id: surface_roughness type: adsk::core::FloatProperty
id: surface_roughness_urn type: adsk::core::StringProperty
For Appearance: ABS (White) -- Property names and types:
id: interior_model type: adsk::core::IntegerProperty
id: opaque_albedo type: adsk::core::ColorProperty
Found Color with Value R246 G246 B243 A255
id: opaque_albedo_urn type: adsk::core::StringProperty
id: opaque_emission type: adsk::core::BooleanProperty
id: opaque_f0 type: adsk::core::FloatProperty
id: opaque_f0_urn type: adsk::core::StringProperty
id: opaque_luminance type: adsk::core::FloatProperty
id: opaque_luminance_modifier type: adsk::core::ColorProperty
id: opaque_luminance_modifier_urn type: adsk::core::StringProperty
id: opaque_mfp type: adsk::core::FloatProperty
id: opaque_mfp_modifier type: adsk::core::ColorProperty
id: opaque_mfp_modifier_urn type: adsk::core::StringProperty
id: opaque_translucency type: adsk::core::BooleanProperty
id: surface_albedo type: adsk::core::ColorProperty
Found Color with Value R255 G255 B255 A255
id: surface_albedo_urn type: adsk::core::StringProperty
id: surface_anisotropy type: adsk::core::FloatProperty
id: surface_anisotropy_urn type: adsk::core::StringProperty
id: surface_cutout type: adsk::core::AppearanceTextureProperty
id: surface_cutout_urn type: adsk::core::StringProperty
id: surface_ndf_type type: adsk::core::ChoiceProperty
id: surface_normal type: adsk::core::AppearanceTextureProperty
id: surface_normal_urn type: adsk::core::StringProperty
id: surface_rotation type: adsk::core::FloatProperty
id: surface_rotation_urn type: adsk::core::StringProperty
id: surface_roughness type: adsk::core::FloatProperty
id: surface_roughness_urn type: adsk::core::StringProperty
For Appearance: Steel - Satin -- Property names and types:
id: interior_model type: adsk::core::IntegerProperty
id: metal_f0 type: adsk::core::ColorProperty
Found Color with Value R160 G160 B160 A255
id: metal_f0_urn type: adsk::core::StringProperty
id: surface_albedo type: adsk::core::ColorProperty
Found Color with Value R255 G255 B255 A255
id: surface_albedo_urn type: adsk::core::StringProperty
id: surface_anisotropy type: adsk::core::FloatProperty
id: surface_anisotropy_urn type: adsk::core::StringProperty
id: surface_cutout type: adsk::core::AppearanceTextureProperty
id: surface_cutout_urn type: adsk::core::StringProperty
id: surface_ndf_type type: adsk::core::ChoiceProperty
id: surface_normal type: adsk::core::AppearanceTextureProperty
id: surface_normal_urn type: adsk::core::StringProperty
id: surface_rotation type: adsk::core::FloatProperty
id: surface_rotation_urn type: adsk::core::StringProperty
id: surface_roughness type: adsk::core::FloatProperty
id: surface_roughness_urn type: adsk::core::StringProperty
For Appearance: Fabric (White) -- Property names and types:
id: interior_model type: adsk::core::IntegerProperty
id: opaque_albedo type: adsk::core::ColorProperty
id: opaque_albedo_urn type: adsk::core::StringProperty
id: opaque_emission type: adsk::core::BooleanProperty
id: opaque_f0 type: adsk::core::FloatProperty
id: opaque_f0_urn type: adsk::core::StringProperty
id: opaque_luminance type: adsk::core::FloatProperty
id: opaque_luminance_modifier type: adsk::core::ColorProperty
id: opaque_luminance_modifier_urn type: adsk::core::StringProperty
id: opaque_mfp type: adsk::core::FloatProperty
id: opaque_mfp_modifier type: adsk::core::ColorProperty
id: opaque_mfp_modifier_urn type: adsk::core::StringProperty
id: opaque_translucency type: adsk::core::BooleanProperty
id: surface_albedo type: adsk::core::ColorProperty
id: surface_albedo_urn type: adsk::core::StringProperty
id: surface_anisotropy type: adsk::core::FloatProperty
id: surface_anisotropy_urn type: adsk::core::StringProperty
id: surface_cutout type: adsk::core::AppearanceTextureProperty
id: surface_cutout_urn type: adsk::core::StringProperty
id: surface_ndf_type type: adsk::core::ChoiceProperty
id: surface_normal type: adsk::core::AppearanceTextureProperty
id: surface_normal_urn type: adsk::core::StringProperty
id: surface_rotation type: adsk::core::FloatProperty
id: surface_rotation_urn type: adsk::core::StringProperty
id: surface_roughness type: adsk::core::FloatProperty
id: surface_roughness_urn type: adsk::core::StringProperty
@HiceS
Copy link
Author

HiceS commented Dec 19, 2019

Turns out the ID was the unique Identifier the whole time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment