Installing scripts in blender on MacOSX
Needed to edit a script for Blender to figure out why I can’t get it to export textures in the x3d format. All the help on the web say to look for it in .blender/scripts but I couldn’t find such a folder on my machine. It wasn’t in my home directory and it wasn’t in the blender folder. This folder is actually located inside the blender.app package. So, to edit these files or copy them you can’t use finder. Open up a terminal and cp to where you installed Blender. I installed it in “Applications” in a “blender” folder. So,
cd /Application/blender/blender.app/Contents/MacOS/.blender/scripts
This is where you will find all the scripts for blender.