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-10-16most unused arg warnings corrected.Campbell Barton
2010-10-15replace SIDE_OF_LINE macro with line_point_side_v2() inline function.Campbell Barton
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-09-20Fix for [#21976] edges disappear when using loop cut on geometry with hidden ...Janne Karhu
2010-08-26patch [#23316] Fix bug that doesn't show "X:" "Y:" "Z:" for vectors with lengthCampbell Barton
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-08remove unused includesCampbell Barton
2010-07-21Fix #20084: merging triangles with different normals into a quadBrecht Van Lommel
2010-07-20- correct some spelling errors.Campbell Barton
2010-07-13Fix #22804: own mistake, remove doubles shouldn't get cancelled if noBrecht Van Lommel
2010-07-07Fix #22776: merge and remove doubles don't recalculate normals.Brecht Van Lommel
2010-07-06Bring back "Sort Faces" command.Diego Borghetti
2010-06-29Fix [#22355] Spin Tool crashes Blender on Click'n'Drag StepsMatt Ebb
2010-06-08Reverting Tom's change to Merge to Quad in Trunk tooDaniel Salazar
2010-06-07Committing tom's fix that went to his student's branch insteadMatt Ebb
2010-06-03silly compile fixMatt Ebb
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