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
17 Aug 2018, 09:30
Forum: Feature Requests
Topic: Expression node: add value shortcuts
Replies: 3
Views: 2324

Expression node: add value shortcuts

Hi,

I love the new interface for changing the parameters.

Now if it would support shortcuts like it does on the script node, that would even be better. Usually I need to add my 5-or-so parameters and I always need to switch between mouse and keyboard. Shortcuts would be awesome!

Thanks!
by lerou
17 Aug 2018, 09:27
Forum: Feature Requests
Topic: Rename Multi Switch Outputs
Replies: 1
Views: 1460

Re: Rename Multi Switch Outputs

+1!!!1!11!1!one!
by lerou
15 Aug 2018, 10:46
Forum: General Discussion
Topic: Graphic Cards - NVIDIA? ATI?
Replies: 16
Views: 12633

Re: Graphic Cards - NVIDIA? ATI?

WX9100 in combination with S400 sync boards is awesome! Not only will you get tearing but also heavy hardware freezes. Also the support rocks! They'll come back to you once a week asking for you driver version, Ventuz version, DX version, ...
by lerou
01 Aug 2018, 12:11
Forum: How to
Topic: Disable effects for part of content
Replies: 6
Views: 3285

Re: Disable effects for part of content

ok. But I still don't know what the visual result is you're looking for. You can use the FX node for objects you want the edge detection for. If those object need to perform their depth test against other solid object, you need to add those to the FX render part and disable their color writing. This...
by lerou
01 Aug 2018, 10:18
Forum: How to
Topic: Disable effects for part of content
Replies: 6
Views: 3285

Re: Disable effects for part of content

well, I don't know exactly what you're trying to achieve. You're using edge detection - so you want to draw object outlines. Now you need to combine that with a solid object including correct depth occlusion? That's not going to work. The edge detection is a post effect that works on the final image...
by lerou
01 Aug 2018, 09:28
Forum: How to
Topic: Disable effects for part of content
Replies: 6
Views: 3285

Re: Disable effects for part of content

try using the FX node in your hierarchie and not the layer effect.
by lerou
20 Jul 2018, 15:37
Forum: How to
Topic: Search Replace Array
Replies: 9
Views: 4356

Re: Search Replace Array

okok. Here we go again: string res = inText; if(!( string.IsNullOrWhiteSpace(inText) || string.IsNullOrWhiteSpace(inSearch) || string.IsNullOrWhiteSpace(inReplace) ) ) { var a = inSearch.Split(','); var b = inReplace.Split(','); if( a.Length == b.Length ) { var pairs = new List<Tuple<string,string>>...
by lerou
20 Jul 2018, 15:12
Forum: How to
Topic: Search Replace Array
Replies: 9
Views: 4356

Re: Search Replace Array

you're right. Sort the arrays first then it would work.
by lerou
20 Jul 2018, 11:30
Forum: How to
Topic: Search Replace Array
Replies: 9
Views: 4356

Re: Search Replace Array

you can do this in a string expression. See attached vza. Of course if the string is very large or the number of replacements is very high, at some point this might have an impact on the performance. { string res = A; if( !(string.IsNullOrWhiteSpace(B) || string.IsNullOrWhiteSpace(C)) ) { var a = B....
by lerou
13 Jul 2018, 11:47
Forum: How to
Topic: How do I force perspective of a subtree?
Replies: 6
Views: 3134

Re: How do I force perspective of a subtree?

I think his rectangles were just a means to illustrate what he is intending to do.