There we are again - this time an update of the eight year old Fiber script by RipSting.
Its a fibers/grass/hair mesh creation addon with loads of parameters.
They who used the old version will notice this one is loads slower, but it works, seems creating big meshes stepbystep has become more heavy with newer Blender…
Keep on testing but this should be complete now.
thanks for the script! I was really looking forward to use it for generating cables but it seems I am doing something wrong. I have not used it before so whatever I do parts of these code are poping up. I am using buildbot minGW r47451 Blender build on Win8 Release Preview.
Thanks,
Ivan
*------------------------------------------------------------------------------*
trying to save homefile at C:\Users\Ivan\AppData\Roaming\Blender Foundation\Blen
der\2.63\config\startup.blend ok
<!> event has invalid window
Traceback (most recent call last):
File "C:\moth3r\Preferences\Preferences pc\Blender\addons\mesh_fiber.py", line
313, in invoke
faces += (int(fncArea(fa,mat) * scn.sldDensity))
File "C:\moth3r\Preferences\Preferences pc\Blender\addons\mesh_fiber.py", line
536, in fncArea
v1 = multmat(mat, f.verts[0])
File "C:\moth3r\Preferences\Preferences pc\Blender\addons\mesh_fiber.py", line
600, in multmat
newV = tempbm.verts.new((x1,y1,z1))
NameError: global name 'tempbm' is not defined
location:<unknown location>:-1
location:<unknown location>:-1
Traceback (most recent call last):
File "C:\moth3r\Preferences\Preferences pc\Blender\addons\mesh_fiber.py", line
313, in invoke
faces += (int(fncArea(fa,mat) * scn.sldDensity))
File "C:\moth3r\Preferences\Preferences pc\Blender\addons\mesh_fiber.py", line
536, in fncArea
v1 = multmat(mat, f.verts[0])
File "C:\moth3r\Preferences\Preferences pc\Blender\addons\mesh_fiber.py", line
600, in multmat
newV = tempbm.verts.new((x1,y1,z1))
NameError: global name 'tempbm' is not defined
location:<unknown location>:-1
location:<unknown location>:-1
RipSting's Fiber Generator v3 for 2.6 by Gert De Roost, running on 1 object(s)
Traceback (most recent call last):
File "C:\moth3r\Preferences\Preferences pc\Blender\addons\mesh_fiber.py", line
327, in invoke
RunFiber()
File "C:\moth3r\Preferences\Preferences pc\Blender\addons\mesh_fiber.py", line
868, in RunFiber
if firstrun == 1 or redoFpF == 1:
NameError: global name 'firstrun' is not defined
location:<unknown location>:-1
location:<unknown location>:-1
<!> event has invalid window
Thats why I called it a public test! You all tested well. I rushed the release a bit and it only worked with the custom example files I had been using… Whatever I fixed all bugs (quite a few) and it should at least give you some rsults now. Sorry for the mess.
Thanks palajed. Now I just have to search at the internet wayback machine to see if I can find the the page where all the settings for the script were explained.
Thanks palajed. Now I just have to search at the internet wayback machine to see if I can find the the page where all the settings for the script were explained.
Ah there was such a page? Ill need that when writing documentation on the Wiki for it soon!