由用户创建的信息 Alzerha
23 January 2017 08:27
11 January 2017 12:48
Hi,
I'm working on an interactive project, and would like to know how it's possible to show the Help window at the opening of an .html file ?
https://www.blend4web.com/doc/en/web_player.html
" Button n°8 - open the help window "
In add, i wanted to know if it's possible to replace r custom the background image on the Help Window ?
Thanks for your answer
I'm working on an interactive project, and would like to know how it's possible to show the Help window at the opening of an .html file ?
https://www.blend4web.com/doc/en/web_player.html
" Button n°8 - open the help window "
In add, i wanted to know if it's possible to replace r custom the background image on the Help Window ?
Thanks for your answer
30 December 2016 05:09
29 December 2016 21:40
Reply to post of user Nils Austa
I modified the source webplayer.min.js
Replace that file in your Blend4web 16.03 install folder and you will get nontransparent hidden anchors when you export from blender.
Hi, i tried to replace the modified source webplayer.min.js in "blend4web_ce\deploy\apps\webplayer" but i have an mistake.
It's not working with the v16.12.1
The .html export work, but i can't load the .html file in the navigator.
Anyway, it's not working too in the fast preview from the Blender software too…
Anyone tried ? Or have another simple solution to hidden anchors from 0.1 to 0 opacity ?
EDIT 1 :
I finnaly changed the "\blend4web_ce\src\anchors" file
element.style.opacity = 0.1; to element.style.opacity = 0;
It only work for the preview, not the .html export !
EDIT 2 :
Found the solution with the post of Nils Austa !
Just only :
- Edit "\blend4web_ce\deploy\apps\webplayer\webplayer.min" ;
- Search line "opacity=.1"
- Replace by the opcity you want : "opacity=.0"
- Save & Enjoy