use stamp function in L_system

   1991   2   0
User Avatar
Member
53 posts
Joined: May 2010
Offline
Hi.
when i use stamp for L_system1 and connect it to input “J” of another L_system2 , write J(1,0, some num) in L_system2's rule ,and it goes wrong… and, some case houdini will crash
Some one could help me?

Attachments:
L_crash.hip (40.9 KB)

User Avatar
Member
44 posts
Joined:
Offline
Hi,

If I understand you correctly, the problem is in the syntax of your expression. You need to use the parameter name in quote:

stamp(“../lsystem3”,“stampB”,0)

good luck
User Avatar
Member
53 posts
Joined: May 2010
Offline
wolf_cub_one
Hi,

If I understand you correctly, the problem is in the syntax of your expression. You need to use the parameter name in quote:

stamp(“../lsystem3”,“stampB”,0)

good luck
thanks for reply
:shock: not quote!
  • Quick Links