File tree 3 files changed +8
-5
lines changed
mod_documentation/copy_outfits
3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
- CopyOutfits v1.9.7 for The Sims 4 v1.109.185 and S4CL v3.7
2
- Created on 2024-10-08
3
- v1.9.7
4
- Fix NPE within get_parts_from_clipboard() when no CAS parts are available .
1
+ CopyOutfits v1.9.8 for The Sims 4 v1.109.185 and S4CL v3.7
2
+ Created on 2024-10-11
3
+ v1.9.8
4
+ Remove all CAS Part flags (including DefaultForBodyTypeFemale/Male) to avoid that TS4 uses them when aging up sims .
5
5
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ def _file_path(self) -> str:
28
28
29
29
@property
30
30
def _version (self ) -> str :
31
- return '1.9.7 '
31
+ return '1.9.8 '
32
32
33
33
34
34
r'''
@@ -42,6 +42,9 @@ def _version(self) -> str:
42
42
TODO
43
43
Load and Save outfits
44
44
Read config files / support user defined skins
45
+
46
+ v1.9.8
47
+ Remove all CAS Part flags (including DefaultForBodyTypeFemale/Male) to avoid that TS4 uses them when aging up sims.
45
48
v1.9.7
46
49
Fix NPE within get_parts_from_clipboard() when no CAS parts are available.
47
50
v1.9.6
You can’t perform that action at this time.
0 commit comments