2.5 - 2 Bugfixes
* Alt-S in Object Mode would crash. Was caused by modal-keymaps for Pose Mode not being cleared when not in Pose Mode. Also fixed what appears to have been a copy+paste error for Armature Sketching keymaps. * Active KeyingSet menu in TimeLine header is now properly editable. Was using the wrong type of layout call to do this.
This commit is contained in:
@@ -5023,6 +5023,9 @@ void draw_object(Scene *scene, ARegion *ar, View3D *v3d, Base *base, int flag)
|
||||
|
||||
/* patch? children objects with a timeoffs change the parents. How to solve! */
|
||||
/* if( ((int)ob->ctime) != F_(scene->r.cfra)) where_is_object(scene, ob); */
|
||||
|
||||
/* draw paths... */
|
||||
// TODO...
|
||||
|
||||
/* multiply view with object matrix */
|
||||
wmMultMatrix(ob->obmat);
|
||||
|
||||
Reference in New Issue
Block a user