Add possibility to render USD file for testing purposes #14

Merged
Bogdan Nagirniak merged 6 commits from BLEN-428 into storm-hydra-addon 2023-06-02 15:55:44 +02:00
Showing only changes of commit 70dc789cf0 - Show all commits

View File

@ -155,7 +155,7 @@ class STORM_HYDRA_RENDER_PT_dev(Panel):
@classmethod
def poll(cls, context):
return addon_preferences().dev_tools
return super().poll(context) and addon_preferences().dev_tools
def draw(self, context):
layout = self.layout