Skip to content
Snippets Groups Projects
Commit 05767c64 authored by Corentin's avatar Corentin
Browse files

:sparkles: Make attribute visible for easier debug

parent 4fdca3cc
No related branches found
No related tags found
No related merge requests found
......@@ -132,7 +132,7 @@ class Aztec(Host):
data = json.dumps(data)
if not cmds.attributeQuery(self._element_attribute, node=object_name, exists=True):
cmds.addAttr(longName=self._element_attribute, dataType="string", hidden=True)
cmds.addAttr(longName=self._element_attribute, dataType="string", hidden=False)
cmds.setAttr(f"{object_name}.{self._element_attribute}", data, type="string")
@property
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment