Getting fiber

I’m somewhat of a newbie to the scripts side of blender. I’ve downloaded python and got that working o.k I reckon, I’ve downloaded the fiber script but I’m not sure how to get that into blender (I’m using Ver. 2.36). I"ve tried follwing the read me by placing the dynoise file in the bpydata folder/under the blender file, but it’s still not appearing in my scripts list. Has anyone got any ideas what I’m doing wrong? thanks in advance. Levi

I don’t know how to get it to appear in the scripts list, but to simply run it:
https://blenderartists.org/forum/viewtopic.php?t=42626

Yup that’s got it running now. cheers egg!!

Not used fiber script, but check if it contains somethhing in the lines of
#!BPY
“”"
Name: ‘Cool script’
Blender: 236
Group: ‘Mesh’
Tooltip: ‘Does stuff’
“”"
in the very beginning of a file. If it does? - you did something wrong. If it does not, - add missing strings (with more meaningful text,of course :slight_smile: ) (’#!BPY’ is already there probably do not add it twice) and it should appear in menu after you restart Blender.