Blender Git Loki

Git Commits -> Revision f713761

Revision f713761 by Joshua Leung (master)
November 17, 2010, 12:02 (GMT)
Keyframing Operators: Improved Error Messages

* Keyframing operators now use the reports system for displaying all its error messages.
- The benefit of this is that users no longer need to check the console for error messages if keyframing fails.
- Unfortunately, reports are not currently viewable in any space/view in Blender, so...

* Added a temporary operator (UI_OT_reports_to_textblock), which can be accessed in the UI from the button which appears in place of the icon when more than one report exists. This dumps the current list of reports to a textblock "Recent Reports", from which they can be viewed.

This isn't really nice, but at least we now have a way to view these again, which makes debugging some things a pain.

* Bugfix #24606 - when trying to add keyframes to F-Curves with F-Modifiers already which alter the curve significantly enough that the keyframes will have no effect, there are now warnings which aim to alleviate any confusion.

Commit Details:

Full Hash: f7137610390804b8016240bc6401540a912e2495
SVN Revision: 33127
Parent Commit: 91217f1
Lines Changed: +254, -127

16 Modified Paths:

/source/blender/blenkernel/BKE_fcurve.h (+8, -0) (Diff)
/source/blender/blenkernel/intern/fcurve.c (+93, -10) (Diff)
/source/blender/editors/animation/anim_channels_defines.c (+4, -2) (Diff)
/source/blender/editors/animation/keyframing.c (+28, -22) (Diff)
/source/blender/editors/animation/keyingsets.c (+3, -2) (Diff)
/source/blender/editors/include/ED_anim_api.h (+3, -1) (Diff)
/source/blender/editors/include/ED_keyframing.h (+4, -3) (Diff)
/source/blender/editors/interface/interface_anim.c (+2, -1) (Diff)
/source/blender/editors/interface/interface_ops.c (+50, -1) (Diff)
/source/blender/editors/interface/interface_templates.c (+12, -4) (Diff)
/source/blender/editors/space_action/action_edit.c (+2, -1) (Diff)
/source/blender/editors/space_graph/graph_draw.c (+1, -1) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+29, -14) (Diff)
/source/blender/editors/space_graph/graph_utils.c (+8, -61) (Diff)
/source/blender/editors/transform/transform_conversions.c (+5, -2) (Diff)
/source/blender/python/intern/bpy_rna.c (+2, -2) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021