Blender Git Loki
Git Commits -> Revision 7459133
Revision 7459133 by Thomas Dinges (master) May 15, 2011, 17:59 (GMT) |
Patch [#27344] 300+ New/changed tooltips by Davis Sorenson (dsavi). Thanks a lot! Reviewed by Tom Musgrove and myself. From the patch description: ValterVB on #blendercoders submitted a long list of missing tooltips in Blender, and I went through the list and added all I knew. After that I crowdsourced the rest by putting a spreadsheet on Google docs and having people fill in the missing ones that I didn't know. So if there's some weird tooltip in there that doesn't make sense, that's why. Thanks to Wolter, spacetug and others on BlenderArtists for contributing tooltips. |
Commit Details:
Full Hash: 7459133648b878fa4842367cebec5deb7489558d
SVN Revision: 36704
Parent Commit: f605286
Lines Changed: +304, -282
22 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_modifier.py (+1, -1) (Diff)
/source/blender/editors/animation/keyframing.c (+1, -0) (Diff)
/source/blender/editors/interface/interface_templates.c (+1, -1) (Diff)
/source/blender/editors/object/object_edit.c (+4, -0) (Diff)
/source/blender/editors/object/object_modifier.c (+1, -0) (Diff)
/source/blender/editors/physics/physics_pointcache.c (+9, -2) (Diff)
/source/blender/editors/space_image/image_ops.c (+2, -0) (Diff)
/source/blender/editors/uvedit/uvedit_unwrap_ops.c (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_color.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_constraint.c (+36, -29) (Diff)
/source/blender/makesrna/intern/rna_key.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_material.c (+23, -23) (Diff)
/source/blender/makesrna/intern/rna_mesh.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+48, -48) (Diff)
/source/blender/makesrna/intern/rna_object.c (+15, -15) (Diff)
/source/blender/makesrna/intern/rna_object_force.c (+12, -12) (Diff)
/source/blender/makesrna/intern/rna_particle.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_property.c (+5, -5) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+58, -58) (Diff)
/source/blender/makesrna/intern/rna_space.c (+31, -31) (Diff)
/source/blender/makesrna/intern/rna_texture.c (+45, -46) (Diff)
/source/blender/makesrna/intern/rna_world.c (+4, -4) (Diff)
/source/blender/editors/animation/keyframing.c (+1, -0) (Diff)
/source/blender/editors/interface/interface_templates.c (+1, -1) (Diff)
/source/blender/editors/object/object_edit.c (+4, -0) (Diff)
/source/blender/editors/object/object_modifier.c (+1, -0) (Diff)
/source/blender/editors/physics/physics_pointcache.c (+9, -2) (Diff)
/source/blender/editors/space_image/image_ops.c (+2, -0) (Diff)
/source/blender/editors/uvedit/uvedit_unwrap_ops.c (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_color.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_constraint.c (+36, -29) (Diff)
/source/blender/makesrna/intern/rna_key.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_material.c (+23, -23) (Diff)
/source/blender/makesrna/intern/rna_mesh.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+48, -48) (Diff)
/source/blender/makesrna/intern/rna_object.c (+15, -15) (Diff)
/source/blender/makesrna/intern/rna_object_force.c (+12, -12) (Diff)
/source/blender/makesrna/intern/rna_particle.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_property.c (+5, -5) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+58, -58) (Diff)
/source/blender/makesrna/intern/rna_space.c (+31, -31) (Diff)
/source/blender/makesrna/intern/rna_texture.c (+45, -46) (Diff)
/source/blender/makesrna/intern/rna_world.c (+4, -4) (Diff)