Mambo4
@mambo4
New Member
Joined: Feb 14, 2024
Topics: 83 / Replies: 271
Reply
RE: Find Directory Path for animation/FBX exporter

getSavePath will prompt the user to browse for a save location and return the chosen directory. dir=getSavePath()

11 years ago
Forum
Reply
RE: Find Directory Path for animation/FBX exporter

bobbygogo: I would like to seed the complete dialog window for exporting and FBX, but pathed to location in the script. If you wish to control th…

11 years ago
Forum
Reply
RE: Find Directory Path for animation/FBX exporter

bobbygogo: what is the method for opening the fbx dialogue at this location, instead of automatically saving? fn exportFBX assets fbxFilePath=( …

11 years ago
Forum
Reply
RE: Find Directory Path for animation/FBX exporter

the problem is a missing slash in the variable ‘dir’ if you execute each line one at a time in the listener, it is obvious: fbxFileName= …

11 years ago
Forum
Reply
RE: Find Directory Path for animation/FBX exporter

bobbygogo: In the Listener is says “exportFBX()”, but does not export a file. ah, I should have read more carefully. the script I provided is a …

11 years ago
Forum
Reply
RE: Find Directory Path for animation/FBX exporter

the problem is here assets= #(Root) assets needs to be an array of objects. all scene objects need to be prefixed with a “$” in mxs. if you have …

11 years ago
Forum
Reply
RE: Find Directory Path for animation/FBX exporter

maxfilename and maxfilpath cna be sued to get local directories. here’s a version of what I use ( fbxFileName= substitutestring maxfilename “.max” …

11 years ago
Forum
Topic
Forum
Replies: 2
Views: 12
Reply
RE: stop createdialog from returning 'true'

thanks (again) Dennis using local result and dialog.result plus fixing modal:on did the trick.

11 years ago
Forum
Topic
Forum
Replies: 4
Views: 4
Reply
RE: expanding file paths using .Net

thanks for all your responses.

11 years ago
Forum
Topic
Forum
Replies: 5
Views: 24
Reply
RE: Max python

Python in Maya is about as easy as MXS in Max Python in 3Ds Max is as easy MXS in Maya Until you can type and execute a Python command in a Max wind…

11 years ago
Forum
Reply
RE: Question: NoteTracks in TrackView…

accordign to the docs, The name is only used to differentiate different note tracks in MAXScript but is not visible in 3ds Max. <notetrack>….

11 years ago
Forum
Reply
11 years ago
Forum
Page 13 / 24