Blender Git Loki
Git Commits -> Revision b178ee5
Revision b178ee5 by Bastien Montagne (master) May 4, 2012, 15:00 (GMT) |
First part of fix for [#31157]: Some (actually, 172) operators have no tooltip. Notes: * This commit adds about a third of missing tips (a few are rather dummy, as name already says everything, but better that than "(undocumented operator)" showing in UI! * There is a problem with macros, their tips are not registered in RNA. Got a patch for this, will submit it to campbo asap. |
Commit Details:
Full Hash: b178ee5cd0cca580d000475ad95f64148faa7479
SVN Revision: 46281
Parent Commit: 133bdac1
Lines Changed: +60, -0
8 Modified Paths:
/source/blender/editors/animation/keyframing.c (+2, -0) (Diff)
/source/blender/editors/animation/keyingsets.c (+3, -0) (Diff)
/source/blender/editors/curve/editcurve.c (+20, -0) (Diff)
/source/blender/editors/curve/editfont.c (+1, -0) (Diff)
/source/blender/editors/physics/particle_boids.c (+2, -0) (Diff)
/source/blender/editors/space_clip/clip_ops.c (+7, -0) (Diff)
/source/blender/editors/space_image/image_ops.c (+18, -0) (Diff)
/source/blender/editors/space_info/info_ops.c (+7, -0) (Diff)
/source/blender/editors/animation/keyingsets.c (+3, -0) (Diff)
/source/blender/editors/curve/editcurve.c (+20, -0) (Diff)
/source/blender/editors/curve/editfont.c (+1, -0) (Diff)
/source/blender/editors/physics/particle_boids.c (+2, -0) (Diff)
/source/blender/editors/space_clip/clip_ops.c (+7, -0) (Diff)
/source/blender/editors/space_image/image_ops.c (+18, -0) (Diff)
/source/blender/editors/space_info/info_ops.c (+7, -0) (Diff)