Expose camera stereo settings in Clay engines

This commit is contained in:
Dalai Felinto
2017-05-09 12:33:13 +02:00
parent 382c38efae
commit dad797d037

View File

@@ -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):