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
path: root/source
AgeCommit message (Expand)Author
2011-12-04A (hopefully last) bunch of fixes and tweaks to UI label and messages (found ...Bastien Montagne
2011-12-04remove unused SpaceTime.redraws.Campbell Barton
2011-12-04`#if 0` use of Object.nlastrips, there is no way to add or remove these from ...Campbell Barton
2011-12-04Fix for movie clips weren't remapped properly on file saveSergey Sharybin
2011-12-04Fix [#29502] Brush texture Preview panel doesnt show Alpha checkboxThomas Dinges
2011-12-04remove old renderer struct member, was only used for setting yafray but was s...Campbell Barton
2011-12-04fix building on openbsd, also quiet some warnings.Campbell Barton
2011-12-04Small code cleanup of tracking.cSergey Sharybin
2011-12-04Fix of pattern position clampingSergey Sharybin
2011-12-04Camera tracking: merge hybrid tracker from tomato branchSergey Sharybin
2011-12-04Do not clamp search size when adding new track with non-klt tracker setSergey Sharybin
2011-12-04Fix crash when trying to track disabled track.Sergey Sharybin
2011-12-04remove use of deprecated struct membersCampbell Barton
2011-12-04add define for deprecated DNA struct members: DNA_DEPRECATED,Campbell Barton
2011-12-04add a new object member to store the dsize, since with my recent commit broke...Campbell Barton
2011-12-04Invert Color Cycles NodeDalai Felinto
2011-12-04flush selected vertices when switching from vertex weight paint mode to editm...Campbell Barton
2011-12-04shorten very long lines in drawobject.c, (no functional changes)Campbell Barton
2011-12-04fix for weight paint mode drawing selected verts even when it wasnt the activ...Campbell Barton
2011-12-03Fix #29483: edge slide gives nan when zoomed in close. Cause was integerBrecht Van Lommel
2011-12-03add library support for rna collection __contains__, egCampbell Barton
2011-12-03de-duplicate dominant axis calculation, exact same checks were in 6 different...Campbell Barton
2011-12-03Fix #27620: improve mesh deform error message when it fails to bind.Brecht Van Lommel
2011-12-03Fix #29477: make proxy gave proxy object the wrong name with OB prefix.Brecht Van Lommel
2011-12-03CameraData Input Cycles NodeDalai Felinto
2011-12-02Fix #29073: keyframing integer properties now uses linear interpolationBrecht Van Lommel
2011-12-02Possible fix for #29436: issue with external numpad, that is generating unknownBrecht Van Lommel
2011-12-02Fix #28539: redraw issue with grease pencil active layer button, this was a r...Brecht Van Lommel
2011-12-02OSX: match quicktime and QTKit export to other formats/codecsJens Verwiebe
2011-12-02HSV Color Node for CyclesDalai Felinto
2011-12-02Fix #27626: nodes inside groups can't be muted. There was a check here toBrecht Van Lommel
2011-12-02Rename clip proxy rebuild function so it's no longer called in the same waySergey Sharybin
2011-12-02move editmesh derived mesh functions into their own file to match bmesh, with...Campbell Barton
2011-12-02renaming BooleanProperty to BoolProperty (rna structs shouldnt affect scripters)Dalai Felinto
2011-12-02SeparateRGB and CombineRGB nodes for Cycles materialsDalai Felinto
2011-12-01Cycles: fix glsl error when using light path node.Brecht Van Lommel
2011-12-01Check for mvert coords and normals when doing mesh.validate() and set invalidSergey Sharybin
2011-12-01dynamic paint, possible use of uninitialized value - fix.Campbell Barton
2011-12-01Fix for RNA_warning crashing on MSVC release buildsAndrew Wiggin
2011-12-01Fixed issue with multiple textures and editmode when VBOs are enabledSergey Sharybin
2011-12-01Fixed crash caused by recent VBO's changesSergey Sharybin
2011-12-01- remove redundant line in makesdna pointed out by 'troubled' in IRCCampbell Barton
2011-12-01Slight refactor of VBO code to deal with multiple textures.Sergey Sharybin
2011-11-30Remove MTEX_BUMP_FLIPPED flag which was added temporary when white/black colorsSergey Sharybin
2011-11-30Update space text's viewlines even if no text selected. It's needed forSergey Sharybin
2011-11-30Forcing multires update when doing multires bakingSergey Sharybin
2011-11-30dynamic paintCampbell Barton
2011-11-30fix for parenting bug introduced by own commit r42273, adding dummy object di...Campbell Barton
2011-11-30use consistent naming for deform.c, also moved defvert_remove_index into defo...Campbell Barton
2011-11-30fix [#29450] Mirror Vertex Groups issueCampbell Barton