blender/release/scripts/op
Matt Ebb 9acba540db Fix [#21756] Texture paint "quick edit" sending wrong path on unsaved scenes
* Made it use the temp directory in user preferences when the .blend file hasn't been saved yet
* Made bmain->name (wrapped as bpy.data.filename) contain an empty string when 
there's no .B25.blend and no file saved, rather than "<memory2>".

This is a good candidate for consistent file path api, retrieving temp dirs / project-
specific temp dirs / etc...
2010-04-07 09:07:06 +00:00
..
add_armature_human.py pep8 cleanup 2010-03-06 01:40:29 +00:00
add_mesh_torus.py svn merge https://svn.blender.org/svnroot/bf-blender/branches/render25 -r27895:27901; svn merge https://svn.blender.org/svnroot/bf-blender/branches/render25 -r27902:27907, skipping 27902 2010-03-31 20:39:08 +00:00
console_python.py parts of the Python API are unstable, big discalmer in API docs main page, API Docs title and interactive console banner. 2010-03-01 10:34:54 +00:00
console_shell.py pep8 cleanup + correction for external player operator return value. 2010-02-22 23:32:58 +00:00
fcurve_euler_filter.py pep8 cleanup + correction for external player operator return value. 2010-02-22 23:32:58 +00:00
image.py Fix [#21756] Texture paint "quick edit" sending wrong path on unsaved scenes 2010-04-07 09:07:06 +00:00
mesh.py replace operator options bl_undo and bl_register with bl_options 2010-03-01 00:03:51 +00:00
nla.py Quick fix to NLA-Baking for Beorn: 2010-04-06 10:07:24 +00:00
object_align.py replace operator options bl_undo and bl_register with bl_options 2010-03-01 00:03:51 +00:00
object_randomize_transform.py replace operator options bl_undo and bl_register with bl_options 2010-03-01 00:03:51 +00:00
object.py pep8 cleanup 2010-03-06 01:40:29 +00:00
presets.py scene.render_data -> scene.render 2010-02-23 12:48:35 +00:00
screen_play_rendered_anim.py pep8 cleanup 2010-04-04 14:52:15 +00:00
sequencer.py rna naming, *_frame --> frame_* 2010-04-01 21:44:56 +00:00
uv.py replace operator options bl_undo and bl_register with bl_options 2010-03-01 00:03:51 +00:00
uvcalc_follow_active.py pep8 cleanup 2010-03-06 01:40:29 +00:00
uvcalc_smart_project.py replace operator options bl_undo and bl_register with bl_options 2010-03-01 00:03:51 +00:00
vertexpaint_dirt.py replace operator options bl_undo and bl_register with bl_options 2010-03-01 00:03:51 +00:00
wm.py Bugfix for [#21798] Submit description doesn't work. 2010-03-28 10:52:24 +00:00