Wahooney
@wahooney
New Member
Joined: Feb 14, 2024
Topics: 60 / Replies: 278
Reply
RE: How do i hit render button in render scene dialogue by mxs

actionMan.executeAction 0 “50031” Does a Quick Render if that’s what you need.

17 years ago
Forum
Reply
RE: Maxscript 2008 Pro Editor = Awesome

Scintilla is a very tidy UI text editor, and SCiTE kicks ass too I like the code completion and the fact that it looks at your script to get the key…

17 years ago
Forum
Reply
RE: CgTalk Maxscript Challenge 018: "Wear and Tear"

Okay, I misread the requirements and wrote something different, but it only too 30 minutes so and it may be useful so here it is anyway. I may write …

17 years ago
Forum
Reply
Reply
17 years ago
Forum
Topic
Forum
Replies: 4
Views: 16
Reply
RE: Autodesk 3dsmax 2008 Maxscript ProEditor

I say it’s about bloody time, well played Autodesk! When they say that the editor is customizable I hope they mean it has scripted access. That would…

17 years ago
Forum
Reply
RE: materialbutton doesn't support drag/drop

As far as I can tell it’s impossible. I’ve tried many times before with no success.

17 years ago
Forum
Reply
RE: Colour access in Scripted Plug-In?

Unfortunately there is no native access to colour information of textures at rendertime for maxScript. I tried writing a plugin that would allow user…

17 years ago
Forum
Reply
RE: how to store a 2d array in a CA

Edit: Should have read the whole post… Just repeated your solution :surprised

17 years ago
Forum
Reply
RE: Maxscript is forgetting my variables?

Usually I’m a little more spartan with my commenting, I was liberal now just so you, or someone else that might be reading, could understand exactly w…

17 years ago
Forum
Reply
RE: Maxscript is forgetting my variables?

Here is my attempt, it’s pretty fast, approx 1700ms to compute every pixel in a 256×256 image, I’ve commented everything so I hope it helps: ( — v…

17 years ago
Forum
Reply
RE: Maxscript is forgetting my variables?

The reason you’re getting errors is that you’re over reading the bitmap, you are trying to access pixel 50, 10050 in a 256×256 bitmap. Your logic is …

17 years ago
Forum
Reply
RE: Maxscript is forgetting my variables?

Could you post actual working code? your Colours_and_Counts array doesn’t get initialised, so it’s difficult to debug.

17 years ago
Forum
Reply
RE: Python + MXS

Please pardon my eternal ignorance, but what is the advantage to this Python/MXS tie in? I haven’t worked with Python before, what can it do that MXS …

18 years ago
Forum
Page 1 / 23