blender/release/scripts/modules/bpy
Campbell Barton 5eef937436 modify previous api feature to tag functions as permanent, use nicer decorator style, eg:
# --------

import bpy
from bpy.app.handlers import persistent

@persistent
def my_func(scene):
    pass

bpy.app.handlers.frame_change_pre.append(my_func)
2011-11-03 09:13:47 +00:00
..
__init__.py modify previous api feature to tag functions as permanent, use nicer decorator style, eg: 2011-11-03 09:13:47 +00:00
ops.py correct spelling errors in comments 2011-10-17 06:58:07 +00:00
path.py py api: bpy_extras.io_utils.path_reference() - added library argument so exporters get the paths of linked images right. 2011-10-11 04:36:27 +00:00
utils.py correct spelling errors in comments 2011-10-17 06:58:07 +00:00