mirror of
https://github.com/leozide/leocad
synced 2025-01-30 20:34:56 +01:00
Blender addon - render lc_profile
This commit is contained in:
parent
13244e108e
commit
9fe6dc3658
2 changed files with 5 additions and 4 deletions
|
@ -140,8 +140,9 @@ static lcProfileEntry gProfileEntries[LC_NUM_PROFILE_KEYS] =
|
||||||
|
|
||||||
lcProfileEntry("POVRay", "Path", "/usr/bin/povray"), // LC_PROFILE_POVRAY_PATH
|
lcProfileEntry("POVRay", "Path", "/usr/bin/povray"), // LC_PROFILE_POVRAY_PATH
|
||||||
lcProfileEntry("POVRay", "LGEOPath", ""), // LC_PROFILE_POVRAY_LGEO_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", "Path", ""), // LC_PROFILE_BLENDER_PATH
|
||||||
lcProfileEntry("Blender", "LDrawConfigPath", ""), // LC_PROFILE_BLENDER_LDRAW_CONFIG_PATH
|
lcProfileEntry("Blender", "LDrawConfigPath", ""), // LC_PROFILE_BLENDER_LDRAW_CONFIG_PATH
|
||||||
|
|
|
@ -88,8 +88,8 @@ enum LC_PROFILE_KEY
|
||||||
LC_PROFILE_HTML_IMAGE_HEIGHT,
|
LC_PROFILE_HTML_IMAGE_HEIGHT,
|
||||||
LC_PROFILE_POVRAY_PATH,
|
LC_PROFILE_POVRAY_PATH,
|
||||||
LC_PROFILE_POVRAY_LGEO_PATH,
|
LC_PROFILE_POVRAY_LGEO_PATH,
|
||||||
LC_PROFILE_POVRAY_WIDTH,
|
LC_PROFILE_RENDER_WIDTH,
|
||||||
LC_PROFILE_POVRAY_HEIGHT,
|
LC_PROFILE_RENDER_HEIGHT,
|
||||||
LC_PROFILE_BLENDER_PATH,
|
LC_PROFILE_BLENDER_PATH,
|
||||||
LC_PROFILE_BLENDER_LDRAW_CONFIG_PATH,
|
LC_PROFILE_BLENDER_LDRAW_CONFIG_PATH,
|
||||||
LC_PROFILE_BLENDER_VERSION,
|
LC_PROFILE_BLENDER_VERSION,
|
||||||
|
|
Loading…
Add table
Reference in a new issue