State:Closed|icon_bug|icon_nuke|database:public|Resolution:Fixed|TargetRelease:14.0v7|BugID:527095|
Problem summary
The Hiero developer custom_guides.py documentation says to put it in <HIERO_PATH>/StartupUI, with is not a valid path
Hiero uses <nukePath>/Python/Startup and <nukePath>/Python/StartupUI to run code from, but this code only works in the main Nuke Path directory.
Customer reported version
hiero.13.2v5
Customer reported platform
Steps to reproduce
1) Open the Hiero developer documentation examples and see the comment:
https://learn.foundry.com/hiero/developers/latest/HieroPythonDevGuide/examples/index.html
2) This command it also in the code itself:
Expected behaviour
The Hiero custom_guides.py example documentation to tell you the correct place to put the example code
Actual behaviour
The documentation says to put the custom_guides.py example in the wrong location
Workaround
Put the Hiero custom_guides.py example in the Nuke Path, like in the
~/.nuke directory
Reproduced by support
This bug has been reproduced in:
Hiero 14.0v1 documentation
Hiero 10.0v1 documentation