Skip to content

Commit

Permalink
Merge pull request #2432 from KhronosGroup/fix_2431_variant_with_extras
Browse files Browse the repository at this point in the history
Fix #2431 variant extras ignore
  • Loading branch information
julienduroure authored Jan 16, 2025
2 parents 7f336db + c8cd17b commit d6b1acc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion addons/io_scene_gltf2/blender/com/extras.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@


# Custom properties, which are in most cases present and should not be imported/exported.
BLACK_LIST = ['cycles', 'cycles_visibility', 'cycles_curves', 'glTF2ExportSettings', 'gltf2_mesh_applied']
BLACK_LIST = ['cycles', 'cycles_visibility', 'cycles_curves', 'glTF2ExportSettings', 'gltf2_mesh_applied',
'gltf2_KHR_materials_variants_variants', 'gltf2_active_variant', 'gltf2_variant_default_materials', 'gltf2_variant_mesh_data'
]


def generate_extras(blender_element):
Expand Down

0 comments on commit d6b1acc

Please sign in to comment.