Go to file
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
build_files cmake could ignore defines for python lib/include passed from the command line if both weren't defined. 2011-11-02 21:35:00 +00:00
doc patch [#29049] Minor phrasing and grammar patch 2011-10-28 01:10:46 +00:00
extern edits to cmake 2011-10-25 13:41:43 +00:00
intern patch [#28947] Patches for #28943 (Support for XDG Base Directory Specification) 2011-11-02 22:00:22 +00:00
po remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
release modify previous api feature to tag functions as permanent, use nicer decorator style, eg: 2011-11-03 09:13:47 +00:00
source modify previous api feature to tag functions as permanent, use nicer decorator style, eg: 2011-11-03 09:13:47 +00:00
CMakeLists.txt patch [#28947] Patches for #28943 (Support for XDG Base Directory Specification) 2011-11-02 22:00:22 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Another set of UI messages fixes and tweaks! No functional changes. 2011-10-23 19:54:06 +00:00
SConstruct Modifier compilation tweaks (Blender conference commit) 2011-10-29 23:56:07 +00:00