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-10-19Move utility functions from mball to mathutilsSergey Sharybin
2013-08-19Merge remained parts of r57520: use use_render argument rather than G.is_rend...Sergey Sharybin
2013-08-19Remove unused bounding box from MetaBallSergey Sharybin
2013-08-19Move bevel list and path from Curve to Object datablockSergey Sharybin
2013-07-13fix errors in codeCampbell Barton
2013-07-10Fix #36076: Metaballs as particles with particle texture (size influence) cra...Sergey Sharybin
2013-07-09Fixed more threading issues with metaballsSergey Sharybin
2013-06-28view-selected didnt work for metaballs in object mode (radius from previous c...Campbell Barton
2013-06-25style cleanupCampbell Barton
2013-06-25Fix #35767: transforming nodes in the node editor changed the wireframe colorBrecht Van Lommel
2013-06-17Remove static variables from mball moduleSergey Sharybin
2013-05-26BLI_math rename functions:Campbell Barton
2013-04-07Fix for [#34898] Typo in error message of mathutils.VectorThomas Dinges
2013-04-04code cleanup: use bools, (float)sin/(float)cos -> sinf/cosf, more meaningful ...Campbell Barton
2013-03-17code cleanup: incorrect sized array args, remove some redundant code.Campbell Barton
2013-03-09use 'bool' for BLI_/BKE_ functions.Campbell Barton
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-02-11error in own recent commitCampbell Barton
2013-02-11fix [#34200] Metaball Tessellate errorCampbell Barton
2013-02-05Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashesSergey Sharybin
2012-12-21replace MIN/MAX 3,4 with inline functionsCampbell Barton
2012-12-15move pbvh into BKE, it used many BKE bad level includes.Campbell Barton
2012-12-15move bpath module from BLI to BKE, it was making many bad level calls into BKE.Campbell Barton
2012-11-03code cleanup: float <> double conversion.Campbell Barton
2012-11-01fix for possible buffer overflow in gpu_nodes_get_vertex_attributes() and hai...Campbell Barton
2012-10-06toggle cut through in the knife tool now refreshes (before you had to wave th...Campbell Barton
2012-10-06add mball_foreachScreenElem() and use for lasso & circle selection, also util...Campbell Barton
2012-09-18fix own error in r49994Campbell Barton
2012-09-16style cleanupCampbell Barton
2012-09-06support ANIMFILTER_FOREDIT for mask layers, also move deprecated metaball typ...Campbell Barton
2012-09-04fix for building on msvc2008 (also style cleanup)Campbell Barton
2012-08-29code cleanup: move static mball vars into their own struct, wasnt very clear ...Campbell Barton
2012-08-28code cleanup: use switch for metaball type checks and minor style cleanupCampbell Barton
2012-08-18code cleanup: use BLI math funcs for metaballs, also remove MB_POINT struct a...Campbell Barton
2012-08-08code cleanup: rename G.afbreek --> is_break, G.rendering --> is_renderingCampbell Barton
2012-07-17code cleanup: spellingCampbell Barton
2012-05-27style cleanupCampbell Barton
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-13code cleanup: use vector math function minmax_v3v3_v3() and other minor vecto...Campbell Barton
2012-05-07Style cleanup: displist moduleSergey Sharybin
2012-05-07Style cleanup: rename BKE_metaball* to BKE_mball -- mball is more commonly us...Sergey Sharybin
2012-05-06style cleanup: BKE_*.c files which deal with library functionsCampbell Barton
2012-05-06code cleanup: naming - BKE_mesh_*Campbell Barton
2012-05-05code cleanup: BKE_scene api naming.Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-28Code and style cleanup in own modules in BKE and also mball moduleSergey Sharybin
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-25style cleanup: no functional changesCampbell Barton