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-07use bool for rna funcs.Campbell Barton
2012-12-19include cleanupCampbell 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-11define the size of matrix args for both rows/cols.Campbell Barton
2012-12-09fix [#33442] UnitsCampbell Barton
2012-12-03fix own mistake with recent commit to skip calculating tessface. If you were ...Campbell Barton
2012-11-29skip recalculating tessface when adding objects if 'EnterEdit-mode' is disabled.Campbell Barton
2012-11-28bmesh operator naming - use clearer names for args eg: (mat -> matrix, use_si...Campbell Barton
2012-11-20Fix for add plane operator broken since recent code cleanupSergey Sharybin
2012-11-20code cleanup: make bmesh operator names more consistant since python has acce...Campbell Barton
2012-11-13Bugfix, IRC report:Ton Roosendaal
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-19Fix #32219: Inconsistent influence of Units Scale on new objectsSergey Sharybin
2012-10-05Clean up in "add object" code:Bastien Montagne
2012-09-23fix for crashes caused by mixups when adding objects when incompatible object...Campbell Barton
2012-09-10code cleanup: use BMEdit_FromObject() rather then me->edit_btmesh in more pla...Campbell Barton
2012-05-31Fix #31657: adding mesh objects did not take units into account for the gridBrecht Van Lommel
2012-05-27code cleanup: use const float and define array sizeCampbell Barton
2012-05-04code cleanup: double promotion & some style cleanupCampbell Barton
2012-03-29fix invalid *= on an un-initialized value when adding primitives.Campbell Barton
2012-03-27Fix bug 30696, circular mesh objects had wrong orientation.Nicholas Bishop
2012-03-27minor code/style cleanupCampbell Barton
2012-03-27style/name cleanup: have EDBM_* functions match our style guide and also matc...Campbell Barton
2012-03-27fix [#30651] bpy.ops.object.mode_set(...) editmode removes faces.Campbell Barton
2012-03-26style cleanup: editors/mesh - mostly whitespace around operatorsCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton
2012-03-03"Fix" [#30431] UI string spelling & similar fixes.Bastien Montagne
2012-02-23Segments and rings for UV Sphere were swapped.Sergey Sharybin
2012-02-23code style cleanup, no functional changes.Campbell Barton
2012-02-20added boolean type for bmesh operators, will make python wrapping clearer and...Campbell Barton
2012-02-19sync some changes with trunk and rename bmeshutils.cCampbell Barton
2012-02-19rebane files to match trunk.Campbell Barton
2010-01-28The Death Of Editmesh - Part 1Joseph Eagar
2010-01-13merge with trunk/2.5 at r25907Joseph Eagar
2010-01-08Fix #20604: Make Normals Consistent (Ctrl N) doesn't respect selection.Brecht Van Lommel
2010-01-06Merge with trunk/2.5 at r25563Joseph Eagar
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-23did math lib conversion, equivilent to merge with trunk/2.5 at r24464Joseph Eagar
2009-11-10Math LibBrecht Van Lommel
2009-11-08merge with trunk/2.5 at r24378Joseph Eagar
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-11-01commit before doing some hefty shapekey change, will break compilationJoseph Eagar
2009-10-23merge with trunk/2.5 at r23876Joseph Eagar
2009-10-21Silencing some compiler warnings for mingwJoshua Leung
2009-10-19Consolidate tube and cylinder primitives.Martin Poirier