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
2013-03-20- add knife project to toolbar.Campbell Barton
2013-03-20code cleanup: use booleans for mesh and selection code.Campbell Barton
2013-03-18Merged changes in the trunk up to revision 55357.Tamito Kajiyama
2013-03-17- ghost-sdl builds again.Campbell Barton
2013-03-16Bug fix, irc reported:Ton Roosendaal
2013-03-16patch [#34634] Select vertices without a groupCampbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-13New implementation of Freestyle edge/face marksTamito Kajiyama
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-03-03Merged changes in the trunk up to revision 54992.Tamito Kajiyama
2013-03-02now dragging an image onto an empty can be done without holding Ctrl.Campbell Barton
2013-02-28Fix #34366: mesh.select_mode operator could not be configure the use_extendBrecht Van Lommel
2013-02-27fix for own regression, edge path tagging worked but toggline bevel didnt.Campbell Barton
2013-02-24Merged changes in the trunk up to revision 54802.Tamito Kajiyama
2013-02-23Bugfix #34374Ton Roosendaal
2013-01-27Merged changes in the trunk up to revision 54110.Tamito Kajiyama
2013-01-14code cleanup: use BMW_begin insode for loops body.Campbell Barton
2013-01-14fix [#33847] Ctrl+L doesnt works in edge selection modeCampbell Barton
2013-01-12patch [#33738] Extend Selection option unified and added to few operatorsCampbell Barton
2013-01-12Merged changes in the trunk up to revision 53729.Tamito Kajiyama
2013-01-10don't store bevel weights or edge crease customdata layers in editmode unless...Campbell Barton
2013-01-08fix [#33784] Select Linked All + Seams fails to select seam bounded areaCampbell Barton
2012-12-23Merged changes in the trunk up to revision 53280.Tamito Kajiyama
2012-12-21fix own regression in 2.65 [#33643] Rotation does not work at certain zoom levelCampbell Barton
2012-12-20Another big patch set by Bastien Montagne, thanks a lot!Tamito Kajiyama
2012-12-19include cleanupCampbell Barton
2012-12-19Merged changes in the trunk up to revision 53146.Tamito Kajiyama
2012-12-17fix/workaround [#33493] checker de-select and edge loopsCampbell Barton
2012-12-13fix another crash from missing update in Auto-Merge from r52911Campbell Barton
2012-12-12remove context argument from EDBM_update_generic()Campbell Barton
2012-12-12make EDBM_index_arrays's stay in memory, blender was allocating an array and ...Campbell Barton
2012-12-11was using max short on a float in EDBM_face_find_nearest()Campbell Barton
2012-12-11code cleanup: spelling labda -> lambdaCampbell Barton
2012-12-11Merged changes in the trunk up to revision 52858.Tamito Kajiyama
2012-12-10de-duplicate labda_PdistVL2Dfl() & line_point_factor_v2()Campbell Barton
2012-12-01Merged changes in the trunk up to revision 52690.Tamito Kajiyama
2012-11-30fix for various asserts running operator tests - not likely any of these woul...Campbell Barton
2012-11-27bmesh/py operator api:Campbell Barton
2012-11-26Fix #33316: mesh edge short path select was wrong on large/small objects.Brecht Van Lommel
2012-11-26Fix #33310: unnecessary redraw of outliner when editing materials and textures.Brecht Van Lommel
2012-11-26Merged changes in the trunk up to revision 52546.Tamito Kajiyama
2012-11-21Change edge loop select and edge ring select to be consistent withNathan Vegdahl
2012-11-21fix for missing bmesh operator flags when selecting linked (caused by own rec...Campbell Barton
2012-11-20code cleanup: make bmesh operator names more consistant since python has acce...Campbell Barton
2012-11-20fix for changes in own recent commit:Campbell Barton
2012-11-19use input and output slots for bmesh operators, needed for the python api to ...Campbell Barton
2012-11-14Merged changes in the trunk up to revision 52191.Tamito Kajiyama
2012-11-13add an operator for mesh mode switching,Campbell Barton
2012-11-12Merged changes in the trunk up to revision 52118.Tamito Kajiyama
2012-11-12fix [#33142] Ctrl LMB higher selection mode in edit mode sometimes selects ex...Campbell Barton