Accessing input 0 and 1 Vs input 1 and 2

   1764   2   0
User Avatar
Member
28 posts
Joined: Aug. 2013
Offline
I want to create a “temporary” line from my dop sim position to my goal position just as a visual guide


in a sop solver inside the DOP network .. i have this network( see image)

step1 i want to get one point pos from both inputs and
step2 = add points, and add primitive.

but i run into problems at step1…

i want to keep input 0 open(/available ) for my new geometry( ie. lines i want to create), so i use input1&2 .. but i cant get it to work.

Attachments:
2020-10-09_14h35_48.png (152.1 KB)

User Avatar
Member
9380 posts
Joined: July 2007
Offline
its because you are iterating over Points, and there are no points in inut 0
so change Run Over parameter to Detail to make your code to work for example
Tomas Slancik
CG Supervisor
Framestore, NY
User Avatar
Member
28 posts
Joined: Aug. 2013
Offline
tamte
its because you are iterating over Points, and there are no points in inut 0


ah ! duh me.. but thanks for the reply !
  • Quick Links