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
- BIFROST-9334 - Fix save_usd_stage compound errors when current edit target is not the root layer
24
+
- Update the _save_usd_stage_ compound. It is now setting the target layer to the root layer before saving and then restore the current target (using the new get_edit_layer operator).
25
+
26
+
## [1.2.1] - 2023-11-15 (Bifrost 2.8)
2
27
3
28
### Build
4
29
@@ -79,7 +104,7 @@
79
104
- add README.md in test folder
80
105
81
106
82
-
## [1.2.0] - 2023-05-12
107
+
## [1.2.0] - 2023-05-12 (Bifrost 2.7)
83
108
84
109
### Build
85
110
@@ -114,7 +139,7 @@
114
139
- removed call to changeDir() that has side effect and is not required anymore for unit tests.
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,8 @@ You must provide the following variables to the cmake command:
25
25
* BIFUSD_OSX_MIN_OS : (optional) Can be set to choose the minimum macOS deployement target. If not set, macOS 11.0 will be used.
26
26
* BIFUSD_OSX_BINARY_ARCH : (optional) Can be set to choose the target architecture to build on macOS. Acceptable values are `x64` (Intel CPU), `arm64` (Apple M1 CPU), `ub2` (Universal Binary 2 - both x64 and arm64) and empty (default) (host system's processor).
27
27
28
+
__C++17 is the minimal required version going forward.__
29
+
28
30
__Python 3 version is assumed.__
29
31
30
32
__If your build uses MAYA_RUNTIME_LOCATION, you will need to use the same USD version than MayaUSD plugin.__
0 commit comments