Skip to content

Commit 4d3f6bc

Browse files
authored
SG-40165 Update Support URL (#106)
1 parent 0150688 commit 4d3f6bc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ working on. For an overview of all the Apps and Engines in the Toolkit App Store
1919
click here: https://help.autodesk.com/view/SGDEV/ENU/?contextId=PC_TOOLKIT_APPS
2020

2121
## Have a Question?
22-
Don't hesitate to contact us at https://knowledge.autodesk.com/contact-support
22+
Don't hesitate to contact us at https://www.autodesk.com/support

app_specific/3dsmax/startup/init_tank.ms

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if ( python != undefined ) then
2424
error = getCurrentException()
2525
is_wrong_engine = (findString error "Unknown property: \"run\" in <Interface:python>")
2626
if ( is_wrong_engine != undefined ) then
27-
messageBox "Flow Production Tracking:\n\nYou are running a version of 3dsMax that is not supported by the tk-3dsmax engine. If you intend to use 3dsMax's built-in Python support, please update your Launcher settings to use the tk-3dsmaxplus engine.\n\nIf you don't know how to update those settings, don't hesitate to contact us!. You can find us on https://knowledge.autodesk.com/contact-support"
27+
messageBox "Flow Production Tracking:\n\nYou are running a version of 3dsMax that is not supported by the tk-3dsmax engine. If you intend to use 3dsMax's built-in Python support, please update your Launcher settings to use the tk-3dsmaxplus engine.\n\nIf you don't know how to update those settings, don't hesitate to contact us!. You can find us on https://www.autodesk.com/support"
2828
else
2929
throw
3030
)

0 commit comments

Comments
 (0)