Oormi
@oormi
New Member
Joined: Feb 15, 2024
Topics: 4 / Replies: 8
Reply
RE: PF Source scripting issues

I guess its not needed now, the problem was solved by setting the speed to 0 at birth. pCont.particleSpeed = [0,0,0] Very silly of me to assume that m…

13 years ago
Forum
Topic
Forum
Replies: 2
Views: 16
Topic
Forum
Replies: 0
Views: 13
Reply
RE: Unable to close filestream with 3dsMax 2012

Max 2012 hot fix 2 will patch the problem.

14 years ago
Forum
Topic
Forum
Replies: 0
Views: 4
Reply
RE: New script – Bitmap2Script

TheGrak: Nice script! Reminds me of Logo Tools by David Mackenzie. And also Bitmap2Maxscript convertor by Andru Phoenix. That one’s pretty cool c…

14 years ago
Forum
Topic
Forum
Replies: 3
Views: 17
Reply
RE: Export 16 bit precision floating point

bit.intAsHex (bit.floatAsInt 1.0) gives “3f800000”, which is a f32 version of the number 1.0 Now you should be able to extract the exponent and the nu…

14 years ago
Forum
Reply
RE: Scripted Shape Plug-ins

You will need to write a plugin using the SDK to get your own custom shapes. The scripted plugins only extend the existing primitives/modifiers.

14 years ago
Forum
Reply
RE: The Viewport Maxscript Editor – NEW

Cool. I used the same example and improved on it.

14 years ago
Forum
Reply
RE: The Viewport Maxscript Editor – NEW

This looks great, can’t wait to test it out. PSD support is a great idea. I have two suggestions I thought of when I was looking at the screenshots. 1…

14 years ago
Forum
Reply
RE: The Viewport Maxscript Editor – NEW

I really liked the idea of using 3d elements to draw the UI. Great job ! The first thing that can be improved in the code is that the repetition of s…

14 years ago
Forum