Version: 1.4.20.0
Frequency: Consistently
Severity: High
Context: 3dsMax MSFS 2024 SDK Tools. 3dsMax 2024.2.7
Bug description: When using the “Create Animation From Selection” button, this error appears.
Attachments:
Version: 1.4.20.0
Frequency: Consistently
Severity: High
Context: 3dsMax MSFS 2024 SDK Tools. 3dsMax 2024.2.7
Bug description: When using the “Create Animation From Selection” button, this error appears.
Attachments:
The syntax error on line 9 is caused by an incorrect tab stop in the filein command, which contains a tab character (\t) instead of a space. The line:
RT.execute(f"filein (pathConfig.appendPath "{scriptDir}" @"MSFS2024_create_animation_group_from_selection.ms")")
should be corrected by removing the tab character between “filein” and the opening of the parenthesis. The correct version is:
RT.execute(f"filein (pathConfig.appendPath "{scriptDir}" @"MSFS2024_create_animation_group_from_selection.ms")")
visually they look the same, but the difference is in the character between filein and the bracket (.
How to fix:
In your text editor or IDE, delete everything between filein and ( and type a space by hand to make sure there is no tab.
create_animation_group_from_selection.zip (407 Bytes)
Thank you for the fix.
I guess something to update in the next SDK update.@asobo
I tried to reproduce it using the SU3 flighting sdk core but no error on my end.
Can you try to install the SU3 flighting sdk core and let me know if you reproduce the same behavior ?
Regards,
Boris
@Boris
Sorry for the delay.
I am still on SU2 at the moment.
I will keep an eye on it when moving to SU3
@Boris
Fixed on SU3
Thank you for your feedback ![]()
Regards,
Boris