Skip to content

Commit a12b5ae

Browse files
authored
Merge pull request #2 from soupday/Dev
Dev
2 parents 51565d3 + fddf935 commit a12b5ae

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,13 @@ Links
4444
Changelog
4545
=========
4646

47-
### 2.2.1
48-
- Spotlight error fix.
47+
### 2.2.2
4948
- Send buttons disabled when waiting for remote response.
5049
- Relink will sync selected characters Link ID back to CC/iC.
5150

51+
### 2.2.1
52+
- Spotlight error fix.
53+
5254
### 2.2.0
5355
- Shader name fix.
5456

utp/exporter.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -726,10 +726,8 @@ def export_fbx(self):
726726
utils.log(f"Exporting {cc.get_object_type(obj)} - {obj.GetName()} - FBX: {file_path} ({export_fps.ToFloat()} fps)")
727727

728728
options1 = (EExportFbxOptions__None | EExportFbxOptions_AutoSkinRigidMesh
729-
#| EExportFbxOptions_RemoveAllUnused
730729
| EExportFbxOptions_ExportPbrTextureAsImageInFormatDirectory
731730
| EExportFbxOptions_ExportRootMotion
732-
#| EExportFbxOptions_RemoveUnusedMorph
733731
| EExportFbxOptions_ExportMetallicAlpha
734732
| EExportFbxOptions_MergeDiffuseOpacityMap)
735733

@@ -741,7 +739,6 @@ def export_fbx(self):
741739
| EExportFbxOptions2_ResetBoneScale
742740
| EExportFbxOptions2_YUp
743741
| EExportFbxOptions2_RenameDuplicateMaterialName
744-
#| EExportFbxOptions2_ResetSelfillumination
745742
| EExportFbxOptions2_ExtraWordForUnityAndUnreal)
746743

747744
options3 = (EExportFbxOptions3__None | EExportFbxOptions3_ExportJson
@@ -838,7 +835,6 @@ def export_motion_fbx(self):
838835
utils.log(f"Exporting Motion FBX: {file_path} ({export_fps.ToFloat()} fps)")
839836

840837
options1 = (EExportFbxOptions__None | EExportFbxOptions_AutoSkinRigidMesh
841-
| EExportFbxOptions_RemoveAllUnused
842838
| EExportFbxOptions_ExportRootMotion
843839
| EExportFbxOptions_RemoveUnusedMorph)
844840

@@ -847,7 +843,6 @@ def export_motion_fbx(self):
847843

848844
options2 = (EExportFbxOptions2__None | EExportFbxOptions2_UnityPreset
849845
| EExportFbxOptions2_ResetBoneScale
850-
#| EExportFbxOptions2_ResetSelfillumination
851846
| EExportFbxOptions2_YUp
852847
| EExportFbxOptions2_ExtraWordForUnityAndUnreal)
853848

utp/vars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
from RLPy import *
1818

19-
VERSION = "2.2.1"
19+
VERSION = "2.2.2"
2020
DEV = False
2121
DEV_NAME = "SOUPDEV"
2222
AVATAR_TYPES = {

0 commit comments

Comments
 (0)