|
@@ -29,10 +29,10 @@ namespace GeomNodes
|
|
|
|
|
|
static GNConfiguration CreateDefault();
|
|
|
|
|
|
- AZStd::string m_blenderPath =
|
|
|
- "C:/Program Files/Blender Foundation/Blender 3.4/blender.exe"; //!< Currently set blender path in user's machine.
|
|
|
-
|
|
|
- AZStd::string m_lastFilePath; //!< Last file path used when selecting a blender file.
|
|
|
+ //! Blender executable path in user's machine.
|
|
|
+ AZStd::string m_blenderPath;
|
|
|
+ //! Last file path used when selecting a blender file.
|
|
|
+ AZStd::string m_lastFilePath;
|
|
|
|
|
|
bool operator==(const GNConfiguration& other) const;
|
|
|
bool operator!=(const GNConfiguration& other) const;
|