I use 7.0 231 apprentice on linux. It's written that variables can be up to 5 characters long, but when I use about 5 custom variables with names longer than one character, some of them just dont work=scrubbing them make no difference. as soon as I change them to one character it turns ok.
what could cause such a nasty behaviour?
P
L-system long variables problem?
7742 8 1- peliosis
- Member
- 175 posts
- Joined: July 2005
- Offline
- jlait
- Staff
- 6413 posts
- Joined: July 2005
- Offline
I'm sorry for the confusion. LSystem expression variables can only be one character long. The LSystem expression parser is very character driven and has this as a rather deep built in assumption. (There is an internal array 256 entries long to store all the variable values, for example)
I think you got the reference to 5 where it says there can be up to 5 userdefined variables. This is no longer the case now that we have multiparms to define user variables, you can now have considerably more. You are still limitted by the built in definitions of:
a, b, c, d, g, i, t, x, y, z, A, L, T, U, V, W.
- Jeff
I think you got the reference to 5 where it says there can be up to 5 userdefined variables. This is no longer the case now that we have multiparms to define user variables, you can now have considerably more. You are still limitted by the built in definitions of:
a, b, c, d, g, i, t, x, y, z, A, L, T, U, V, W.
- Jeff
- peliosis
- Member
- 175 posts
- Joined: July 2005
- Offline
Thanks for a reply.
Now I'm sorry because of my obvious misinterpretation. In l-sys html help in limitations to the rules section there stays:“Variables can have up to 5 parameters”.
I tried a simple example with multi character variable which worked so I continued to use them without concern.
Could you explain or point where to find info about “multiparms” for variables?
What does that mean we can use up to 5 parameters for a variable?
Is there any more in depth houdini specific l-system manual?
I went through many algorithmic botany papers, but I'd like to know more details about houdini l-sys implementation.
Thank you
Peter
Now I'm sorry because of my obvious misinterpretation. In l-sys html help in limitations to the rules section there stays:“Variables can have up to 5 parameters”.
I tried a simple example with multi character variable which worked so I continued to use them without concern.
Could you explain or point where to find info about “multiparms” for variables?
What does that mean we can use up to 5 parameters for a variable?
Is there any more in depth houdini specific l-system manual?
I went through many algorithmic botany papers, but I'd like to know more details about houdini l-sys implementation.
Thank you
Peter
- peliosis
- Member
- 175 posts
- Joined: July 2005
- Offline
- gerome_canada
- Member
- 5 posts
- Joined: July 2005
- Offline
- Bernard
- Member
- 523 posts
- Joined: July 2005
- Offline
Hello,
here you can find a chapter on L systems:
http://www.sidefx.com/community/download/extras/userGuide/houdini5.5_tutorial_guide.pdf [sidefx.com]
or:
http://sweb.cityu.edu.hk/sm4123/4123-5320/week7/l-sys_TUT_01.html [sweb.cityu.edu.hk]
bernard
here you can find a chapter on L systems:
http://www.sidefx.com/community/download/extras/userGuide/houdini5.5_tutorial_guide.pdf [sidefx.com]
or:
http://sweb.cityu.edu.hk/sm4123/4123-5320/week7/l-sys_TUT_01.html [sweb.cityu.edu.hk]
bernard
- peliosis
- Member
- 175 posts
- Joined: July 2005
- Offline
- edward
- Member
- 7899 posts
- Joined: July 2005
- Offline
- peliosis
- Member
- 175 posts
- Joined: July 2005
- Offline
-
- Quick Links