This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender
Joshua Leung 8e54dc2579 == Constraints - Code Cleanups ==
* Tidied up coding style of code in editconstraint.c 
- removed blank lines, made whitespace-use more consistent

* Shuffled code in editconstraint.c and BIF_editconstraint.h so that it was in a more orderly fashion

* Reduced code redundancy in test_constraints 
- tests which can apply to general constraints (target existance, and clashes with the owner) are not copied out for each constraint that needs it
- ChildOf constraint now gets validated too (before it was missing such checks)

* Recoded the way PyConstraints build the menu for displaying scripts available for use. It now uses dynstr instead of guessing how much memory to allocate for each entry
2008-01-05 09:31:43 +00:00
..
2007-12-25 06:48:45 +00:00
2008-01-01 11:44:42 +00:00
2008-01-05 09:31:43 +00:00
2007-12-27 20:36:17 +00:00
2007-11-06 22:29:20 +00:00
2007-12-15 20:41:45 +00:00
2007-11-06 22:29:20 +00:00
2008-01-05 09:31:43 +00:00
2007-11-06 22:29:20 +00:00
2007-12-15 20:41:45 +00:00
2007-11-06 22:29:20 +00:00
2007-11-06 22:29:20 +00:00