Page 1 of 1

Suggestion: allow to link the sun direction to SunSky

Posted: Thu Sep 15, 2022 6:57 pm
by Pedro_Pistolas
At the moment it's not possible to take in Octane the rotation of the directional light in the SunSky widget because it is nested. Allowing octane's sun to use that rotation would speed the workflow. Thanks in advance

Re: Suggestion: allow to link the sun direction to SunSky

Posted: Fri Sep 16, 2022 2:37 pm
by ChrisHekman
Could you elaborate? im not sure what you mean.

Re: Suggestion: allow to link the sun direction to SunSky

Posted: Sat Sep 17, 2022 10:01 am
by Pedro_Pistolas
ChrisHekman wrote:Could you elaborate? im not sure what you mean.
the sunsky plugin is an internal plugin that does for unreal what octane does for its sun that is, given coordinates etc., giving an earth-accurate sun position. Normally octane can fetch the unreal dominant light's rotation to match its render and the unreal one but given the structure of sunsky it does not recognize that directional light. Is it possible to allow octane to fetch that light's rotation? ImageImage

Re: Suggestion: allow to link the sun direction to SunSky

Posted: Mon Sep 19, 2022 9:02 am
by ChrisHekman
Good point. The plugin currently takes the DirectionalLightActor, but it should take the DirectionalLightComponent as that would work in more situations.
Ill see if I can change this.