Files
test/source/blender/blenkernel
Joshua Leung cf8032f315 == PyConstraints - Now working again ==
I've finally traced down the causes of several of the bugs which caused PyConstraints to work incorrectly (or not at all).

* Freeing is now done using BLI_freelistN inside the pycon_free function, instead of looping through the targets ourselves. This fixes all of those Memblock free: pointer not in list errors.
* BPY_pyconstraint_update now correctly creates/frees the constraint's targets as needed. Previously, it was creating/removing the wrong number of targets. Also, pyconstraints no longer get disabled when using armatures (not bones)
* The panel drawing was also not working right, as there were still some offset issues.
2007-10-23 08:23:57 +00:00
..
2007-10-22 02:43:07 +00:00
2007-10-22 02:43:07 +00:00
2006-12-20 17:57:56 +00:00
2007-06-14 14:36:27 +00:00
2007-09-18 19:39:25 +00:00
2005-12-06 17:05:37 +00:00
2007-03-13 11:54:53 +00:00
2007-09-10 19:32:44 +00:00
2007-09-02 17:25:03 +00:00
2007-07-09 20:42:14 +00:00
2007-03-11 12:14:50 +00:00
2007-08-22 10:07:42 +00:00
2007-07-28 21:04:30 +00:00
2007-05-03 21:37:52 +00:00
2007-09-18 19:39:25 +00:00
2007-07-28 21:04:30 +00:00
2007-10-22 02:43:07 +00:00
2006-12-21 14:00:18 +00:00
2006-11-30 15:54:21 +00:00
2006-01-23 22:05:47 +00:00
2006-06-09 19:48:50 +00:00
2007-10-22 20:54:19 +00:00
2006-11-01 11:26:16 +00:00
2004-01-05 00:06:11 +00:00