Shaddock Heath
Shaddock Heath
Running the editor under Yosemite (OSX) will cause the machine to not enter sleep mode.
``` var inspectorFields = { quat: [Atomic.VAR_QUATERNION], }; ``` is causing the editor to crash. Adding in defaults fixes it. Atomic.VAR_VECTOR3 does not exhibit this behavior though and just defaults...
In the model inspector, if you press the [Preview Animations] button and there are no animations, then the editor crashes to the desktop.
The `setGlobal*Property` calls are static methods on the WebView.WebBrowserHost object and are being called on the WebView.browserHost instance. This works fine for JavaScript, but TypeScript complains about it. ``` javascript...