blender/release/scripts
Willian Padovani Germano 62147bba30 Scripts (making some changes to the scripts dir):
- moved bpydata/ to scripts/bpydata/ and added a config/ subdir to it;
- created scripts/bpymodules for py modules (also got rid of those "mod_"'s appended to the files);
- updated scripts accordingly.

This will require you to "reinstall" (just copy the scripts/ dir over your older one) if you have a .blender/scripts/ dir somewhere.  Otherwise some scripts won't work.  You can use the updated "Help->System->System Information" script here to check all is fine.  An installer script yet to be written will help users with these issues, specially to make the user defined dir have the same structure expected from the default scripts dir, so the basic facilities (module search; saved config data; scripts: installer, help browser, config editor) are also available for a user's own collection of written and downloaded scripts.

BPython:
- slikdigit's crash was because he had no <home or blender exe location>/.blender/:
  proper check added and also now if all else fails the <cvsblender>/release/scripts/ dir is also searched for scripts.  All this registration dirs stuff is a little messy (installation!), so please report any troubles (I only tested on linux).
- slight change in error report in BPY_interface.c's BPY_menu_do_python; remembering to set globaldict pointer to NULL there, too.
- moved bpy_gethome() to EXPP_interface.[ch]
- "//" as user defined python dir is ignored while looking for scripts, considering it's only a default some users use, not really meant for a scripts dir.
2005-03-21 05:26:52 +00:00
..
bpydata Scripts (making some changes to the scripts dir): 2005-03-21 05:26:52 +00:00
bpymodules Scripts (making some changes to the scripts dir): 2005-03-21 05:26:52 +00:00
ac3d_export.py BPython: 2004-11-09 14:07:25 +00:00
ac3d_import.py Scripts: 2004-11-07 16:31:13 +00:00
Apply_def.py Vertex group support in Apply_Def. If subsurf is off on the original mesh, copies groups AND weight. If not, only copies weight. 2005-02-14 01:26:07 +00:00
Axiscopy.py Scripts: 2004-11-07 16:31:13 +00:00
batch_name_edit.py Scripts: 2004-12-01 04:49:04 +00:00
bevel_center.py Scripts: 2004-11-07 16:31:13 +00:00
blender2cal3d.py Scripts: 2004-11-30 02:27:46 +00:00
bvh_export.py Scripts: 2004-11-07 16:31:13 +00:00
bvh_import.py BPython: 2005-01-22 02:48:03 +00:00
clean_mesh.py Scripts: 2004-12-01 04:49:04 +00:00
DirectX8Exporter.py Scripts: 2004-11-07 16:31:13 +00:00
DirectXExporter.py Scripts: 2004-11-07 16:31:13 +00:00
disp_paint.py Scripts: 2004-11-07 16:31:13 +00:00
doc_browser.py Scripts: 2004-11-07 16:31:13 +00:00
fixfromarmature.py Scripts: 2004-11-07 16:31:13 +00:00
help_browser.py BPython: 2005-03-19 06:24:55 +00:00
help_getting_started.py Scripts: 2004-11-07 16:31:13 +00:00
help_manual.py Scripts: 2004-11-07 16:31:13 +00:00
help_py_reference.py Scripts: 2004-11-07 16:31:13 +00:00
help_release_notes.py Scripts: 2004-11-07 16:31:13 +00:00
help_tutorials.py Scripts: 2004-11-07 16:31:13 +00:00
help_web_blender.py Scripts: 2004-11-07 16:31:13 +00:00
help_web_devcomm.py Scripts: 2004-11-07 16:31:13 +00:00
help_web_eshop.py Scripts: 2004-11-07 16:31:13 +00:00
help_web_usercomm.py Scripts: 2004-11-07 16:31:13 +00:00
hotkeys.py Scripts: 2004-11-07 16:31:13 +00:00
kloputils.py Scripts: 2004-11-07 16:31:13 +00:00
knife.py Scripts: 2004-11-07 16:31:13 +00:00
lightwave_export.py Scripts (making some changes to the scripts dir): 2005-03-21 05:26:52 +00:00
lightwave_import.py Scripts (making some changes to the scripts dir): 2005-03-21 05:26:52 +00:00
nendo_export.py Scripts (making some changes to the scripts dir): 2005-03-21 05:26:52 +00:00
nendo_import.py Scripts (making some changes to the scripts dir): 2005-03-21 05:26:52 +00:00
obdatacopier.py Scripts: 2004-11-07 16:31:13 +00:00
obj_export.py - bug fix #1874 2004-12-12 13:42:49 +00:00
obj_import.py - bug fix reported by LetterRip at IRC (just typo: expant isn't expand) 2004-12-12 15:28:38 +00:00
off_export.py Scripts (making some changes to the scripts dir): 2005-03-21 05:26:52 +00:00
off_import.py Scripts (making some changes to the scripts dir): 2005-03-21 05:26:52 +00:00
paths_import.py Scripts (making some changes to the scripts dir): 2005-03-21 05:26:52 +00:00
radiosity_export.py Scripts (making some changes to the scripts dir): 2005-03-21 05:26:52 +00:00
radiosity_import.py Scripts (making some changes to the scripts dir): 2005-03-21 05:26:52 +00:00
raw_export.py Scripts (making some changes to the scripts dir): 2005-03-21 05:26:52 +00:00
raw_import.py Scripts (making some changes to the scripts dir): 2005-03-21 05:26:52 +00:00
renameobjectbyblock.py Scripts: 2004-11-07 16:31:13 +00:00
rvk1_torvk2.py Scripts: 2004-11-07 16:31:13 +00:00
save_theme.py BPython: 2005-03-19 06:24:55 +00:00
sel_same.py BPython: 2005-03-19 06:24:55 +00:00
skin.py Scripts: 2004-11-07 16:31:13 +00:00
slp_import.py Scripts (making some changes to the scripts dir): 2005-03-21 05:26:52 +00:00
sysinfo.py Scripts (making some changes to the scripts dir): 2005-03-21 05:26:52 +00:00
tex2uvbaker.py BPython: 2005-01-22 02:48:03 +00:00
truespace_export.py Scripts (making some changes to the scripts dir): 2005-03-21 05:26:52 +00:00
truespace_import.py Scripts (making some changes to the scripts dir): 2005-03-21 05:26:52 +00:00
unweld044.py Scripts: 2004-11-07 16:31:13 +00:00
uv_export.py Some additions to the docs for my scripts. 2004-11-07 18:03:18 +00:00
UVpaint05.py Scripts: 2004-11-07 16:31:13 +00:00
videoscape_export.py Scripts (making some changes to the scripts dir): 2005-03-21 05:26:52 +00:00
wings_export.py Scripts (making some changes to the scripts dir): 2005-03-21 05:26:52 +00:00
wings_import.py Scripts (making some changes to the scripts dir): 2005-03-21 05:26:52 +00:00
wrl2export.py Scripts: 2004-11-07 16:31:13 +00:00