refactor: append all env related func to evnvironment.py

This commit is contained in:
Swann Martinez
2019-07-01 15:39:01 +02:00
parent b7b62b0664
commit 42fa210cee
6 changed files with 66 additions and 58 deletions

View File

@ -14,7 +14,7 @@ BPY_TYPES = {'Texture': 'textures','Material': 'materials', 'GreasePencil': 'gre
'Scene': 'scenes', 'Light': 'lights', 'SunLight': 'lights', 'SpotLight': 'lights', 'AreaLight': 'lights', 'PointLight': 'lights', 'Camera': 'cameras', 'Action': 'actions', 'Armature': 'armatures', 'Grease Pencil': 'grease_pencils'}
logger = logging.getLogger(__name__)
logging.basicConfig(level=logging.INFO)
logging.basicConfig(level=logging.DEBUG)
# UTILITY FUNCTIONS
def revers(d):
l = []