Форум

Сообщения, созданные пользователем nirenyang
29 декабря 2015 19:46
Hi! Dear Devs. seems probem is still there.

Win7 64bit sp1 & vc2008(x86&x64) & vc2010(x86&x64) & vc2013(x86&x64) & vc2015(x86&x64)
& all access right
& unzip blender2.76 on desktop.

& test add-on 15.11 15.12

Thanks for you Great works!
20 марта 2015 20:54
Hi!

I'm reading b4w_manual_en.pdf And have some problem in Page 25 <5.3.1 Example>.

This's my json file:
{
name : "test",
items : [{
name : "test1",
load_file : "test1.json"
}, {
name : "test2",
load_file : "test2.json"
}
]
}
# those json files have been tested individually.

Chrome console error:
"""
SyntaxError: Unexpected token n (parsing JSON ../assets.json?t=25022015102923)webplayer.min.js?v=15.02:70 a.errorwebplayer.min.js?v=15.02:506
h.onreadystatechange
"""

Thanks for you help!