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-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-14ensure functions are not used within FTOCHAR macro since they run 2-3 times.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
2012-01-11Longer names support for all ID and other object namesSergey Sharybin
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-29Fix #29718: anchored stroke with image-texture --- strange behaviourSergey Sharybin
2011-12-27Fix own error in r42881, didn't add rectangle padding correctly.Nicholas Bishop
2011-12-27Factor out some generic parts of the sculpting PBVH redraw planes code.Nicholas Bishop
2011-12-24formatting edits 120 line lengthCampbell Barton
2011-12-22split >120 length lines (mostly if statements)Campbell Barton
2011-12-22== Sculpt ==Nicholas Bishop
2011-12-20minor edits to previous commit & set VKey to toggle vertex select in weight p...Campbell Barton
2011-12-17Calculation of the center and normal for sculpting would ignore whether the s...Jason Wilkins
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-15Fix #29615: Crash during undo after toggling "Float buffer" in image paint modeSergey Sharybin
2011-12-15vertex group changes,Campbell Barton
2011-12-12Fix #29603: Mode switch on linked objectsSergey Sharybin
2011-12-10Fix #29516: Twist brush giving crazy resultsSergey 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-23Patch #29336: renaming UV (Texture) Layer to UV Map in the user interface,Brecht Van Lommel
2011-11-22fix for [#29355] clone-brush in texture paintCampbell Barton
2011-11-22replace ImBuf.depth with ImBuf.planes to match ImageFormatData.planes & to av...Campbell Barton
2011-11-19Camera: some more refactoring, mostly in the function that computes the cameraBrecht Van Lommel
2011-11-19Camera: more code refactoring, adding a function to create CameraParams fromBrecht Van Lommel
2011-11-18Camera: some code refactoring, use an intermediate CameraParams struct insteadBrecht Van Lommel
2011-11-15pass a pointer to IDP_New's IDPropertyTemplate rather then a copy.Campbell Barton
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
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-08Texturing: texture and 3d view draw type changes, these should only have anyBrecht Van Lommel
2011-11-07replace VECCOPY with copy_v3_v3, same for 2d copy, also added vec copy functi...Campbell Barton