Metahuman_DNA_Calibration/dna_viewer/common.py

12 lines
164 B
Python
Raw Normal View History

2023-04-20 21:44:56 +08:00
ANALOG_GUI_HOLDER = "analog_gui"
GUI_HOLDER = "gui"
RIG_LOGIC_PREFIX = "rl4Embedded_"
SKIN_WEIGHT_PRINT_RANGE = 2000
class DNAViewerError(Exception):
pass