Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Light-linking on geometry lights not working correctly #1547

Closed
sebastienblor opened this issue Jun 2, 2023 · 2 comments · Fixed by #1846
Closed

Light-linking on geometry lights not working correctly #1547

sebastienblor opened this issue Jun 2, 2023 · 2 comments · Fixed by #1846
Labels
bug Something isn't working

Comments

@sebastienblor
Copy link
Collaborator

The attached scene has a geometry light and light-linking, but the light linking doesn't seem to be applied properly
geomLights.zip

@sebastienblor sebastienblor added the bug Something isn't working label Jun 2, 2023
@autodesk-oss-arnold-bot
Copy link

Issue synced internally to ARNOLD-13650

@xsisupport
Copy link

xsisupport commented Feb 1, 2024

Here's another Houdini scene that shows another asapect of the light linking problems with geometry lights.
As soon as you use light linking on some other light, the geometry light stops working.
geometry_light_light_linking.zip

The HDDEBUG ass file shows that the geometry light is not added to the polymesh light_groups.
Like this:

`
polymesh
{
name /sphere1

use_light_group on
light_group 2 1 NODE
"/lights/arealight1" "/lights/arealight_yellow"

}

mesh_light
{
name /sphere1/light
color 0 0 1
exposure 12
mesh "/sphere1"
}
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants