Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gltf2_blender_default.py « com « blender « io_scene_gltf2 - git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 13a3bb4841eb90527070b347a035267e1f4a1b83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# SPDX-License-Identifier: Apache-2.0
# Copyright 2018-2022 The glTF-Blender-IO authors.

BLENDER_IOR = 1.45
BLENDER_SPECULAR = 0.5
BLENDER_SPECULAR_TINT = 0.0


SPECIAL_ATTRIBUTES = {
    ".select_vert",
    ".select_edge",
    ".select_poly",
    "material_index"
    }