Kameleon
@kameleon
New Member
Joined: Feb 14, 2024
Topics: 30 / Replies: 489
Reply
RE: changing output file in scripted render

Or it would be easier to send the render in stripes thru backburner…Just a thought.

15 years ago
Forum
Reply
RE: MentalRay compositing set up

Great stuff Laurent, it’s a really useful script!

15 years ago
Forum
Reply
RE: MentalRay compositing set up

Hey Loran, glad to help and thanks for the credits! I appreciate it Just one thing, in your “Do it!” button, you’re not closing the Render Scene Dia…

15 years ago
Forum
Reply
RE: MentalRay compositing set up

It would be something like: renderWidth = texmapenv.bitmap.width renderHeight = texmapenv.bitmap.height Keep in mind this, from the Maxscript Help: …

15 years ago
Forum
Reply
RE: MentalRay compositing set up

How about now? I dont know if this is what you want but I gave it a shot! rollout MR_rollout “MentalRay compositing” ( label sbm_lbl “Background Ma…

15 years ago
Forum
Reply
RE: MentalRay compositing set up

Hey Loran, instead of using a map button, try using a normal button and use this to select the JPG file (inside the button pressed event): frmOpenFil…

15 years ago
Forum
Reply
RE: MentalRay compositing set up

Try replacing the last “.” by a “_” instead: bg_switcher.environment_shader = chromeball bg_switcher.background_shader = bg_camera matte_shad.backgro…

15 years ago
Forum
Reply
RE: Fast attach algorithm

There is really nothing special about it, I just ran the attach code in a different thread and then tried using disableRedraw enableRedraw and complet…

15 years ago
Forum
Reply
RE: Fast attach algorithm

Well, I was actually able to do it… kind of, the problem is something related to viewport updates, I’ve tried alot of different aproaches but none was…

15 years ago
Forum
Reply
RE: Fast attach algorithm

I wonder if the array could be splitted and then threaded to two separate threads… hmmmm xD

15 years ago
Forum
Reply
RE: 3 dotnet classes

Great stuff, I also saw that Stanford Assembly but I guess the idea was to insert something like that in my KClasses without having to provide externa…

15 years ago
Forum
Reply
RE: 3 dotnet classes

Hi, could you show me the links to some documentation so I would know where to start? Also, if you have some code and don’t mind sharing it, I would l…

15 years ago
Forum
Reply
RE: 3 dotnet classes

Hehe, sorry for taking so long, anyway, keep the ideas coming! Cheers and good work there.

15 years ago
Forum
Reply
RE: introduction to Dotnet

Hi! Since you converted your button to a DotNet Button, you also have to pay atention to the Event Handlers, while in the normal 3dsmax button the cli…

15 years ago
Forum
Reply
RE: dotnet TextBox and enter key

Hey Johan, have you seen this? ( local hForm = dotNetObject “MaxCustomControls.MaxForm” hForm.Size = dotNetObject “System.Drawing.Size” 640 480 hF…

16 years ago
Forum
Page 19 / 35