blender/release/scripts/startup/bl_operators
Sergey Sharybin 03dbae07d3 Mask primitives
Currently only circle and square, might be easily
extended in the future.

New primitives are creating at cursor location.
This also implied adding 2d cursor to space clip.

Also fix set 2D cursor location which didn't work
in image editor's mask mode since 2.67.

TODO: draw_image_cursor better be moved to some
      more generic file, but it's not so much
      important for now and might be solved later.

Thanks Campbell for the review!
2013-08-26 20:23:26 +00:00
..
__init__.py Mask primitives 2013-08-26 20:23:26 +00:00
add_mesh_torus.py Followup to r59434 : py UI scripts edits. 2013-08-23 20:41:21 +00:00
anim.py fix [#35977] Bake Action doesn't work properly 2013-07-04 23:52:02 +00:00
clip.py Hide preview for nodes created with Setup Tracking Scene 2013-04-11 13:34:51 +00:00
console.py disable auto indent when pasting text into the python console. 2013-05-24 01:04:37 +00:00
freestyle.py Better API design for making text datablocks after loading. 2013-06-02 17:52:06 +00:00
image.py Fix for [#34898] Typo in error message of mathutils.Vector 2013-04-07 15:09:06 +00:00
mask.py Mask primitives 2013-08-26 20:23:26 +00:00
mesh.py fix [#35453] "copy mirrored uv coords" doesn't work 2013-06-05 03:10:29 +00:00
node.py re-commit temp workaround [#35920], this still fails for OSX retina display, 2013-07-17 10:48:32 +00:00
object_align.py use more conventional names in rigid body script. 2013-01-28 12:15:50 +00:00
object_quick_effects.py Smoke: Add new "Full Sample" option to high resolution smoke panel. 2013-05-10 16:18:00 +00:00
object_randomize_transform.py code cleanup: dont use 'bpy.context' when 'context' is available 2013-01-23 07:52:31 +00:00
object.py select-camera operator could select hidden cameras, also disable freestyle for make lite target. 2013-04-08 04:54:57 +00:00
presets.py pep8 cleanup 2013-06-27 03:05:19 +00:00
rigidbody.py rna attribute consistency edits, use common prefix for booleans. 2013-04-23 07:06:29 +00:00
screen_play_rendered_anim.py fix for 'Playanim' playing past the last frame of an animation. also print -s and -e in help message. 2012-11-17 01:15:28 +00:00
sequencer.py code cleanup: minor improvements to scripts. 2013-04-20 13:23:53 +00:00
uvcalc_follow_active.py style cleanup 2013-01-15 23:15:32 +00:00
uvcalc_lightmap.py code cleanup: dont use 'bpy.context' when 'context' is available 2013-01-23 07:52:31 +00:00
uvcalc_smart_project.py Fix for [#34898] Typo in error message of mathutils.Vector 2013-04-07 15:09:06 +00:00
vertexpaint_dirt.py pep8 cleanup 2013-06-27 03:05:19 +00:00
view3d.py pep8 cleanup 2013-06-27 03:05:19 +00:00
wm.py quiet error installing an addon when the directory already exists (would happen on OSX frequently), 2013-08-20 14:43:01 +00:00