blender/release/ui
Andrea Weikert 9a25d22326 2.5 filebrowser
Appending and Linking 
* Linking Operator, invokes filebrowser for Append/Link
* Separated the append/link function into three parts:
** BLO_library_append_begin finds main for appending
** BLO_library_append_named_part appends one Object,Group, Material, ...
** BLO_library_append_end actually reads and expands the libraries

NOTE 1:
I also changed the returned properties for the filebrowser operators to the following convention:
"path" - the full path to a file or directory, means what is in directory + filename buttons in filebrowser
"directory" - the content of the directory button in filebrowser
"filename" - the content of the filename button in filebrowser
Usually only path should be required, but in some cases it might be more convenient to retrieve the parts separately.

Ton, Brecht: If you have time to take a look, let me know if anything needs to be fixed.
2009-09-12 19:54:39 +00:00
..
bpy_ops.py allow execution mode to be given as an argument to operators from python (requested by algorith) 2009-09-03 22:37:09 +00:00
buttons_data_armature.py 2.5: Layer Buttons 2009-09-09 17:39:19 +00:00
buttons_data_bone.py 2.5 - Rotation Locking for Bones 2009-09-12 12:30:23 +00:00
buttons_data_camera.py 2.5: Layout Python Files: 2009-09-01 00:33:39 +00:00
buttons_data_curve.py Use curve radius for paths 2009-09-12 16:25:49 +00:00
buttons_data_empty.py 2.5: small text tweak for empty object buttons. 2009-09-09 19:43:42 +00:00
buttons_data_lamp.py 2.5: Layout Python Files: 2009-09-01 00:33:39 +00:00
buttons_data_lattice.py 2.5: Layout Python Files: 2009-09-01 00:33:39 +00:00
buttons_data_mesh.py 2.5: Layout Python Files: 2009-09-01 00:33:39 +00:00
buttons_data_metaball.py use '' for enums rather then "" 2009-08-22 08:48:01 +00:00
buttons_data_modifier.py 2.5: Two Bugfixes 2009-09-11 09:09:54 +00:00
buttons_data_text.py curve.textboxes collection access for the UI + minor UI tweaks for poly curves 2009-09-09 00:10:12 +00:00
buttons_game.py 2.5: Layout Python Files: 2009-09-01 00:33:39 +00:00
buttons_material.py 2.5: Layout Python Files: 2009-09-01 00:33:39 +00:00
buttons_object_constraint.py Use curve radius for paths 2009-09-12 16:25:49 +00:00
buttons_object.py use '' for enums rather then "" 2009-08-22 08:48:01 +00:00
buttons_particle.py Hair dynamics with cloth simulation 2009-09-10 22:32:33 +00:00
buttons_physics_cloth.py 2.5: Layout Python Files: 2009-09-01 00:33:39 +00:00
buttons_physics_field.py 2.5: Layout Python Files: 2009-09-01 00:33:39 +00:00
buttons_physics_fluid.py remove "_amount" from rna names, its not helpful. 2009-08-31 16:36:02 +00:00
buttons_physics_smoke.py Smoke: 2009-09-09 23:52:48 +00:00
buttons_physics_softbody.py 2.5: Layout Python Files: 2009-09-01 00:33:39 +00:00
buttons_scene.py 2.5 Buttons: 2009-09-01 14:59:50 +00:00
buttons_texture.py 2.5 Buttons: 2009-09-01 14:59:50 +00:00
buttons_world.py 2.5: Layout Python Files: 2009-09-01 00:33:39 +00:00
space_buttons.py use '' for enums rather then "" 2009-08-22 08:48:01 +00:00
space_console.py Operator docstring patch from Ron Walker, added console operator docs too. 2009-09-07 04:52:42 +00:00
space_filebrowser.py use '' for enums rather then "" 2009-08-22 08:48:01 +00:00
space_image.py UI: 2009-09-10 14:20:21 +00:00
space_info.py 2.5 filebrowser 2009-09-12 19:54:39 +00:00
space_logic.py 2.5: 2009-08-27 19:10:53 +00:00
space_node.py 2.5: Layout Python Files: 2009-09-01 00:33:39 +00:00
space_outliner.py use '' for enums rather then "" 2009-08-22 08:48:01 +00:00
space_sequencer.py Strip input is not used for sound strips in 2.5. 2009-09-04 21:21:12 +00:00
space_text.py 2.5: Layout Python Files: 2009-09-01 00:33:39 +00:00
space_time.py - enum for convex hull and triangle mesh were swapped 2009-09-01 16:37:23 +00:00
space_userpref.py svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r22717:22875 2009-08-29 23:41:09 +00:00
space_view3d_toolbar.py Added repeat operations to the toolbar. 2009-09-10 18:58:31 +00:00
space_view3d.py UI: 2009-09-10 14:20:21 +00:00