blender/release/scripts/modules/bpy
Campbell Barton 3270438678 fix for own regression with handling of script paths, however this didnt work quite right before either.
Handle these 2 kinds of script paths
* user script path: ~/.blender/scripts OR $BLENDER_USER_SCRIPTS
* pref script path: always bpy.context.user_preferences.filepaths.script_directory

now both are returned by bpy.utils.script_paths()
2012-07-29 01:02:25 +00:00
..
__init__.py style cleanup 2012-06-19 22:17:19 +00:00
ops.py Style edit (mostly), use """ for docstrings (not '''). 2012-07-03 09:02:41 +00:00
path.py Fix [#32135] FRAMERATE: Framerate display is truncated in selection box. 2012-07-18 08:51:19 +00:00
utils.py fix for own regression with handling of script paths, however this didnt work quite right before either. 2012-07-29 01:02:25 +00:00