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
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
2011-11-06replace macros for bli math functions in editorsCampbell Barton
2011-11-06misc macro --> bli math lib functionsCampbell Barton
2011-11-05Code refactoring: split camera functions from object.c into new camera.c.Brecht Van Lommel
2011-11-04correct some warnings, also sensor_x was being paassed to object_camera_matri...Campbell Barton
2011-11-04Configurable sensor size:Sergey Sharybin
2011-11-02Sculpt cleanupNicholas Bishop
2011-11-02Small sculpt cleanupNicholas Bishop
2011-11-02minor cleanup for weightpaint fillCampbell Barton
2011-10-28replace VECCOPY and QUATCOPY with inline funcs.Campbell Barton
2011-10-28prefix common internal operator function names so its possible to assign them...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-20BLI_ghash.h was including BLI_blenlib.h, remove from ghash header and include...Campbell Barton