Chaos Corona for 3ds Max > [Max] Bug Reporting

Crashing with Vray materials

(1/2) > >>

romullus:
3ds Max 2024, Corona 12

3ds Max immediately crashes when a) active renderer is set to Corona and b) Vray material is being opened in slate material editor. Reproducible 100% on my end. I don't have Vray installed if that matters.

Update: compact material editor is affected by this issue as well.

romullus:
BTW, if anyone knows if it's possible to close all slate material editor views without opening SME itself, i would love to know that, because that bug had fucked one of my scenes and i would want to salvage it if i can.

Frood:
Hi,


--- Quote from: romullus on 2024-10-01, 21:11:41 ---BTW, if anyone knows if it's possible to close all slate material editor views without opening SME itself

--- End quote ---

try


--- Code: ---while sme.getNumviews()!=0 do sme.deleteView 1 false
--- End code ---

But sme has to be initialized, it does not work if you are loading a scene by doubleclick or "open with". So

- start max, open sme, close sme
- load the affected scene
- run the line above


Good Luck



romullus:
You're my hero! The fix worked a bit too well - it completely removed all the views and SME become unusable, apparently there's no way to add new views, when all of them are deleted. Fortunately simple restart fixed that issue and my scene is working again. Thank you very much!! :]

Frood:

--- Quote from: romullus on 2024-10-01, 23:51:46 ---it completely removed all the views and SME become unusable, apparently there's no way to add new views, when all of them are deleted.

--- End quote ---

I think you are just not aware of where to do this?


Good Luck


Navigation

[0] Message Index

[#] Next page

Go to full version