Files
open-wc/reference/blender-wow-studio-3.4-1.1.0_Experimental/io_scene_wmo/render/utils.py
T

9 lines
155 B
Python

RENDER_ENGINE_DEBUG = False
def render_debug(message: str):
global RENDER_ENGINE_DEBUG
if RENDER_ENGINE_DEBUG:
print('Debug:', message)