gandhics
@gandhics
New Member
Joined: Feb 14, 2024
Topics: 70 / Replies: 231
Topic
Forum
Replies: 1
Views: 26
Reply
RE: Possible to store MaxScript in a .MAX file?

What is the advantage of CA over appdata?

10 years ago
Forum
Topic
Forum
Replies: 4
Views: 62
Reply
RE: Max Creation Graph – Simple function (createBox)

“Input” is only for Compound. You need to use “Parameters”.

10 years ago
Forum
Reply
RE: Max Creation Graph – Simple function (createBox)

it will give you mesh data, but it would not create actual mesh. If youwant to get back mesh, output as geometry.

10 years ago
Forum
Reply
RE: 3dsmax 2017 Python

Even though I use Maxscript, my startup is just single line script to call other script. I do this so I can deploy/edit startup script easily across n…

10 years ago
Forum
Reply
RE: 3dsmax 2017 Python

You can just put anyscript into script\startup folder.

10 years ago
Forum
Reply
RE: 3dsmax 2017 Python

3ds Max it self is not thread safe. I don’t know any 3d DCC which is fully multi-threaded.

10 years ago
Forum
Reply
RE: 3dsmax 2017 Python

Here is a list for Python. Python pymxs : Complete Maxscript exposure to Python Python.Import MAXScript editor and listener Python language support I…

10 years ago
Forum
Reply
10 years ago
Forum
Reply
RE: JSON parsing with vanilla dotnet

How about this? I’ll perfectly be happy if ai can converto XML.

10 years ago
Forum
Reply
RE: JSON parsing with vanilla dotnet

Thanks for pointer. At least now I know what;s going on. Unfortunately string will have all kinds of unusual strings…

10 years ago
Forum
Reply
RE: JSON parsing with vanilla dotnet

THis is what I got so far assetStr = “{\”Asset Location\”:\”la\”,\”Asset Name\”:\”main\”,\”Author\”:\”changsooeun\”}” dotNet.LoadAssembly “System.Run…

10 years ago
Forum
Reply
RE: JSON parsing with vanilla dotnet

Thanks, guys. As of now, I use JSON.NET. But, I still want to do without 3rd party. My input source is text string. My main problem is how to feed s…

10 years ago
Forum
Page 10 / 21