Blender Git Loki

Git Commits -> Revision 7da5d9f

Revision 7da5d9f by Campbell Barton (master)
August 18, 2010, 07:14 (GMT)
rna renaming, still only adjusting properties that wont be animated (at least its very unlikely).

Commit Details:

Full Hash: 7da5d9faec9f6ad170c5c77fe9b59deba6a2acab
SVN Revision: 31437
Parent Commit: 54e6ea7
Lines Changed: +458, -473

72 Modified Paths:

/release/scripts/io/export_fbx.py (+5, -9) (Diff)
/release/scripts/io/export_obj.py (+12, -12) (Diff)
/release/scripts/io/export_ply.py (+1, -1) (Diff)
/release/scripts/io/export_x3d.py (+5, -5) (Diff)
/release/scripts/io/import_scene_obj.py (+3, -3) (Diff)
/release/scripts/keyingsets/keyingsets_utils.py (+6, -10) (Diff)
/release/scripts/modules/bpy_types.py (+1, -1) (Diff)
/release/scripts/modules/rna_info.py (+1, -1) (Diff)
/release/scripts/op/image.py (+1, -1) (Diff)
/release/scripts/op/uvcalc_follow_active.py (+2, -4) (Diff)
/release/scripts/op/uvcalc_smart_project.py (+1, -1) (Diff)
/release/scripts/ui/properties_data_camera.py (+1, -1) (Diff)
/release/scripts/ui/properties_data_curve.py (+2, -2) (Diff)
/release/scripts/ui/properties_data_lattice.py (+1, -1) (Diff)
/release/scripts/ui/properties_data_mesh.py (+1, -1) (Diff)
/release/scripts/ui/properties_data_metaball.py (+2, -2) (Diff)
/release/scripts/ui/properties_game.py (+10, -10) (Diff)
/release/scripts/ui/properties_material.py (+4, -4) (Diff)
/release/scripts/ui/properties_object.py (+1, -1) (Diff)
/release/scripts/ui/properties_object_constraint.py (+1, -1) (Diff)
/release/scripts/ui/properties_particle.py (+2, -2) (Diff)
/release/scripts/ui/properties_physics_common.py (+1, -1) (Diff)
/release/scripts/ui/properties_physics_field.py (+1, -1) (Diff)
/release/scripts/ui/properties_physics_fluid.py (+1, -1) (Diff)
/release/scripts/ui/properties_physics_smoke.py (+1, -1) (Diff)
/release/scripts/ui/properties_scene.py (+11, -11) (Diff)
/release/scripts/ui/space_filebrowser.py (+13, -13) (Diff)
/release/scripts/ui/space_image.py (+2, -2) (Diff)
/release/scripts/ui/space_sequencer.py (+2, -5) (Diff)
/release/scripts/ui/space_text.py (+2, -2) (Diff)
/release/scripts/ui/space_time.py (+1, -1) (Diff)
/release/scripts/ui/space_userpref.py (+1, -4) (Diff)
/release/scripts/ui/space_userpref_keymap.py (+17, -17) (Diff)
/source/blender/blenkernel/intern/idcode.c (+1, -1) (Diff)
/source/blender/editors/animation/fmodifier_ui.c (+2, -2) (Diff)
/source/blender/editors/gpencil/gpencil_buttons.c (+4, -4) (Diff)
/source/blender/editors/interface/interface_templates.c (+4, -4) (Diff)
/source/blender/editors/space_graph/graph_buttons.c (+3, -3) (Diff)
/source/blender/editors/space_nla/nla_buttons.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_action.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_animation.c (+8, -7) (Diff)
/source/blender/makesrna/intern/rna_animviz.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_boid.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_camera.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_color.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_constraint.c (+3, -3) (Diff)
/source/blender/makesrna/intern/rna_curve.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_fcurve.c (+14, -13) (Diff)
/source/blender/makesrna/intern/rna_fluidsim.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_gpencil.c (+5, -5) (Diff)
/source/blender/makesrna/intern/rna_group.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_ID.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_image.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_key.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_lattice.c (+4, -4) (Diff)
/source/blender/makesrna/intern/rna_main.c (+5, -5) (Diff)
/source/blender/makesrna/intern/rna_material.c (+6, -6) (Diff)
/source/blender/makesrna/intern/rna_mesh.c (+5, -7) (Diff)
/source/blender/makesrna/intern/rna_meta.c (+4, -3) (Diff)
/source/blender/makesrna/intern/rna_nla.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_object.c (+4, -4) (Diff)
/source/blender/makesrna/intern/rna_object_force.c (+4, -4) (Diff)
/source/blender/makesrna/intern/rna_rna.c (+6, -6) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+5, -5) (Diff)
/source/blender/makesrna/intern/rna_screen.c (+3, -3) (Diff)
/source/blender/makesrna/intern/rna_smoke.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_sound.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_space.c (+12, -12) (Diff)
/source/blender/makesrna/intern/rna_text.c (+3, -3) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_wm.c (+3, -3) (Diff)
/source/blender/makesrna/rna_cleanup/rna_properties.txt (+215, -215) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021