Florian von Behr
Florian von Behr
**Running version** 3.12.2 **Describe the bug** Using _repair_ on a _Render Settings_ validation error results in this error message: ``` // Error: pyblish.plugin : Traceback (most recent call last): File...
**Running version** 3.12.2 **Describe the bug** Tile assembly jobs in Deadline don't get the assigned to the pool configured in Maya or in `project_settings/deadline/publish/ProcessSubmittedJobOnFarm`. They always end up in _none_....
**Running version** 3.12.2 **Describe the bug** When validating Vray Render Attibutes that have a float value, the validation can fail because of precision errors. Example error message: `Invalid value 2.200000047683716...
Steps to reproduce: 1. Create cube primitive. 2. run `import cmdx import maya.cmds as cmds print cmdx.listRelatives("pCube1") print cmds.listRelatives("pCube1")` cmds.listRelatives returns [u'pCubeShape1'] while cmdx.listRelatives("pCube1") returns None Example from the command...