blender/release/scripts
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
..
freestyle style cleanup: pep8, also use float literals when comparing floats and pass tuples to mathutils.Vector() rather then list. 2013-08-21 23:19:01 +00:00
modules Fix for an obscure bpy_types bug: When attempting to define __setattr__ in a metaclass based on RNAMetaPropGroup, the base class' __setattr__ method can not be called, since python prohibits setattr on 2013-08-23 15:39:25 +00:00
presets Cycles / Sampling UI: 2013-08-22 19:57:56 +00:00
startup Mask primitives 2013-08-26 20:23:26 +00:00
templates_osl Cycles / Toon BSDF: 2013-05-23 17:45:20 +00:00
templates_py use 'with' keyword for script stub (recommended with py3). 2013-08-17 05:27:58 +00:00