xsl wrote:Is it possible to not show the Blender panels?
I asked Dougal about this back in the 2.5 dev days, and at least then it was not possible from what I understood. However things may have changed...
Moderators: Ratow, SATtva, coordinators
xsl wrote:Is it possible to not show the Blender panels?


Lord Crc wrote:Ok, its certainly possible now, I was just being dense back there.
So, what do we want to do?

Index: release/scripts/startup/bl_ui/properties_data_camera.py
===================================================================
--- release/scripts/startup/bl_ui/properties_data_camera.py (revision 46782)
+++ release/scripts/startup/bl_ui/properties_data_camera.py (working copy)
@@ -109,8 +109,9 @@
col.label(text="Clipping:")
col.prop(cam, "clip_start", text="Start")
col.prop(cam, "clip_end", text="End")
+ if context.scene.render.engine == 'LUXRENDER_RENDER':
+ col.prop(cam.luxrender_camera, "use_clipping", text="Use Clipping")
-
class DATA_PT_camera(CameraButtonsPanel, Panel):
bl_label = "Camera"
COMPAT_ENGINES = {'BLENDER_RENDER', 'BLENDER_GAME'}

Return to LuxBlend (Blender Exporter)
Users browsing this forum: No registered users and 2 guests