Open matthias-mayr opened 1 year ago
When adding a property such as
el = self.params["Param"].value el.setProperty("skiros:myProperty", [0.0, 0.0, 0.0, 0.0]) self._wmi.update_element_properties(el)
Converting the list to a string yields to the expected behavior.
When adding a property such as
Converting the list to a string yields to the expected behavior.