1# Copyright 2018-2019 The glTF-Blender-IO authors.
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7#     http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15FILTERED_VERTEX_GROUPS = 'filtered_vertex_groups'
16FILTERED_MESHES = 'filtered_meshes'
17FILTERED_IMAGES = 'filtered_images'
18FILTERED_IMAGES_USE_ALPHA = 'filtered_images_use_alpha'
19FILTERED_MERGED_IMAGES = 'filtered_merged_images'
20FILTERED_TEXTURES = 'filtered_textures'
21FILTERED_MATERIALS = 'filtered_materials'
22FILTERED_LIGHTS = 'filtered_lights'
23TEMPORARY_MESHES = 'temporary_meshes'
24FILTERED_OBJECTS = 'filtered_objects'
25FILTERED_CAMERAS = 'filtered_cameras'
26
27APPLY = 'gltf_apply'
28SELECTED = 'gltf_selected'
29SKINS = 'gltf_skins'
30DISPLACEMENT = 'gltf_displacement'
31FORCE_SAMPLING = 'gltf_force_sampling'
32FRAME_RANGE = 'gltf_frame_range'
33FRAME_STEP = 'gltf_frame_step'
34JOINT_CACHE = 'gltf_joint_cache'
35COPYRIGHT = 'gltf_copyright'
36FORMAT = 'gltf_format'
37FILE_DIRECTORY = 'gltf_filedirectory'
38TEXTURE_DIRECTORY = 'gltf_texturedirectory'
39BINARY_FILENAME = 'gltf_binaryfilename'
40YUP = 'gltf_yup'
41MORPH = 'gltf_morph'
42TEX_COORDS = 'gltf_texcoords'
43COLORS = 'gltf_colors'
44NORMALS = 'gltf_normals'
45TANGENTS = 'gltf_tangents'
46MORPH_TANGENT = 'gltf_morph_tangent'
47MORPH_NORMAL = 'gltf_morph_normal'
48MATERIALS = 'gltf_materials'
49EXTRAS = 'gltf_extras'
50CAMERAS = 'gltf_cameras'
51LIGHTS = 'gltf_lights'
52ANIMATIONS = 'gltf_animations'
53EMBED_IMAGES = 'gltf_embed_images'
54BINARY = 'gltf_binary'
55EMBED_BUFFERS = 'gltf_embed_buffers'
56USE_NO_COLOR = 'gltf_use_no_color'
57
58METALLIC_ROUGHNESS_IMAGE = "metallic_roughness_image"
59GROUP_INDEX = 'group_index'
60