maxscript Questions
3
I'm doing some simple PySide on 3Dsmax 2015.
This is my error:
python.ExecuteFile "C:\Program Files\Autodesk\3ds Max 2015\scripts\Python\demoUniTest.py"
-- Runtime error: Line 32 <modu...
6
Solved
I'd like to integrate git into production pipeline to stage 3dsmax files. While it is alright to work with git through TortoiseGit, I'd like to communicate with it from the Maxscript to add custom ...
Faa asked 30/12, 2009 at 11:1
2
Solved
How can I denormalize a vector that has been normalized to get the original values prior to normalizing?
For example:
vec = [-0.5, -1.0, 0.0]
vec_length = sqrt(vec.x^2 + vec.y^2 + vec.z^2)
vec_no...
1
Solved
I've got a pretty sweet setup for editing and running maxscript from inside sublime text 2.
The one thing I've been wanting recently is to emulate or copy the behaviour of the curly brackets with ...
Balloon asked 4/4, 2014 at 14:18
2
Solved
I'm trying to write a function that calls an external script but am not having any luck with the syntax
scripts_folder = "C:\\Program Files\\Autodesk\\3ds Max 2008\\Scripts"
var script1 = "hello_w...
Youmans asked 15/10, 2012 at 16:31
1
© 2022 - 2024 — McMap. All rights reserved.