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-11-02fix for compiling with the c90 standard, support for non-static variable init...Campbell Barton
2010-10-18bugfix [#24302] Ctrl+Click Extrude gets old mouse eventsCampbell Barton
2010-10-18Fix [#24288] Mesh Grid pointing towards the floor when first createdNathan Letwory
2010-10-16Declaration before any statements. Doesn't GCC warn about this?Nathan Letwory
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-16dont check for project anymore for ctrl+click, face snapping is enough.Campbell Barton
2010-10-15bugfix [#24264] toggle UV selection fails.Campbell Barton
2010-10-15Ctrl+Click extrude, project the source verts when projection and rotating the...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-10-13bugfix [#23150] Creating Vertex with CTRL-LMB not snappingCampbell Barton
2010-10-12bugfix [#23191] Ctrl-LMB quick extrude problem with non-perpendicular edges/f...Campbell Barton
2010-09-20bugfix [#23909] Calculating DepthCampbell Barton
2010-09-02Renaming of Cylindric objects after a good proposal by Conz:Thomas Dinges
2010-08-20rna data path names which are more likely to break animations.Campbell Barton
2010-08-08remove unused includesCampbell Barton
2010-07-23Fix #22978: wrong property min/max on icosphere subdivisions.Brecht Van Lommel
2010-07-20Fix #22905Diego Borghetti
2010-06-27Fix [#22564] Object name by object typeMatt Ebb
2010-06-14adding curve and mesh objects through python would create the object without ...Campbell Barton
2010-06-09enable adding objects in background mode by not using the context to get the ...Campbell Barton
2010-04-21replace add_v3_v3v3() --> add_v3_v3() where possibleCampbell Barton
2010-04-16Fix [#21492] "Align to view" option from tools panel's operator part doesn't ...Matt Ebb
2010-04-05Fix [#21912] knife and subdivide tools do not split edges properlyMatt Ebb
2010-03-29Fix [#21679] add_grid "operator's subdivison" Change Dimensions Matt Ebb
2010-03-23more lint includesCampbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-03-10Fix [#21515] New cubes don't follow grid size for height (Z)Matt Ebb
2010-02-12correct fsf addressCampbell Barton
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2010-02-10Better default resolutions for UV Sphere and Torus primitives (nice squareDaniel Salazar
2010-01-22Cleaned up some printfs in editors/ - converted some to reports, hid others ...Matt Ebb
2010-01-21Fix [#20750] adding Lattice object in Local space doesn't appearsMatt Ebb
2010-01-14spelling errors, no real changes to code.Campbell Barton
2010-01-12Fix [#20644] new curve sets itself to the origin, but the pivot to the cursorMatt Ebb
2010-01-08Fix #20604: Make Normals Consistent (Ctrl N) doesn't respect selection.Brecht Van Lommel
2009-12-28Added location and rotation operator properties for adding objects. The Align...Matt Ebb
2009-12-15solidify would only work as expecyed if all faces were selected, added an ove...Campbell Barton
2009-11-10Math LibBrecht Van Lommel
2009-11-05enter editmode when adding objects even if the object is not in an active layer,Campbell Barton
2009-11-02- all add object operators now take view_align as an argument, and enter_edit...Campbell Barton
2009-10-21Silencing some compiler warnings for mingwJoshua Leung
2009-10-19Consolidate tube and cylinder primitives.Martin Poirier
2009-10-19[#19680] Add cap ends option for new cylinders in 2.5Martin Poirier
2009-10-11adding a cone didnt workCampbell Barton
2009-10-11- add torus back from 2.4x as an operatorCampbell Barton
2009-09-052.5Brecht Van Lommel
2009-08-17mesh operator documentation patch from Ron walker, (edited a few of the descr...Campbell Barton
2009-07-292.5Ton Roosendaal
2009-07-22Fixed weird alignment for new mesh objects. This still doesn't work correctly...Matt Ebb