Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-21Clear cyclic flag if we didn't copy the whole mask splineSergey Sharybin
2013-08-21Duplicate operator for masksSergey Sharybin
2013-08-19Fix warnings reported by cavity checkerSergey Sharybin
2013-08-16Merge plane track feature from tomato branchSergey Sharybin
2013-08-11use 'greater/less then or equal to' operators rather then adding 1.Campbell Barton
2013-08-06fix for using uninitialized boolean vars for mask select more/lessCampbell Barton
2013-07-21Fix crash in adding a new mask point after subdividing an inactive splineSv. Lockal
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-20misc editsCampbell Barton
2013-07-20Fix descriptions for mask selection operators and use less ambiguous "letter-...Sv. Lockal
2013-07-20Select more/less tool for mask splinesSv. Lockal
2013-06-23add missing notifiers for mask tools, some wouldn't refresh the compositor.Campbell Barton
2013-06-10Changes to mask evaluationSergey Sharybin
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-20code cleanup: split scons includes onto multiple lines, reduce chance of incl...Campbell Barton
2013-05-08use unsigned int, for mask rasterizer.Campbell Barton
2013-05-08code cleanup: use 'const float[2]' where possible.Campbell Barton
2013-04-10Fix #34941: Space.draw_handler_add now supports PRE_VIEW and POST_VIEW callbacksBrecht Van Lommel
2013-03-20code cleanup: use booleans for mesh and selection code.Campbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-02-05Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashesSergey Sharybin
2013-01-27Operators name "cleanup"Dalai Felinto
2013-01-21code cleanup: minor changes, replace len_v3 with len_squared_v3 for comparison.Campbell Barton
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-12-16replace strcpy with BLI_strncpy or memcpy when the size is known.Campbell Barton
2012-12-14use UI_view2d_getscale() to get the scale for image cursor drawing and ED_mas...Campbell Barton
2012-12-03quiet float -> double conversion warnings and do some osl style edits.Campbell Barton
2012-12-03Fix for [#33378] Grease pencil dopesheet fails on a few operationsBastien Montagne
2012-12-03Tsss tsss... Copy-pasting! :PBastien Montagne
2012-11-01style cleanupCampbell Barton
2012-10-23use min_ max_ functions in more places.Campbell Barton
2012-10-23rename api functions...Campbell Barton
2012-10-18Fix #32851: Mouse click coordinates when adding and selecting mask vertices o...Sergey Sharybin
2012-10-18Mask editor: create new mask when trying to create new vertex without active ...Sergey Sharybin
2012-10-14code cleanup: remove redundant casts. quiet some qualifier warnings.Campbell Barton
2012-10-12quiet some -Wshadow warningsCampbell Barton
2012-10-05code cleanup: use functions to initialize selection user data structs, use ra...Campbell Barton
2012-10-02correct some include dirs not being included as SYSTEM paths in cmake.Campbell Barton
2012-10-02fix for error in mask drawing, was using glVertex3fv on 2d verts. (buffer ove...Campbell Barton
2012-09-28code cleanup: correct spellingCampbell Barton
2012-09-27Fix #32658: left mouse button selection did not work well in the graph and maskBrecht Van Lommel
2012-09-18code cleanup: warningsCampbell Barton
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-09-13fix [#31946] Masking doesn't respect pixel ratioCampbell Barton
2012-09-13fix for drawing non 1:1 aspect masks, transform and selection still need supp...Campbell Barton
2012-09-13code cleanup: reduce calls to CTX_ functions inline, add some docs to mask ra...Campbell Barton
2012-08-27ensure there are always the same number of feather points and non feather poi...Campbell Barton
2012-08-25better handle sizes by default for mask mode, now ignore image width/heightCampbell Barton
2012-08-24use the zoom level to set the size for new mask point handle sizes (artist re...Campbell Barton