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
2012-12-28remove unneeded inline lookups and fix error with wpaint_stroke_test_start re...Campbell Barton
2012-11-09style cleanup: indentationCampbell Barton
2012-10-23rename api functions...Campbell Barton
2012-10-21style cleanup: commentsCampbell Barton
2012-10-08code cleanup: reduce change the size of some float vectors that were bigger t...Campbell Barton
2012-09-23fix for some crashes running operators in background mode.Campbell Barton
2012-09-15fix [#32381] Sculpt: crash when using radius sensitivityCampbell Barton
2012-06-06style cleanup: (indentation)Campbell Barton
2012-06-04Fix #31093: Brush's "Paint curve presets" in Image paint in UV\Image Editor d...Sergey Sharybin
2012-05-22Add input sample averaging to PaintStroke.Nicholas Bishop
2012-05-07Code cleanup: make changes suggested by check_style for sculpt-related files.Nicholas Bishop
2012-05-05code cleanup: brush/camera namingCampbell Barton
2012-05-03Patch [#30965] Cancel Sculpt Stroke w/ ESCAPEJason Wilkins
2012-04-30style cleanup: re - http://wiki.blender.org/index.php/Dev:Doc/CodeStyle#Brace...Campbell Barton
2012-04-28style cleanup: format 'for' loop macros the same as for loops, some renaming ...Campbell Barton
2012-03-28style cleanup: mainly whitespace around operators and indentation - paint/scu...Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-01-19Remove stroke parameter from PaintStroke's StrokeGetLocation callback.Nicholas Bishop
2012-01-19Move paint's WM paint cursor code into a new file.Nicholas Bishop
2012-01-16Minor sculpt/paint cleanups.Nicholas Bishop
2012-01-15Fix all remaining unified paint settings uses of current Scene.Nicholas Bishop
2012-01-13Fix some RNA/scene issuess with unified paint settings.Nicholas Bishop
2011-12-24formatting edits 120 line lengthCampbell Barton
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-09-17use macros RAD2DEG & DEG2RAD rather then multiplying by 180.0/M_PI or M_PI/180.0Campbell Barton
2011-09-16- fix for access past the buffer size (paint / sculpt used some 2d vecs as 3d)Campbell Barton
2011-09-09Fix #28590: Sculpt Overlay Texture in Viewport Glitched and Wrong icon for Ov...Sergey Sharybin
2011-07-25spoof MOUSEMOVE after NDOF_MOTION event, added commentsMike Erwin
2011-07-24sculpt/paint while using 3D mouseMike Erwin
2011-06-06Added cancel callbacks to modal operators which allocates memorySergey Sharybin
2011-05-20function rename to give clearer meaning that they change from window to 3d co...Campbell Barton
2011-05-04fix for crash executing sculpt via python.Campbell Barton
2011-03-27object/paint/misc-files: floats were being implicitly promoted to doubles, ad...Campbell Barton
2011-03-12== Sculpt ==Nicholas Bishop
2011-03-05use NULL rather then 0 for pointer assignments & comparison, modifier, imbuf ...Campbell Barton
2011-03-01Bugfix #26249Ton Roosendaal
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-01-15IRC bugreport fix: thumb brush works incorrect when using tablet by Dan McGra...Sergey Sharybin
2011-01-11Bugfix #25581Ton Roosendaal
2011-01-11Bugfix, own testingTon Roosendaal
2011-01-08Sculpt/Paint:Nicholas Bishop
2011-01-08Paint:Nicholas Bishop
2011-01-08Paint cleanup:Nicholas Bishop
2011-01-08Paint/Sculpt:Nicholas Bishop
2011-01-08Paint/Sculpt:Nicholas Bishop
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-04Crease tool brush missed brush color changing depends on brush appearance.Sergey Sharybin
2011-01-04Fix #25483: Brush appearance colorSergey Sharybin