Blender Git Commit Log
Git Commits -> Revision b5eff58
Revision b5eff58 by Campbell Barton (master) July 13, 2009, 09:31 (GMT) |
Console Autocomplete (Alt+Enter in the text editor), should be moved out of the text editor soon. The autocomplete function is generic and could be made into its own module. Examples: b -> bpy bpy.data.mes -> bpy.data.meshes bpy.ops.OB -> bpy.ops.OBJECT_OT_ bpy.data.objects[0].a -> (options) active_material, active_material_index, active_particle_system, active_particle_system_index, active_shape_key, active_shape_key_index, active_vertex_group, active_vertex_group_index, animation_data |
Commit Details:
Full Hash: b5eff581bc5fc5eb66b2c168b091387a0160b710
SVN Revision: 21556
Parent Commit: 89830ea
Lines Changed: +307, -31
1 Modified Path:
/release/ui/space_text.py (+307, -31) (Diff)