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
2015-10-20First step to handle missing libs/datablocks when reading a file.Bastien Montagne
2015-05-12Depsgraph: Add evaluation callbacks for granular nodes updateSergey Sharybin
2015-04-04Cleanup: use BKE_animdata_* prefixCampbell Barton
2015-03-25use BKE_mball_tessellate.h includeCampbell Barton
2015-03-25BKE_mball: split tessellation into its own fileCampbell Barton
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-24Cleanup: styleCampbell Barton
2015-01-09Fix T43159: Copying of linked datablocks using relpath leads to invalid paths...Bastien Montagne
2014-12-01Cleanup: more int->bool.Bastien Montagne
2014-09-01Support more object types scene-scale (on creation)Campbell Barton
2014-07-19MBall cleanup: remove unused F_ERROR references, als fix/enhance BKE_mball_ba...Bastien Montagne
2014-07-07Fix T40712: Duplicators don't generate orco and UV coordinates in Cycles view...Lukas Tönne
2014-06-15Curve: replace calloc with malloc for values immediately written intoCampbell Barton
2014-04-11Code cleanup: use boolCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-26Code cleanup: style and warningsCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-02Code cleanup: suffix vars to make obvious they are squaredCampbell Barton
2014-02-01Code cleanup: use length squared where possibleCampbell Barton
2014-01-15Python/Depsgraph: bpy.data.*.is_updated now detects add/remove of any datablock.Tom Edwards
2014-01-10Fix T38149: crash adding metaball with zero radius.Brecht Van Lommel
2013-12-26Threaded object update and EvaluationContextSergey Sharybin
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
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