Skip to content

Commit

Permalink
Fix #2431 variant extras ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
julienduroure committed Dec 4, 2024
1 parent a84276f commit 3bc0884
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 3bc0884

Please sign in to comment.