Go to file
Campbell Barton 99954545ee bugfix [#23656] Problems retrieving properties from inside runtime-created PointerProperties
cant test if this fix solves the problem matt is having but it at least fixes an error caused by classes created in exec(),
when the properties pointers were copied the hash key still referred to the python object which could be freed. in most cases this wouldnt happen (would be kept in bytecode) but with exec() the property string is freed immediately.
2010-09-06 15:54:08 +00:00
build_files scons compiling fix: 2010-08-30 00:49:23 +00:00
doc SVN maintenance. 2010-09-03 03:30:20 +00:00
extern - use list append in more places (preferred method since its faster) 2010-09-06 10:15:41 +00:00
intern - use list append in more places (preferred method since its faster) 2010-09-06 10:15:41 +00:00
po move directories: 2010-07-26 11:47:33 +00:00
projectfiles Windows Icons: 2010-09-05 07:08:21 +00:00
projectfiles_vc7 Windows Icons: 2010-09-05 07:08:21 +00:00
projectfiles_vc9 Windows Icons: 2010-09-05 07:08:21 +00:00
release bugfix [#23697] New Empty Scene lacks World Settings 2010-09-06 10:25:38 +00:00
source bugfix [#23656] Problems retrieving properties from inside runtime-created PointerProperties 2010-09-06 15:54:08 +00:00
CMakeLists.txt - use list append in more places (preferred method since its faster) 2010-09-06 10:15:41 +00:00
COPYING Updating/removing really really ancient stuff. 2010-03-09 11:42:04 +00:00
Makefile move directories: 2010-07-26 11:47:33 +00:00
SConstruct Finally change SConscript tabs to spaces. 2010-08-29 20:52:05 +00:00