Hello! I am developing the workflow of Fstorm, I am writing some commonly used tools, but I have looked at a lot of materials and can not find the Maxscript help file for Fstorm. Can you provide the api of Maxscript? For example: api of Fstorm proxy exporter. The api of the renderer settings. Render Elements api.
Announcement
Collapse
No announcement yet.
Maxscript help
Collapse
X
-
Originally posted by Karba View PostHi. FStorm doesn't have any special api for MaxScript.
Hello, thank you for your reply, I do not know if we can add this part of the content, so that we can better manage the project and improve work efficiency, for example, we import a model from our model library and convert it into an agent, if we do not use MaxScript to complete this operation, we will spend a lot of time to manual conversion.
Like: https://docs.chaos.com/display/CRMAX/MAXScript.
Converts Teapot001 into a proxy and saves it as C:\ proxy\ myproxy.cgeo:
CProxy.ProxyFp.fromScene (CProxy ()) $Teapot001 @ "C:\ proxy\ myproxy.cgeo"
Comment
Comment