You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys, I am converting some pipelines from Ant projects to Gradle projects. Unfortunately, in Jme Gradle projects it is not possible to add Custom Controls or Custom AppStates in the SceneEditor when viewing 3D models. These two features would be really useful. Could you kindly take a look at the problem?
Looks like jme3-core\src\com\jme3\gde\core\appstates\NewAppStateVisualPanel1.java#getSources is a bit more complicated with Gradle projects. With the SDKs default Gradle project structure as well the models are in a different module than the actual source files it is trying to find. We need to actually traverse the modules...
Hi guys, I am converting some pipelines from Ant projects to Gradle projects. Unfortunately, in Jme Gradle projects it is not possible to add Custom Controls or Custom AppStates in the SceneEditor when viewing 3D models. These two features would be really useful. Could you kindly take a look at the problem?
https://hub.jmonkeyengine.org/t/help-needed-with-j3o-sdk-functions/48036/9
The text was updated successfully, but these errors were encountered: