I put the newly modified lsystem.py file into my scripts folder in blender. I clicked update menus and I found it in the mesh file. When I try to run the script this error comes up
Using Python version 2.4
Traceback <most recent call last>:
File "<string>",line 36, in ?
File "/Program Files\Blender Foundation\Blender\.blender\scripts\lsystem
line 30, in ?
from rulesets import *
ImportError: No mudule named rulesets
and then I cant use the script. Does anyone know how to fix this so I can get the script to work in blender?
Rulesets.py is one of the scripts in the .blend, check to see if it’s loaded. You can try running from the Text Editor instead of the Scripts window, or Alt-P on rulesets.py before running Application.py or try copying rulesets to your home folder.
Dunno, can’t really help you with that. Cos(sine) should be in Mathutils. Maybe your Pythonpath isn’t set or you can try adding “import Math” in Application.py.
None of the included scripts in my version run 492 lines so I can’t even find the string here. Someone else will have to help you.