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-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
2012-01-15minor cleanup to weightpaint code, move color & weight blending into own func...Campbell Barton
2012-01-15Fix all remaining unified paint settings uses of current Scene.Nicholas Bishop
2012-01-14fix for weight paint when the mirror vertex was allocated (would free the ori...Campbell Barton
2012-01-13svn merge ^/trunk/blender -r43338:43345Campbell Barton
2012-01-13'uw' was used in weight paint code for previous deform weight, renamed to 'dw...Campbell Barton
2012-01-13fix [#29832] Weightpainting with "x-mirror" and "auto normalize" fails for ce...Campbell Barton
2012-01-13another minor weightpaint change, dont pass do_auto_normalize as a bool arg t...Campbell Barton
2012-01-13minor edits to main weight paint function for better readability - do_weight_...Campbell Barton
2012-01-13svn merge ^/trunk/blender -r43294:43338Campbell Barton
2012-01-13Fix some RNA/scene issuess with unified paint settings.Nicholas Bishop
2011-12-31svn merge ^/trunk/blender -r42991:43009Campbell Barton
2011-12-30fix [#29686] Weight paint paints when it shouldn'tCampbell Barton