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-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-02-28Properly prefixing name of exproted armature APIJoshua Leung
2013-02-21Dependency Graph: some refactoring which should have no user visible impactBrecht Van Lommel
2013-02-19fix for apply rotation/location failing for surface object types (were recogn...Campbell Barton
2013-02-11patch [#33697] Apply transformation added to metaballs.Campbell Barton
2013-02-06fix for crashes running some operators in background mode and some divide by ...Campbell Barton
2013-02-01Compile fixSergej Reich
2013-02-01Fix #34070: set origin operator did not work for lattice objects.Brecht Van Lommel
2012-12-18Fix #33487: game engine did not convert objects with rotation modes other thanBrecht Van Lommel
2012-11-04Bugfix #32987Ton Roosendaal
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-23style cleanup: also rename bmesh_decimate.c --> bmesh_decimate_collapse.cCampbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-20Add option to set object origin to the center of massSergej Reich
2012-10-14More UI messages and BKE_reportf->BKE_report fixes...Bastien Montagne
2012-10-13And more UI messages spell check.Bastien Montagne
2012-10-12quiet some -Wshadow warningsCampbell Barton
2012-10-09And more UI messages fixes...Bastien Montagne
2012-08-18fix [#32353] 'Focus'(center) applied on a rig should only take visible bones ...Campbell Barton
2012-08-11Fix #32306: Applying location or rotation scales sculpt dataSergey Sharybin
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-05-20Fix memory leak when trying to apply transformations to shared meshesAntony Riakiotakis
2012-05-17style cleanup: block commentsCampbell Barton
2012-05-13fix geometry to origin in mesh editmode - was broken since bmesh merge.Campbell Barton
2012-05-13code cleanup: use vector math function minmax_v3v3_v3() and other minor vecto...Campbell Barton
2012-05-07Style cleanup: rename BKE_metaball* to BKE_mball -- mball is more commonly us...Sergey Sharybin
2012-05-06code cleanup: naming - BKE_mesh_*Campbell Barton
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-04-30style cleanup: re - http://wiki.blender.org/index.php/Dev:Doc/CodeStyle#Brace...Campbell Barton
2012-04-28Code and style cleanup in own modules in BKE and also mball moduleSergey Sharybin
2012-04-28style cleanup: editors / mesh & objectCampbell Barton
2012-04-28style cleanup: format 'for' loop macros the same as for loops, some renaming ...Campbell Barton
2012-04-19remove BM_ITER, BM_ITER_INDEX macros, use ELEM or MESH variants only (the mac...Campbell Barton
2012-04-19style cleanup: BM_ITER / BM_ITER_INDEX / BMO_ITERCampbell Barton
2012-03-27style/name cleanup: have EDBM_* functions match our style guide and also matc...Campbell Barton
2012-03-26style cleanup: add braces around checks - 'if ELEM() {...}', confuses some pa...Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton
2012-03-21patch [#30602] Wiki Quick Hack: Apply Transformation To LatticesCampbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-02-26Fix #30337: missed Set Origin for MetaballSergey Sharybin
2012-02-20- remove some unused editmesh functions.Campbell Barton
2012-01-13svn merge ^/trunk/blender -r43294:43338Campbell Barton
2012-01-11rename RNA_property_is_set() --> RNA_struct_property_is_set() in preperation ...Campbell Barton
2012-01-06rename normal calc functions.Campbell Barton
2011-12-04svn merge ^/trunk/blender -r42372:42416Campbell Barton
2011-12-04add a new object member to store the dsize, since with my recent commit broke...Campbell Barton