Forum

User posts Alzerha
23 January 2017 08:27
It's still okay for the opactity.

But i have troubles when i "rebuilt / compile" the project background color of anchors.
They still back to the initial black color..

(i'm trying to put them in white background + black text)

Thanks
23 January 2017 05:55
Works like a charm ! Thanks Ivan
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
30 December 2016 05:09
Hi,

Does it possible to get an exemple with 2 objects parents to an empty hidden/show by B4wLogicnode ?
I tried, but it doesn't works
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