Blender Git Loki
Git Commits -> Revision 6e3812d
Revision 6e3812d by Dalai Felinto (master) May 6, 2010, 19:12 (GMT) |
Logic UI: constraint actuator+rna 100% (finally !!!) + other fixes/improvements: - s/c/a type enum update function replaced by set function - rna_Sensor_type_itemf and rna_Actuators_type_itemf implemented (but not working ... it was working yesterday before I updated the set func, so need further investigation). Matt, if you have any clue on that ... Roadmap: i) I definitively gotta unify the maxloc, minloc rna properties. the way it's right now (based on 2.49 makes the layout code really clunky ii) - actuator missing - State Actuator (I'll probably need help on that). iii) - sensor missing - collision and ray (they are partly implemented, but the enums are a mess there). iv) - get/set funcs missing (not many) and default values (not many) v) - have more lookup functions for properties and material (I'll definitively need help on that). Eventually will fix (iii, iv and v) changing bge and dna code and doing a subversion/do_version. |
Commit Details:
Full Hash: 6e3812d7bc645b0731cf17a0d7d82d1bdac7d678
SVN Revision: 28626
Parent Commit: c9ca41c
Lines Changed: +222, -48