Recent Posts

Pages: 1 [2] 3 4 ... 10
11
Thank you very much for your replies ! I will use Topaz :)
12
[Max] I need help! / Re: License occupied by my own pc
« Last post by Avi on Today at 10:48:32 »
For any license related issues, please submit a ticket directly to Chaos Support:

https://www.chaos.com/contact-us

They handle all license management requests and will be able to resolve this for you quickly.
13
You can use python to get this information. Please find a simple script attached and a video showing how you can get the info out of a CXR+Conf file.

I hope this is what you were looking for. You will need to install python in your system to be able to run the script. If I mis understood you, let me know, I will try to get more info from our devs for you.

The solution i gave before will not work out of the box. I will try to find more about from our devs and update you.

Meanwhile, you can add your feature request here: https://chaoscorona.ideas.aha.io/ideas

I ended up using python to extract the data with the openexr library anyway but thank you! I have added an idea already about including lightmix layer names in the config files.

14
[Max] I need help! / Re: License occupied by my own pc
« Last post by Maybejensen on Today at 09:12:26 »
Now the license is occupied by my laptop at home, which i do not have access to. How do i revoke access to a pc i cant reach
15
[Max] I need help! / License occupied by my own pc
« Last post by Maybejensen on Today at 09:02:50 »
I'm constantly getting messages that my corona license is occupied, the license server shows it as the pc i'm currently working on. Why is there no way to disconnect whatever is using my licenses??? I have a deadline in a few hours and can't do anything. Please help
16
latest daily, max 2026.  Crashes everytime i use the spinners in the interactive mix.

This is reported and already fixed internally. Next preview should have it.
17
Gallery / Re: Minimal Space – Exploration Playground
« Last post by PMVis on Today at 07:08:48 »
Bread photoscans.
18
Gallery / Re: Minimal Space – Exploration Playground
« Last post by PMVis on Today at 07:06:22 »
Part 12 - Pastry and Bread.

I phototscanned some bread assets to go with the chopping board. I only planned to make one scan but I got carried away as I tend to do once I get scanning.;)
19
latest daily, max 2026.  Crashes everytime i use the spinners in the interactive mix.
20
[Max] I need help! / Re: How to Accurately Identify the Last Rendering Mode
« Last post by Avi on Yesterday at 20:42:31 »
I’ve made a simple MaxScript(USING AI) that can tell you whether your last render was done in Production or Interactive Rendering.

How it works:
- Corona’s `CoronaRenderer.CoronaFp.getRenderType()` only works while a render is running 
  (returns 0 = Production, 3 = Interactive).
- To get around this, the script uses a `#postRenderFrame` callback which captures the mode just before the render ends.
- It then saves the result in a persistent variable and updates the render stamp with either [PROD] or [IR].

This way, after rendering finishes, you can still see which mode was used in the VFB stamp.

Script attached below.
 
If you’d like to see this added as a native feature, feel free to log it here:
https://chaoscorona.ideas.aha.io/ideas
Pages: 1 [2] 3 4 ... 10