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-01-22fix for own error in recent paint refactor, subtract mode was broken.Campbell 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-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-13Fix some RNA/scene issuess with unified paint settings.Nicholas Bishop
2011-12-30fix [#29686] Weight paint paints when it shouldn'tCampbell Barton
2011-12-30patch from Jason HaysCampbell Barton
2011-12-30style edits for function declarationsCampbell Barton
2011-12-30weight paint - fix for own error in r42986, also avoid getting unified settin...Campbell Barton
2011-12-30improvement to how weight paint blur worksCampbell Barton
2011-12-30get the brush size at before applying each brush step, saves unified brush se...Campbell Barton
2011-12-30minor edits to weight paintCampbell Barton
2011-12-17Code cleanup: fix a few warnings (>= 0 and == -1 tests on unsigned types).Brecht Van Lommel
2011-12-16Math lib: matrix multiplication order fix for two functions that wereBrecht Van Lommel
2011-12-15vertex group changes,Campbell Barton
2011-12-12Fix #29603: Mode switch on linked objectsSergey Sharybin
2011-12-09possible/partial fix for [#29521], in many places the deform group index was ...Campbell Barton
2011-12-09minor changes, fix coming next (no functional edits).Campbell Barton
2011-12-07fix for NULL pointer free and add in some checks, while looking into bug [#29...Campbell Barton
2011-11-29remove unused vars & minor formatting.Campbell Barton
2011-11-29The locking + multi-paint section of code needed correction and simplification:Jason Hays
2011-11-10- possible fix for vertex paint 'fill' crash.Campbell Barton
2011-11-10While reviewing this part of the code for a Blender Proceedings article, I no...Jason Hays
2011-11-02minor cleanup for weightpaint fillCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-15spelling corrections in comments and quiet warningCampbell Barton
2011-10-06remove unused struct member & minor edits, no functional change.Campbell Barton
2011-10-06fix for fixCampbell Barton
2011-10-06fix [#26193] Weightpainting on Mesh with Armature-Modifier fails if x-mirror ...Campbell Barton
2011-10-06cleanup for main weight paint drawing function while looking into a bug - no ...Campbell Barton
2011-10-06fix error in last commit & remove commented code which is now working in 2.5x.Campbell Barton
2011-10-06fix for memory leak when calling wpaint_make_validmap() with no vertex groups.Campbell Barton
2011-10-06fix for crash when painting normalize with no vertex groups, also minor clean...Campbell Barton
2011-09-22clear up some warnings.Campbell Barton
2011-09-19style changes & use faster looping on vertex weights, also loop on face verts...Campbell Barton
2011-09-19remove unused arg & some style edits on radish merge, also reverted odd chang...Campbell Barton
2011-09-19Merged 40338-40364soc-2011-radishJason Hays
2011-09-19vgroup_validmap needed to be assigned when locks were active.Jason Hays
2011-09-19/blender/editors: Removed final points in UI strings and messages.Bastien Montagne
2011-09-19remove duplicate variable - wpaint_make_validmap(ob) was being called twice ...Campbell Barton
2011-09-19refactor wpaint_stroke_update_step not to call expensive functions per-vertex...Campbell Barton
2011-09-19edits to radish before merge with trunkCampbell Barton
2011-09-18Split do_weight_paint_vertex() to isolate the simple case.Jason Hays
2011-09-18style changes onlyCampbell Barton