mirror of
https://github.com/blender/blender-addons.git
synced 2025-08-13 13:34:34 +00:00
Optimized export to OS Tempfiles.
The output to Tempfiles no longer exports comments, indentations or LFs (in lists). New option in Export settings to deactivate LF (line brakes) in lists. Fixed a material export for normal maps. Was exported two times. Paths to images are now realpaths, no /../ in absolut paths.
This commit is contained in:
@ -181,6 +181,8 @@ class RENDER_PT_povray_export_settings(RenderButtonsPanel, bpy.types.Panel):
|
||||
split = layout.split()
|
||||
col = split.column()
|
||||
col.prop(scene, "pov_comments_enable", text="Comments")
|
||||
col = split.column()
|
||||
col.prop(scene, "pov_list_lf_enable", text="Line brakes in lists")
|
||||
|
||||
|
||||
class RENDER_PT_povray_render_settings(RenderButtonsPanel, bpy.types.Panel):
|
||||
|
Reference in New Issue
Block a user