unsuns
@unsuns
New Member
Joined: Feb 15, 2024
Topics: 4 / Replies: 12
Reply
RE: Assign Renderer depending on kind of Material used in scene [SOLVED]

Well I didn’t think I could do it, but I did Here it is : mats = for m in scenematerials collect m for i= 1 to 24 do ( if mats[i] != undefined the…

6 years ago
Forum
Reply
RE: Assign Renderer depending on kind of Material used in scene [SOLVED]

I’m using Max 2016, Vray 3.6 and Corona 1.7. Yes I’m sure, I just tested those commands in the console : renderers.current = Vray() renderers.curre…

6 years ago
Forum
Reply
RE: Assign Renderer depending on kind of Material used in scene [SOLVED]

Hello miauu ! Thank you for the hint but unfortunately it doesn’t work, the renderer doesn’t change I think you’re missing the “isKindOf” part.

6 years ago
Forum
Reply
RE: [SOLVED] Clicking "Convert" button in V-Ray scene converter, possible bug

Thank you Denis ! It works perfectly now ! You’re a Boss ! I added the Renderer assignement to Vray and the ability to collect all the converted Vray…

7 years ago
Forum
Reply
7 years ago
Forum
Reply
RE: [SOLVED] Clicking "Convert" button in V-Ray scene converter, possible bug

Thank you for your quick answer, unfortunately the script doesn’t work for me I tried it on multiple Corona Max files. Are you sure your materials ar…

7 years ago
Forum
Reply
RE: [SOLVED] Saving all the Objects or Groups in Scene to separate MAX files

You’re right, I’ll dig into it. Thank you a lot Denis, you’ve been of great help ! Edit : Here is the full code including all the conditions. So basi…

7 years ago
Forum
Reply
RE: [SOLVED] Saving all the Objects or Groups in Scene to separate MAX files

Now it’s working for Groups, but not for single objects. You can forget about the VrayProxy and VrayPlane exceptions, they’re not working anyway (I d…

7 years ago
Forum
Reply
RE: [SOLVED] Saving all the Objects or Groups in Scene to separate MAX files

Regarding VrayProxy and VrayPlane, In fact I don’t mind if they’re in a group of not, I just want to exclude them if they are present in the scene as …

7 years ago
Forum
Reply
RE: [SOLVED] Saving all the Objects or Groups in Scene to separate MAX files

Alright, so what would be the full script including the 2 conditions ? Thank you for your help Denis !

7 years ago
Forum
Reply
7 years ago
Forum
Reply
Page 1 / 2