How to remove buttons from control panel?
24 June 2017 00:05
24 June 2017 02:58
You can pass some parameters into the URL. So you add some things on to the address of your file.
For example if you open your HTML file and the address looks like this:
http://localhost:6687/projects/my_project/assets/my_project.html
Add ?no_social at the end and hit Enter:
http://localhost:6687/projects/my_project/assets/my_project.html?no_social
And you can add more parameters on:
/my_project.html?min_capabilities&compressed_textures_pvr&compressed_textures&alpha&no_social
Here is the documentation on this:
https://www.blend4web.com/doc/en/web_player.html#attributes
For example if you open your HTML file and the address looks like this:
http://localhost:6687/projects/my_project/assets/my_project.html
Add ?no_social at the end and hit Enter:
http://localhost:6687/projects/my_project/assets/my_project.html?no_social
And you can add more parameters on:
/my_project.html?min_capabilities&compressed_textures_pvr&compressed_textures&alpha&no_social
Here is the documentation on this:
https://www.blend4web.com/doc/en/web_player.html#attributes
24 June 2017 06:03
Probably should add:
blend4web_pro/apps_dev/webplayer
If you make changes, I believe you need to use the Build and Deploy links in the project manager to compile your changes.
blend4web_pro/apps_dev/webplayer
If you make changes, I believe you need to use the Build and Deploy links in the project manager to compile your changes.