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
2009-09-29Bugfix #19490: Adding UV texture, adds Vertex color insteadJoshua Leung
2009-09-28RNABrecht Van Lommel
2009-09-28missing Del key in the keymaps where Xkey was usedCampbell Barton
2009-09-28added missing notifyer/depsgraph call to loopcut, fixed tweaking the edge sli...Joseph Eagar
2009-09-25Quick tweaks to commonly debated mesh-editing hotkeys:Joshua Leung
2009-09-24fix for middle mouse up events not working with modal keymaps (used for fly m...Campbell Barton
2009-09-23fly mode back as a modal operator view3d.flyCampbell Barton
2009-09-23remove rna function convert_to_triface because it uses an internal editmesh f...Campbell Barton
2009-09-23Make edge slide a proper operatorMartin Poirier
2009-09-22minor fixes for merge of soc-2009-kazanbas, rev23422Campbell Barton
2009-09-22Manual merge of soc-2009-kazanbas branch:Arystanbek Dyussenov
2009-09-22brought back edge slide.Joseph Eagar
2009-09-22- removed View3D->localview since it wasnt set on entering localview (making ...Campbell Barton
2009-09-22RNA: added a "factor" subtype next to "percentage", and only displayBrecht Van Lommel
2009-09-21Fix #19426: loop select with occlude background geometry did notBrecht Van Lommel
2009-09-18VecAngle3_2D, VecAngle2 and VecAngle3 returned degrees, in arithb.c degrees a...Campbell Barton
2009-09-182.5: Handlers are now evaluated in a different order, fixing someBrecht Van Lommel
2009-09-18Keymaps now have a poll() function, rather than adding/removingBrecht Van Lommel
2009-09-17Warning fixes for blenkernel and editors.Brecht Van Lommel
2009-09-16loopcut tool. hold down ctrl-r, then leftclick. due to current limitations ...Joseph Eagar
2009-09-15Undo revision 23130 which was a merge with 2.5, a messy one because I did som...soc-2009-kazanbasArystanbek Dyussenov
2009-09-14Bugfix #19337: Crash when tweaking knife operatorJoshua Leung
2009-09-14knife 'mode' is now leftclick with ctrl-x held down, instead of ctrl-altJoseph Eagar
2009-09-14remove doubles uses an operator property for the merge distance. it no longe...Joseph Eagar
2009-09-142.5 mesh cleanup: merge tools all work againJoseph Eagar
2009-09-13after some discussion, this is the replacement for the old loopcut tool: edge...Joseph Eagar
2009-09-11Merge with -r 22620:23107.Arystanbek Dyussenov
2009-09-06* cleaning up warnings (mostly windows). A collection of other warning fixes ...Nathan Letwory
2009-09-06easier to re-apply the replacement table then merge from 2.4x, same as 23023Campbell Barton
2009-09-052.5Brecht Van Lommel
2009-08-29Point cache editing:Janne Karhu
2009-08-25Reverted some keymap changes.William Reynish
2009-08-24patch from Ron Walker (o6a).Campbell Barton
2009-08-19Various fixes in rna_*_api.c files to remove compiler warnings.Arystanbek Dyussenov
2009-08-17mesh operator documentation patch from Ron walker, (edited a few of the descr...Campbell Barton
2009-08-172.5: Added operator ui() callback for defining own ui layoutBrecht Van Lommel
2009-08-162.5/Vertex paint:Nicholas Bishop
2009-08-152.5, continuing work with localizing paint modes.Nicholas Bishop
2009-08-152.5: warning fixesBrecht Van Lommel
2009-08-12New point cache file format:Janne Karhu
2009-08-06added a 'repeat' option to vertex smooth in the main 2.5 branch.Joseph Eagar
2009-08-02Softbody now uses the new pointcache code.Janne Karhu
2009-07-31fix for warnings and implicit declarationsCampbell Barton
2009-07-292.5Ton Roosendaal
2009-07-292.5Ton Roosendaal
2009-07-22Fixed weird alignment for new mesh objects. This still doesn't work correctly...Matt Ebb
2009-07-212.5: Make shade smooth/flat operators consistent,Brecht Van Lommel
2009-07-192.5Ton Roosendaal
2009-07-19- was freeing reports on freed listbasesCampbell Barton
2009-07-18Use verb for operator namesMartin Poirier