Sync changes from upstream repository

Co-authored-by: croudyj <croudyj@gmail.com>
Co-authored-by: Dale Lear <dalelear@mcneel.com>
Co-authored-by: Greg Arden <greg@mcneel.com>
Co-authored-by: Pierre Cuvilliers <pierre@mcneel.com>
Co-authored-by: Steve Baer <steve@mcneel.com>
This commit is contained in:
Bozo The Builder
2023-05-26 13:16:40 -07:00
parent 78002d48dd
commit ecfa0ff6d7
19 changed files with 836 additions and 488 deletions

View File

@@ -874,11 +874,6 @@ public:
// Sets the id of the rendering environment for a particular usage.
void SetRenderEnvironmentId(EnvironmentUsage usage, const ON_UUID& id);
// Access to render presets.
ON_UUID CurrentRenderPreset(void) const;
void SetCurrentRenderPreset(const ON_UUID& uuid);
void GetRenderPresetList(ON_SimpleArray<ON_UUID>& presets) const;
private:
unsigned short m_reserved1 = 0;