This commit is contained in:
pullusb 2025-07-25 15:19:37 +02:00
parent 4feebf0a06
commit 0d14800add

View File

@ -55,7 +55,7 @@ class RT_prefs(bpy.types.AddonPreferences):
col.label(text="Environment variables will override above templates if set", icon='INFO') col.label(text="Environment variables will override above templates if set", icon='INFO')
# col.label(text="RENDERTOOLBOX_EXR_PATH_TEMPLATE for single base path file output") # col.label(text="RENDERTOOLBOX_EXR_PATH_TEMPLATE for single base path file output")
# col.label(text="RENDERTOOLBOX_MULTILAYER_PATH_TEMPLATE for multilayer base path file output") # col.label(text="RENDERTOOLBOX_MULTILAYER_PATH_TEMPLATE for multilayer base path file output")
col.label(text'If environment variables are not found, preferences will be used instead') col.label(text='If environment variables are not found, preferences will be used instead')
# region Handlers # region Handlers