Johannes Kristmann

8BitBeard

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Select two points from group for "find shortest path" June 21, 2017, 3:07 p.m.

pusat
If you have the group, you can refer to a specific element inside the Group fields or use VEX to filer this group and save the start and end point as a detail attribute and read this directly.

Can you point me to some reference for this? My knowledge about VEX is terribly basic, but I really want to improve :-)

RandomGex
In the basic Group SOP you can just type in the point number of the point you want to be your start or end.

Hey thank you for your example file. However, what you are doing with the “start” and “end” group is to define by point id the points which are in the groups. I want to add each point randomly, based on the content of an already existing group, into a new group. So basically:

GroupA: 300 Points
GroupB: 1 Point randomly selected from GroupA

Select two points from group for "find shortest path" June 20, 2017, 10:44 a.m.

This must be a trivial problem but I'm so far unable to solve it:

I want to define the start and end point for a find shortest path SOP based on a group of points I have created. I'm still very unexperienced with VEX, so a VEX based solution is as welcome as a pure SOP based one. Thank you :-)

Refresh material texture in viewport? June 14, 2017, 3:25 a.m.

I knew it had to be super simple!

Render -> Update Textures

That's all. If now someone could explain why I am not allowed to map a keyboard shortcut to this function I'd be super interested to hear it.