MeshLoop

Found a bug? Post information about it here so we can fix it!

Moderator: Moderators

Post Reply
User avatar
Kjell
Posts: 1883
Joined: Sat Feb 23, 2008 11:15 pm

MeshLoop

Post by Kjell »

:!:

MeshLoops don't seem to loop / continue properly when no adjustments ( for example due to a condition ) are made to the Mesh during a iteration.

K
User avatar
VilleK
Site Admin
Posts: 2277
Joined: Mon Jan 15, 2007 4:50 pm
Location: Stockholm, Sweden
Contact:

Post by VilleK »

Each iteration of a meshloop must output a mesh. So if you use a Condition-component then insert a blank MeshExpression for the branch not taken.

I will check if I can easily change this behavior in the code so that it is more forgiving.
User avatar
Kjell
Posts: 1883
Joined: Sat Feb 23, 2008 11:15 pm

Post by Kjell »

Ah,

Hadn't though about that solution :)

Thanks ~
K
Post Reply