Forum

for loop bug

25 August 2017 19:15
Not in my case. It just silently failed and look at me with disdain…
Hmm, maybe it's not a simple javascript crash, but a blend4web freeze. I've noticed that in Cartoon Interior the engine's log messages are disabled at all, which is normal for the build but inconvenient for the dev version. You should try to enable it and then launch the app by the "dev: cartoon_interior.html" link. The logging can be here in the app.init method: https://github.com/TriumphLLC/Blend4Web/blob/17.06/apps_dev/tutorials/cartoon_interior/cartoon_interior.js#L66 by adding the following flag:
console_verbose: true
 
Please register or log in to leave a reply.