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
2011-06-26renamed math functions and made publicCampbell Barton
2011-06-07A line of code -can- wreck your day. Should work now, :)Antony Riakiotakis
2011-06-07fix for float projection painting, now updating correctly. Antony Riakiotakis
2011-06-06fix for 2D paint being off by 1 pixel on x/y axis, most obvious when zoomed in.Campbell Barton
2011-06-06fix/workaround [#27559] Color picker fails with a very small brushCampbell Barton
2011-05-21view3d function naming, no functional changes.Campbell Barton
2011-05-20edit gp_stroke_convertcoords not to modify the mval passed to it & make some ...Campbell Barton
2011-05-20function rename to give clearer meaning that they change from window to 3d co...Campbell Barton
2011-05-20use event->mval rather then subtracting ar->winrct.x / y from event->x / yCampbell Barton
2011-05-12for bug [#27358] Transform bug when transform > 500Campbell Barton
2011-05-12== Radial control ==Nicholas Bishop
2011-05-09Recreate mipmaps after undo in image editorSergey Sharybin
2011-05-02enable face mask selection in texture paint mode again (worked in 2.4x).Campbell Barton
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-15fix [#26906] Panorama Button (Camera Data Properties)Campbell Barton
2011-03-27object/paint/misc-files: floats were being implicitly promoted to doubles, ad...Campbell Barton
2011-03-10fix [#26406] Projection Paint, Occlussion Problem with Intersections in persp...Campbell Barton
2011-03-07bug [#26329] Project Paint not workingCampbell Barton
2011-03-05use NULL rather then 0 for pointer assignments & comparison, modifier, imbuf ...Campbell Barton
2011-03-03bugfix #26267Ton Roosendaal
2011-03-02replace references to old arithb libraryCampbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27pedantic warning cleanup, also remove texspace_edit() since its been added us...Campbell Barton
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-18- clear some warningsCampbell Barton
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-07Type checks for internal ID-Property UI min/max/tip & use defines to get valu...Campbell Barton
2011-01-18bad spelling; 'indicies' --> 'indices'Campbell Barton
2011-01-17Bugfix #25657Ton Roosendaal
2011-01-12remove redundant assignments & unused vars.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-06bugfix [#25498] Projection paint clone tool leaves seamsCampbell Barton
2010-12-23remove View3D.customdata_mask, since its stored in the scene now there is no ...Campbell Barton
2010-12-14Bugfix #22040Ton Roosendaal
2010-12-12isect_seg_seg_v2_point was modifying the value of line vectors passed.Campbell Barton
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-11-23use zero initializers instead of memset(), also change PointerRNA_NULL from a...Campbell Barton
2010-11-17Fix #22645: Texture paint: soften tool does draw brushesSergey Sharybin
2010-11-04bugfix [#24009] Crash when switching area types and performing opsCampbell Barton
2010-11-02fix for compiling with the c90 standard, support for non-static variable init...Campbell Barton
2010-10-28bugfix [#24439] Smear 2D paint failsCampbell Barton
2010-10-20== Paint ==Nicholas Bishop
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-16- UNUSED macro wasn't throwing an error with GCC if a var become used.Campbell Barton
2010-10-15replace SIDE_OF_LINE macro with line_point_side_v2() inline function.Campbell Barton
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-09-23bugfix [#23595] Texture paint with a node based brush produces artifactsCampbell Barton
2010-09-17Fix #23652: texture paint RMB would translate the object after samplingBrecht Van Lommel
2010-09-16Fix #22603: Crash on launching external editor in texture paint [r29461] [Win...Sergey Sharybin