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

Attaching a light probe to a geometry throws exception and cant be removed from node. #176

Open
mitm001 opened this issue Nov 7, 2018 · 1 comment

Comments

@mitm001
Copy link
Contributor

mitm001 commented Nov 7, 2018

Attaching a light probe to the geometry will throw this exception.

SEVERE [com.jme3.gde.core.scene.SceneApplication]: Scene graph is not properly updated for rendering.
State was changed after rootNode.updateGeometricState() call.
Make sure you do not modify the scene from another thread!
Problem spatial name: PBRCube
java.lang.IllegalStateException: Scene graph is not properly updated for rendering.
State was changed after rootNode.updateGeometricState() call.
Make sure you do not modify the scene from another thread!

Understandable, but the attached lightprobe cannot be removed without restarting the SDK after delete.

@grizeldi
Copy link
Member

Reproduced. This leaves SceneComposer completely unusable for any file (not just the one where the mistake was made) until the sdk is restarted.

neph1 added a commit to neph1/sdk that referenced this issue Apr 4, 2023
…d for rendering" when adding LightProbe to a Geometry.
neph1 added a commit to neph1/sdk that referenced this issue Apr 4, 2023
…d for rendering" when adding LightProbe to a Geometry.
neph1 added a commit that referenced this issue May 4, 2023
Work around for #176 "Scene graph is not properly updated for renderi…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants