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
2010-06-03Reworked the non-blocking reports display in the info header:Matt Ebb
2010-05-07ghash alloc string from render branchCampbell Barton
2010-04-24[#21218] Strange Extrude bug...Martin Poirier
2010-04-24sub_v3_v3v3 --> sub_v3_v3 (where possible)Campbell Barton
2010-04-21replace add_v3_v3v3() --> add_v3_v3() where possibleCampbell Barton
2010-04-15Merge various small changes from render branch:Brecht Van Lommel
2010-04-08Fix 'Region to Loop' not updating mesh selection modes properlyMatt Ebb
2010-04-07[#21931] Rotate Edge CW inverted with CCWMatt Ebb
2010-04-05Fix [#21912] knife and subdivide tools do not split edges properlyMatt Ebb
2010-04-02[#21840] When clicking to move a Node it sticks to the mouseMartin Poirier
2010-04-02Tiny fix [#21871] Mesh tools, merge, use of "vertices" where only a single ve...Matt Ebb
2010-03-27Fix #21792: changed subdivide operator properties order to reflectBrecht Van Lommel
2010-03-26Fix [#20829] "Select Vertex Path" EDGE LENGTH not selecting the proper Matt Ebb
2010-03-23more lint includesCampbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-03-17Fix [#21285] Assigning an Edge Rotate (clockwise) shortcut also deletes affec...Matt Ebb
2010-02-21[#21269] Alt E extrude options don't appear without Tool Shelf visibleMartin Poirier
2010-02-12correct fsf addressCampbell Barton
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2010-02-01Mesh Extrude menuMartin Poirier
2010-02-01added extrude enum function, cant be used yet because macros have no way to e...Campbell Barton
2010-01-28PROP_ENUM_NO_CONTEXT flag for rna properties, forcing enum item functions to ...Martin Poirier
2010-01-26Rename Beauty Fill to Beautify Fill like in 2.4x, more accurateBrecht Van Lommel
2010-01-16Fix: MESH_OT_DELETE wasn't working since rev. 26027, MESH_OT_select_by_number...Dalai Felinto
2010-01-16generic operator menu was searching for "type" and using the first enum prope...Campbell Barton
2009-12-15solidify would only work as expecyed if all faces were selected, added an ove...Campbell Barton
2009-12-10rename operators TFM_OT_* --> TRANSFORM_OT_*Campbell Barton
2009-12-03Fix for [#20180] Wrong multiplicator in Random SelectionMatt Ebb
2009-11-30Assorted tweaks for subdivide operator ranges - soft/hard ranges were swapped. Joshua Leung
2009-11-13Bugfix #19871: Extrude does not extrude on normal anymoreJoshua Leung
2009-11-11Fix tris to quads not working, operator still needs to get properties,Brecht Van Lommel
2009-11-10Math LibBrecht Van Lommel
2009-11-05operator to select pos/neg verts on any axis relative to the active vertexCampbell Barton
2009-10-27Shape Propagate to all back in vertex menuCampbell Barton
2009-10-26Fix bug #19715: remove doubles was not working.Brecht Van Lommel
2009-10-18Bugfix #19673: Blender crashes when I open "operator cheat sheet"Joshua Leung
2009-10-17simple fix for blend from shape when no keys existCampbell Barton
2009-10-16Add back Blend From Shape in mesh edit mode.Brecht Van Lommel
2009-10-14RNA:Brecht Van Lommel
2009-10-13Various warning fixesNicholas Bishop
2009-10-12realized some parts of the code might use screen/vert projection on instance ...Campbell Barton
2009-10-05edge loop delete, should be a c macro but they cant do settings atmCampbell Barton
2009-09-28added missing notifyer/depsgraph call to loopcut, fixed tweaking the edge sli...Joseph Eagar
2009-09-23remove rna function convert_to_triface because it uses an internal editmesh f...Campbell Barton
2009-09-22minor fixes for merge of soc-2009-kazanbas, rev23422Campbell Barton
2009-09-22brought back edge slide.Joseph Eagar
2009-09-18VecAngle3_2D, VecAngle2 and VecAngle3 returned degrees, in arithb.c degrees a...Campbell Barton
2009-09-17Warning fixes for blenkernel and editors.Brecht Van Lommel
2009-09-14remove doubles uses an operator property for the merge distance. it no longe...Joseph Eagar