Blender Git Commit Log
Git Commits -> Revision 3e56c4d
Revision 3e56c4d by Dalai Felinto (master) June 9, 2010, 08:00 (GMT) |
Logic Editor: bugfix for "Unable to Add Controllers sometimes" (reported in IRC by Daniel Salazar (ZanQdo) What was happening; if the old code (2.49) was changing the status from 0 to 1 inside the interface code. e.g. if (!ob->status) ob->status = 1; Initializing it properly (in blenkernel) and making sure the new status is ever 0 (in rna_object.c) should fix it. And yes, the log is bigger than the patch ! |
Commit Details:
Full Hash: 3e56c4dda180103f71cf20ccaa76a2d70f363bb7
SVN Revision: 29359
Parent Commit: 668a515
Lines Changed: +2, -0
1 Modified Path:
/source/blender/blenkernel/intern/object.c (+2, -0) (Diff)