-
Notifications
You must be signed in to change notification settings - Fork 253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request for -version option (or similar) to moonray #93
Comments
There is currently no When built, scene_rdl2 creates a MoonRay does issue a version number in both the human-readable output ( However, if I remember the implementation, MoonRay grabs its version from the installation path. I have yet to try this outside of the DreamWorks ecosystem. Scene_rdl2's // Copyright 2022-2023 DreamWorks Animation LLC
// SPDX-License-Identifier: Apache-2.0
#pragma once
#define RDL2_VERSION_STRING "11.7.0.9999"
#define RDL2_VERSION_MAJOR 11
#define RDL2_VERSION_MINOR 7
#define RDL2_VERSION_PATCH 0
#define RDL2_VERSION_BUILD 9999
#define RDL2_VERSION_NUMBER 11000700009999 From MoonRay's human-readable logs:
From MoonRay's CSV file:
|
Thanks for the info! When I run with -info (log) I get: Looking at the code for The only way to see this is to start it up a render with an input file. Perhaps if "moonray -info" or "moonray -stats stats.csv" is run without an input, it could report system stuff prior to issuing "No scene file specified." Though it may be easier to add -version.) This is a low priority. The build system could use |
I am not surprised that the MoonRay version output does not exist. I would like to see that be more robust. |
* Update submodules * Update submodules * Update submodules
(Let me know if I just need to RTFM)
I'm running some comparisons between apptainer and docker and local builds.
Currently I presume that they are all from the same git commit, but as we move forward, that may not be the case.
Perhaps it is in a utility, but it would be useful to have "moonray -version" spit out a release version, or perhaps (additionally) the git commit id.
It would be useful to add a line to the stats file as well.
Extra credit if a list of versions of dependencies was kept in a file in the build. (perhaps /installs/openmoonray/etc/versions)
The text was updated successfully, but these errors were encountered: