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-12-10Patch [#20290] by Bjørnar Hansen for bug [#20270] 2.5a0, Select Random says ...Martin Poirier
2009-12-03Fix for [#20180] Wrong multiplicator in Random SelectionMatt Ebb
2009-11-301. Extend option for 3d view border select now does something (default True t...Martin Poirier
2009-11-26Simplify mesh selection type operator and add missing header refresh notifier.Martin Poirier
2009-11-24Made select operator return FINISHED only when it did something (only PASSTHR...Martin Poirier
2009-11-21[#19930] Nurb CV select is failing because of view clippingCampbell Barton
2009-11-17select linked enables seam limit when in face mode and the "limit" property i...Campbell Barton
2009-11-10Math LibBrecht Van Lommel
2009-10-21Silencing some compiler warnings for mingwJoshua Leung
2009-10-20fix for mirror select and added to the menuCampbell Barton
2009-10-20- editmesh select mirror (in editmode select menu)Campbell Barton
2009-10-18Removing MESH_OT_vertices_transform_to_sphere.Martin Poirier
2009-10-14RNA:Brecht Van Lommel
2009-10-14added mesh mirror flag, now store this per meshCampbell Barton
2009-10-12realized some parts of the code might use screen/vert projection on instance ...Campbell Barton
2009-10-11Use OB_MODE_EDIT as a flag everywhere, also fixed a typo which made drawing t...Campbell Barton
2009-10-08menus are now global (like operators), so for eg, the info add menu and the 3...Campbell Barton
2009-10-08Key ConfigurationBrecht Van Lommel
2009-10-08bring back automerge - [#19538] automerge editing doesn't workCampbell Barton
2009-10-07- rna path lookup crashed if the string was null (reported by Cessen with an ...Campbell Barton
2009-09-22Manual merge of soc-2009-kazanbas branch:Arystanbek Dyussenov
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-15Undo revision 23130 which was a merge with 2.5, a messy one because I did som...soc-2009-kazanbasArystanbek Dyussenov
2009-09-11Merge with -r 22620:23107.Arystanbek Dyussenov
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-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-152.5, continuing work with localizing paint modes.Nicholas Bishop
2009-08-152.5: warning fixesBrecht Van Lommel
2009-08-06added a 'repeat' option to vertex smooth in the main 2.5 branch.Joseph Eagar
2009-07-31fix for warnings and implicit declarationsCampbell Barton
2009-07-13RNA & PyAPICampbell Barton
2009-07-10RNABrecht Van Lommel
2009-07-092.5: Mesh and Various FixesBrecht Van Lommel
2009-07-082.5: Various FixesBrecht Van Lommel
2009-06-262.5Ton Roosendaal
2009-06-242.5: Object material slot operators add/remove/assign/select/deselect.Brecht Van Lommel
2009-06-232.5: Tool SettingsBrecht Van Lommel
2009-06-16RNABrecht Van Lommel
2009-04-152.5: Operator naming, reviewed some of the recent changesBrecht Van Lommel
2009-04-12editmesh_mods.c op names changeShaul Kedem
2009-04-12op names changeShaul Kedem
2009-04-11as per discussion with ton, the editmesh accessors now liveJoseph Eagar
2009-03-30editmesh accessor functions. most editmesh access now goes through:Joseph Eagar
2009-03-29- use clear, set, add, enable, disable and toggle as a prefix in operator namesCampbell Barton