Stephen Mackenzie
Stephen Mackenzie
Fails with python-3 (current latest pypi version 1.4.9) ``` File "[...]/bin/pylut", line 83 print "Warning: reverse can take a long time." ^ SyntaxError: Missing parentheses in call to 'print' ```
in acesrender.cpp, the illuminant and camera data path defaults to "/usr/local/include/rawtoaces/data/illuminant", but a build which uses a CMAKE_INSTALL_PREFIX to be installed elsewhere will not have data there. The default path...
rawtoaces: [...]/src/rawtoaces/lib/rta.cpp:814: int rta::Idt::loadIlluminant(const std::vector&, std::string): Assertion `paths.size() > 0 && !type.empty()' failed. Aborted (core dumped)
between 2.60.1 and 2.61.0 , `src/rez/system.py` changed it's determination of "whether to pass rez-tools along to the environment or not" from being a "is it `which`-able, to, "is the currently...
A feature to be able to give a rez-test the ability to identify that it's being run in a src dir, and to grab the package name to run against...
A feature to be able to give a rez-test the ability to run a test on the source, rather than on an installed package-version. Useful for linters that can change...
A feature to be able to give a rez-test definition a 'tags' key with a list, such that rez-test --tags tag1,tag2 will run the tests that are hit by those...
``` Searching [ ] 22/1451Traceback (most recent call last): File "/latest/payload/bin/rez/rez-plugins", line 8, in sys.exit(run_rez_plugins()) File "/2.94.0/payload/lib/python2.7/site-packages/rez/cli/_entry_points.py", line 193, in run_rez_plugins return run("plugins") File "/2.94.0/payload/lib/python2.7/site-packages/rez/cli/_main.py", line 184, in run returncode...
Feel free to contribute anything you'd like to see added to the agenda, even if it's a more-specific version of something already listed. Currently the TSC feels that agenda items...
Subject says most of it. Ideally this would be implemented as a rezconfig flag, and perhaps rez-env or similar would have a flag to ignore the caching step if a...