File tree Expand file tree Collapse file tree 3 files changed +36
-2
lines changed
Integrations/Autodesk/maya2017/scripts/unityOneClick Expand file tree Collapse file tree 3 files changed +36
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Copyright (c) 2017 Unity Technologies. All rights reserved.
44
55See LICENSE.txt file for full license information.
66
7- **Version**: 0.0.9a
7+ **Version**: 0.0.10a
88
99Requirements
1010------------
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ def versionName():
3232 Return version string for the unityOneClick plugin
3333 @ingroup UnityOneClickPluginVersion
3434 """
35- return '0.05a '
35+ return '0.0.10a '
3636
3737def pluginName ():
3838 """
Original file line number Diff line number Diff line change 11RELEASE NOTES
22
3+ ** Version** : 0.0.10a
4+
5+ NEW FEATURES
6+
7+ * Turntable Review shows minimal Unity window
8+
9+ The Game window is maximized so that it takes up most of the layout.
10+
11+ * Turntable Review frames camera onto model
12+
13+ * Turntable Review rotates model
14+
15+ Model rotates either when selected in the editor or in play mode.
16+
17+ * Maya Integration: Turntable Review publishes to temporary location
18+
19+ Running Unity -> Review command in Maya publishes the asset to a temporary location inside the Unity project.
20+
21+ * Maya Integration: Added support for multiple Maya versions
22+
23+ * Set Turntable scene from Project Settings
24+
25+ Scene to use for Turntable review can be selected in Project Settings.
26+
27+ * Select Turntable Base GameObject by attaching FbxTurnTableBase script
28+
29+ Attaching the FbxTurnTableBase script to a GameObject will parent the model being reviewed under this GameObject.
30+ If none present, an empty GameObject will be used as the base.
31+
32+ FIXES
33+
34+ * FbxPrefab: Don't allow settings to be changed on prefab instance
35+ * Maya Integration: Fix so review brings Unity window to front on Windows if already open
36+
337** Version** : 0.0.9a
438
539* Auto updater for instanced prefabs
You can’t perform that action at this time.
0 commit comments