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-07-25mask now draws in the image view, misc minor edits.Campbell Barton
2012-07-04More spell checking.Bastien Montagne
2012-06-10style cleanup: use capital camel case names for typedef'sCampbell Barton
2012-06-04Fix #31559: second 3D viewport does not update when paiting vertex/weightSergey Sharybin
2012-06-03quiet warningsCampbell Barton
2012-05-31This fixes a precision issue in multi-paint so that near zero values do not c...Jason Hays
2012-05-28add BLI_ghash_pop() which returns the value for a key and removes it at the s...Campbell Barton
2012-05-24code cleanup: fix possible use of uninitialized value and remove dead initial...Campbell Barton
2012-05-22Add input sample averaging to PaintStroke.Nicholas Bishop
2012-05-21code cleanup: spellingCampbell Barton
2012-05-16Code cleanup: simplify standard GHash creation.Nicholas Bishop
2012-05-13code cleanup: minor improvements to float/vector usage.Campbell Barton
2012-05-07Code cleanup: make changes suggested by check_style for sculpt-related files.Nicholas Bishop
2012-05-06Last part of fix for [#31157]: Some (actually, 172) operators have no tooltip.Bastien Montagne
2012-05-05Second part of fix for [#31157]: Some (actually, 172) operators have no tooltip.Bastien Montagne
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-05-05code cleanup: brush/camera namingCampbell Barton
2012-05-03Patch [#30965] Cancel Sculpt Stroke w/ ESCAPEJason Wilkins
2012-05-02Fix wrong unified weight paint value version patch, was doing incorrect versi...Brecht Van Lommel
2012-05-01fix shared vertex color (used with blur), to work with selection masking.Campbell Barton
2012-04-30Add per-brush weight field.Nicholas Bishop
2012-04-21style cleanupCampbell Barton
2012-04-16code cleanup: remove bmesh todo, which infact is working fine.Campbell Barton
2012-04-04rename MPoly vars called mface or mf, to avoid confusion with MFace types.Campbell Barton
2012-03-28style cleanup: mainly whitespace around operators and indentation - paint/scu...Campbell Barton
2012-03-24style cleanup: operator/whitespaceCampbell 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-20rename define BM_INLINE -> BLI_INLINE to avoid confusion with bmesh defines.Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-18update vertex paint code for last commit, was still using ABGR order.Campbell Barton
2012-03-12style cleanupCampbell Barton
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-03-03style cleanup - spelling corrections & update some incorrect comments.Campbell Barton
2012-03-02style cleanupCampbell Barton
2012-02-29Bugfix: vertexpaint blur brush was broken.Nicholas Bishop
2012-02-23* Fixed some typos in the code, patch [#30247] by Vladimir Rutsky (rutsky). T...Thomas Dinges
2012-02-12* remove the MFace parts of join (we only need polygon data)Campbell Barton
2012-02-08fix [#30101] Vertex colors disappear after leaving edit modeCampbell Barton
2012-02-05fix for vpaint fill not working, check loopcol rather then tessface color.Campbell Barton
2012-01-26remove cellalloc, from my tests jemalloc beats cellalloc, so we better just u...Campbell Barton
2012-01-22svn merge ^/trunk/blender -r43564:43609Campbell Barton
2012-01-22fix for own error in recent paint refactor, subtract mode was broken.Campbell Barton
2012-01-18fix errors in bmesh vertex paintCampbell Barton
2012-01-15move bmesh painting code into its own function, trunk has vpaint_paint_face()...Campbell Barton
2012-01-15svn merge ^/trunk/blender -r43381:43392Campbell Barton
2012-01-15modify the weight paint and vcol functions not to modify the color in place a...Campbell Barton
2012-01-15vertex/weight paintCampbell Barton