Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Avi

Pages: 1 ... 8 9 [10] 11 12 ... 34
136
This issue is being investigate on ticket number #186272

137
Why don't you consider using a round edge map for closed objects? Could you provide a specific use case scenario where an edge map would be more effective?

138
Hi,

you can share your scene with us along with the issue you are facing. We can try investigating the issue for you and help you.

You can start ticket using this link: https://support.chaos.com/hc/en-us/requests/new

139
[Max] I need help! / Re: I can't find all the corona decals
« on: 2023-12-12, 13:18:48 »
Hi,

Some of the decals were discontinued so you can no longer access them in the online section but if you had downloaded them before then you should be able to find them in your downloaded section in the Chaos Cosmos and regarding the folder deletion issue, you can try to manually locate that folder to delete it and then try re-installing it again.

140
[Max] Bug Reporting / Re: Corona 11 crash
« on: 2023-12-07, 11:11:46 »
Just a quick update.

I was able to reproduce the issue on my end.  I have logged this issue on our system to be further investigated by our devs. We will let you know when we have any update on this.

(Internal ID=1263513083)

141
[Max] I need help! / Re: Corona Lighting Pass
« on: 2023-12-06, 11:37:49 »
Yes, you can either use refract render element or the raw component render element set to "refract". You can composite the direct + refract element together to receive the same result as the V-Ray Lighting pass. I don't understand what do you mean by "I don't have the same control to work it in Photoshop." Can you please elaborate?

142
[Max] Resolved Bugs / Re: Chaos Scatter with Corona 11
« on: 2023-12-06, 11:17:50 »
Can you try scrolling down a bit?


143
Can you add a snapshot from the viewport, properties of that light and the render?

144
[Max] Bug Reporting / Re: Corona 11 crash
« on: 2023-12-04, 13:30:57 »
Can you please start a ticket with us along with the scene and repro steps for us to reproduce the crash?

https://support.chaos.com/hc/en-us/requests/new

145
Hi,

We already have both of these features logged in our system. If there will be any update, we will let you know.

(Internal ID=1048680946)
(Internal ID=1026624161)

146
Resurrecting this old thread from the depths....

Any chance of a corona powertool or something to mass convert max physical cameras > corona cameras? Or maybe as part of the Corona Converter?

It's fine if it's not 1:1 the same - just the critical stuff like cam+target position, shift/tilt, FOV etc. and maybe any other data it's able to pull like aperture etc.

Cheers,

We have logged this as a feature request in our system. We will let you know if there are any updates on this.

(Internal ID=1258735285)

147
[Max] Daily Builds / Re: Tiles playground
« on: 2023-11-28, 14:47:34 »
Feature request: add support for Corona edge in Corona tiles for weathering and other effects. Gradient ramp works, but only in limited scenarios.

We have logged this feature request in our system to be further reviewed by our devs.

(Internal ID=1257961406)

148
Just an update here:

The above script didn't work because it was targeting Corona physical material in the scene though we assume that users should always be using Corona physical material as the new standard when rendering with Corona but in this case, the user was using 3ds Max native Physical material with SSS applied to walls and ceiling.

Here is a script to turn off SSS from all physical material in the scene at once.

Code: [Select]
for mat in scenematerials do
(

if classof mat == PhysicalMaterial then
(

mat.sss_depth = 0.0

mat.sss_scale = 0.0
)
)
 

print "SSS Depth and Scale set to 0 for all Physical Materials in the scene.

I hope this helps.


149
Hi,

since your issue is related to licensing and not being able to install Corona, it would be best if you can send us a ticket stating your issue. You can start a ticket using this link: https://support.chaos.com/hc/en-us/requests/new

150
Hi,

just trying to do a follow-up on your issue. Did you raise a ticket for your issue yet?

You can send a ticket to us using this link: https://support.chaos.com/hc/en-us/requests/new


Pages: 1 ... 8 9 [10] 11 12 ... 34