forked from blender/blender-addons
Add possibility to render USD file for testing purposes #14
@ -155,7 +155,7 @@ class STORM_HYDRA_RENDER_PT_dev(Panel):
|
|||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def poll(cls, context):
|
def poll(cls, context):
|
||||||
return addon_preferences().dev_tools
|
return super().poll(context) and addon_preferences().dev_tools
|
||||||
|
|
||||||
def draw(self, context):
|
def draw(self, context):
|
||||||
layout = self.layout
|
layout = self.layout
|
||||||
|
Loading…
Reference in New Issue
Block a user