Hello Ventuzians!
THE FORUMS ARE CLOSED!

Please join our discord server HERE!! << click me :D

We are shutting our Ventuz Forum, but don't worry, it will all be archived for you to search in if you have a query. From now on, please add all your comments, questions or observations into our Discord Server

Thanks for the great time - see you on discord!!
Dee, Karol, Daniel and the whoooole Product and Support team!

Search found 345 matches

by lerou
23 Nov 2014, 18:16
Forum: Bug Reports
Topic: script editor: autocomplete removes line
Replies: 2
Views: 2683

script editor: autocomplete removes line

Hi, In the script editor, when using auto-completion (Ctrl-Space), the rest of the line after the inserted word is removed. Reproduce on 4.05.02: create new empty scene add C# script node go to Generate() method between return and true start typing "cha" and use auto complete see rest of l...
by lerou
27 Oct 2014, 17:12
Forum: How to...
Topic: Blend two textures together
Replies: 1
Views: 1757

Re: Blend two textures together

Hi,

a bit late, but is this what you're looking for? Just use the linear interpolation for the texture blending operation.

rou
by lerou
02 Oct 2014, 16:01
Forum: How to...
Topic: Decoder texte effect
Replies: 1
Views: 1629

Re: Decoder texte effect

Hi,

Write a small script for that :ugeek:

Just a quick example - as simple as it gets...

cheers,
rou
by lerou
08 Apr 2014, 19:16
Forum: How to...
Topic: how to read excel file in an array of strings
Replies: 2
Views: 2125

Re: how to read excel file in an array of strings

I would suggest the Excel Range Array.. but for some reason that one only reads floats :/

You could script it yourself, I guess.

cheers,
rou
by lerou
08 Apr 2014, 19:01
Forum: General Discussion
Topic: load all images from folder in ventuz
Replies: 1
Views: 2057

Re: load all images from folder in ventuz

Hi,

specify "load images". You can use the Directory node to get a string array of file names. You can then use the file names for the texture loader or whatever you want to do. See attached example.

cheers,
rou