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-05-14Merge branch 'master' into gooseberrySergey Sharybin
2015-05-12Depsgraph: Add evaluation callbacks for granular nodes updateSergey Sharybin
2015-04-07Merge branch 'master' into gooseberryAntony Riakiotakis
2015-04-04Cleanup: use BKE_animdata_* prefixCampbell Barton
2015-03-30Merge branch 'master' into gooseberrySergey Sharybin
2015-03-30Cleanup: use const for typeinfoCampbell Barton
2015-03-23Merge branch 'master' into gooseberryLukas Tönne
2015-03-21Cleanup: constify view3d/cameraCampbell Barton
2015-01-09Merge branch 'master' into gooseberryAntony Riakiotakis
2015-01-09Fix T43159: Copying of linked datablocks using relpath leads to invalid paths...Bastien Montagne
2014-12-02Merge branch 'master' into gooseberryCampbell Barton
2014-12-01Cleanup: more int->bool.Bastien Montagne
2014-10-03Replaced the single `ID *from` pointer in shape keys with a moreLukas Tönne
2014-09-04Fix T41713: Lattice - Influence vertexgroup in curve modifier gets ignoredBastien Montagne
2014-09-01Support more object types scene-scale (on creation)Campbell Barton
2014-06-25Fix T40776: Crash when using empty curve as a deformation targetSergey Sharybin
2014-06-13BLI_bitmap: rename macrosCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (blenkernel)Campbell Barton
2014-04-11Fix T39266: Weird Skin modifier shutdownSergey Sharybin
2014-04-11Code cleanup: use boolCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-15Code cleanup: use r_ prefix for return argsCampbell Barton
2014-03-05Fix for invalid custom data checks in armature and lattice functions.Lukas Tönne
2014-02-24Fix T38755: Crash when having cyclic dependency and curve deformSergey Sharybin
2014-02-05Code cleanup: use bool for static methodsCampbell Barton
2014-02-03Fix T38420: Segfault when curve deform modifier and cyclic dependencySergey Sharybin
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-15Python/Depsgraph: bpy.data.*.is_updated now detects add/remove of any datablock.Tom Edwards
2014-01-13Remove direct displist creation from curve deformSergey Sharybin
2013-12-09Lattice API: add BKE_lattice_index_flip, BKE_lattice_bitmap_from_flagCampbell Barton
2013-08-19Make lattice deform safe for threadingSergey Sharybin
2013-08-19Move bevel list and path from Curve to Object datablockSergey Sharybin
2013-08-19Made modifiers_getVirtualModifierList safe for threadingSergey Sharybin
2013-07-13remove redundant null checks and avoid divide by zero in driver evaluationCampbell Barton
2013-06-29replace LATTICE_PT macro with BKE_lattice_index_from_uvw().Campbell Barton
2013-06-24lattice: use functions rather then defines, also added a function to get uvw ...Campbell Barton
2013-06-10patch [#35631] Active element for LatticeCampbell Barton
2013-05-26BLI_math rename functions:Campbell Barton
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-02-14Divide by 3 instead of multiplying by variations of 0.333Sergej Reich
2013-02-05Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashesSergey Sharybin
2013-02-01Fix #34070: set origin operator did not work for lattice objects.Brecht Van Lommel
2012-12-28code cleanup:Campbell 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-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-10-22code cleanup: check defgroup_name_index() return value != -1, rather then che...Campbell Barton
2012-10-15code cleanup: define sizes of vectors for function args and use C style commentsCampbell Barton
2012-10-07style cleanup: if();Campbell Barton