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-12-19Sculpting:Antony Riakiotakis
2013-09-30lots of operator descriptions were incorrectly copy/pasted.Campbell Barton
2013-08-07code cleanup: some structs were declaring data when only typedef's were inten...Campbell Barton
2013-07-20misc editsCampbell Barton
2013-07-03fix [#35975] "Select Linked" = "Select All" in Weight Paint mode?Campbell Barton
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-04-27remove unused function: projectfCampbell Barton
2013-04-16Fix: texture scaling for sculpting is different between overlay andAntony Riakiotakis
2013-04-13code cleanup: warnings + styleCampbell Barton
2013-04-12Paint refactoring commit, non-disruptive (in theory :p)Antony Riakiotakis
2013-04-03style cleanupCampbell Barton
2013-04-02Fix #34849: crash in operator search menu, due to brush stencil pollBrecht Van Lommel
2013-03-31Woot woot commit.Antony Riakiotakis
2013-03-28I18n: various fixing.Bastien Montagne
2013-03-16patch [#34634] Select vertices without a groupCampbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-09code cleanup: move runtime var zfac out of RegionView3D. rename initgrabz() -...Campbell Barton
2013-02-26Add missing select menu for weight, vertex, texture paint modes.Campbell Barton
2013-01-21Fixed render time regression in Blender InternalSergey Sharybin
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-11-26fix [#33303] face selection masking for painting does not work with mesh with...Campbell Barton
2012-10-30remove CD_POLYINDEX customdata layer:Campbell Barton
2012-10-06fix writing past array bounds in imagewraposa().Campbell Barton
2012-09-20code cleanup:Campbell Barton
2012-09-07code cleanupCampbell Barton
2012-08-05code cleanup: minor edit - replace memset() with zero initialization, remove ...Campbell Barton
2012-07-21use fabsf when using floats.Campbell Barton
2012-07-12add bli rect min/max functions.Campbell Barton
2012-07-12add bli rect funcs BLI_rctf_init_minmax, BLI_rcti_init_minmaxCampbell Barton
2012-06-04Fix #31093: Brush's "Paint curve presets" in Image paint in UV\Image Editor d...Sergey Sharybin
2012-05-09code cleanup: color/bw conversion - use BLI color function.Campbell Barton
2012-05-05code cleanup: brush/camera namingCampbell Barton
2012-04-15Fix bug [#30953] Changing brush preset irreversibly undoes thingsNicholas Bishop
2012-03-28style cleanup: mainly whitespace around operators and indentation - paint/scu...Campbell Barton
2012-03-28fix [#30666] Texturepaint "Soften" brush gets stuckCampbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton
2012-03-07fix for bug in ED_view3d_project_float that only effected the 'Rip' tool.Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-02-28code cleanup: use float vector size in function definitions, and const's wher...Campbell Barton
2012-01-16svn merge ^/trunk/blender -r43392:43420Campbell Barton
2012-01-16Minor sculpt/paint cleanups.Nicholas Bishop
2011-12-27svn merge ^/trunk/blender -r42882:42886Campbell Barton
2011-12-27Fix own error in r42881, didn't add rectangle padding correctly.Nicholas Bishop
2011-12-27svn merge ^/trunk/blender -r42871:42882Campbell Barton
2011-12-27Factor out some generic parts of the sculpting PBVH redraw planes code.Nicholas Bishop
2011-11-07svn merge -r41575:41602 ^/trunk/blenderCampbell Barton
2011-11-06replace macros for bli math functions in editorsCampbell Barton
2011-10-24svn merge ^/trunk/blender -r41226:41227 .Campbell Barton