Expose camera stereo settings in Clay engines
This commit is contained in:
@@ -137,7 +137,7 @@ class DATA_PT_lens(CameraButtonsPanel, Panel):
|
|||||||
|
|
||||||
class DATA_PT_camera_stereoscopy(CameraButtonsPanel, Panel):
|
class DATA_PT_camera_stereoscopy(CameraButtonsPanel, Panel):
|
||||||
bl_label = "Stereoscopy"
|
bl_label = "Stereoscopy"
|
||||||
COMPAT_ENGINES = {'BLENDER_RENDER'}
|
COMPAT_ENGINES = {'BLENDER_RENDER', 'BLENDER_CLAY'}
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def poll(cls, context):
|
def poll(cls, context):
|
||||||
|
|||||||
Reference in New Issue
Block a user