You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This made me think 2) was wrong on our end, so I changed that to use osx but I'm still confused by 4). But I guess .localtex files just have different SceneOS format.
I'm a bit confused by SceneOS.
1. The comment states: Possible values are windows, linux, osx
2. get_rr_platform returns windows, linux, mac
3. This page of Royal Render for .xml says: Possible values are windows, linux, osx?
4. This page of Royal Render for .localtex says: Values can be win, lx or mac.
First: Yes, Localtex is a different file type.
Although the SceneOS specs are the same as for submission xml files:
You may use any of the above values. windows, linux, osx, win, lx or mac.
Note:
If you do not set SceneOS at all, it uses the OS of the machine that you used to submit
Exception: The output and scene file paths are clearly not matching the OS. (Like \fileserver on Linux.)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
communityIssues and PRs coming from the community memberstype: enhancementImprovement of existing functionality or minor addition
4 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog Description
Additional review information
I'm a bit confused by
SceneOS.windows,linux,osxget_rr_platformreturnswindows,linux,mac.xmlsays: Possible values arewindows,linux,osx?.localtexsays: Values can bewin,lxormac.So which is it?
This made me think 2) was wrong on our end, so I changed that to use
osxbut I'm still confused by 4). But I guess.localtexfiles just have differentSceneOSformat.Testing notes: