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.
4
4
5
5
See LICENSE.txt file for full license information.
6
6
7
- **Version**: 0.0.9a
7
+ **Version**: 0.0.10a
8
8
9
9
Requirements
10
10
------------
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ def versionName():
32
32
Return version string for the unityOneClick plugin
33
33
@ingroup UnityOneClickPluginVersion
34
34
"""
35
- return '0.05a '
35
+ return '0.0.10a '
36
36
37
37
def pluginName ():
38
38
"""
Original file line number Diff line number Diff line change 1
1
RELEASE NOTES
2
2
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
+
3
37
** Version** : 0.0.9a
4
38
5
39
* Auto updater for instanced prefabs
You can’t perform that action at this time.
0 commit comments