Blender addon - render lc_profile

This commit is contained in:
Trevor SANDY 2023-05-19 16:10:00 +02:00
parent 13244e108e
commit 9fe6dc3658
2 changed files with 5 additions and 4 deletions

View file

@ -140,8 +140,9 @@ static lcProfileEntry gProfileEntries[LC_NUM_PROFILE_KEYS] =
lcProfileEntry("POVRay", "Path", "/usr/bin/povray"), // LC_PROFILE_POVRAY_PATH
lcProfileEntry("POVRay", "LGEOPath", ""), // LC_PROFILE_POVRAY_LGEO_PATH
lcProfileEntry("POVRay", "Width", 1280), // LC_PROFILE_POVRAY_WIDTH
lcProfileEntry("POVRay", "Height", 720), // LC_PROFILE_POVRAY_HEIGHT
lcProfileEntry("Render", "Width", 1280), // LC_PROFILE_RENDER_WIDTH
lcProfileEntry("Render", "Height", 720), // LC_PROFILE_RENDER_HEIGHT
lcProfileEntry("Blender", "Path", ""), // LC_PROFILE_BLENDER_PATH
lcProfileEntry("Blender", "LDrawConfigPath", ""), // LC_PROFILE_BLENDER_LDRAW_CONFIG_PATH

View file

@ -88,8 +88,8 @@ enum LC_PROFILE_KEY
LC_PROFILE_HTML_IMAGE_HEIGHT,
LC_PROFILE_POVRAY_PATH,
LC_PROFILE_POVRAY_LGEO_PATH,
LC_PROFILE_POVRAY_WIDTH,
LC_PROFILE_POVRAY_HEIGHT,
LC_PROFILE_RENDER_WIDTH,
LC_PROFILE_RENDER_HEIGHT,
LC_PROFILE_BLENDER_PATH,
LC_PROFILE_BLENDER_LDRAW_CONFIG_PATH,
LC_PROFILE_BLENDER_VERSION,