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
2016-05-16Remove strict header, gives issues with gcc5xCampbell Barton
2016-05-16Cleanup: use const argsCampbell Barton
2016-05-16CustomData: Support for >2gig layersCampbell Barton
2016-05-13Correct assertsCampbell Barton
2016-05-13Fix compilation with strict compiler flagsSergey Sharybin
2016-05-13Cleanup: rna naming, indentationCampbell Barton
2016-05-13Fix T48416: Impossible to copy a linked object from a file to another one man...Bastien Montagne
2016-05-13Fix T48416: Impossible to append from another file without localizing also al...Bastien Montagne
2016-05-13Armature meshdeform evaluation: parallelize computation of bbones deform matr...Bastien Montagne
2016-05-13Cleanup: fix inconsitency in dynamicPaint_outputLayerExists()Bastien Montagne
2016-05-13Dynapaint: cleanup of BKE code.Bastien Montagne
2016-05-11Cleanup: unused win32 headersCampbell Barton
2016-05-11Correct check for tree being in BVH cacheCampbell Barton
2016-05-11Remove pointer typedef from BVHCacheCampbell Barton
2016-05-11Fix incorrect FLT_MIN useCampbell Barton
2016-05-11Transform Volume rewrite/refactorGermano Cavalcante
2016-05-11Fix for inline documentation of FOREACH_NODETREE.Lukas Tönne
2016-05-10Depsgraph: A bit of experiment with skipping where_is_bone if channels is tag...Sergey Sharybin
2016-05-10Avoid per-constraint-target call of strlenSergey Sharybin
2016-05-10Optimize action constraint by avoid memory allocationSergey Sharybin
2016-05-09Cleanup: header, styleCampbell Barton
2016-05-09Cleanup and refactor our atomic library.Bastien Montagne
2016-05-08Cleanup: warningsCampbell Barton
2016-05-08D1886: GPencil - Add smooth iterations parameter to get better qualityAntonio Vazquez
2016-05-08D1705: Fix Grease Pencil Fill for Concave ShapesAntonio Vazquez
2016-05-08Fix T48373: Crash when using dynamic paint with brush material.Bastien Montagne
2016-05-06Fix T48262: Crash when trying to render a scene without camera.Bastien Montagne
2016-05-06Correct in-range assert (zero is valid)Campbell Barton
2016-05-06DerivedMesh: don't allocate a new material array each drawCampbell Barton
2016-05-06Cloth: Fix shrinking to properly respond to animated min/max and weight.Alexander Gavrilov
2016-05-06Cloth: Change ClothVertex::xrest to actually store the rest position.Alexander Gavrilov
2016-05-06Part of D1903: Dynamic base mesh for cloth simulationLuca Rood
2016-05-06Cloth: Ignore zero-restlen sewing springs in average length computation.Alexander Gavrilov
2016-05-06Cloth: Use Geometrical Mean for averaging cloth shrink factor.Alexander Gavrilov
2016-05-06Cloth: Fix the shrink feature to be controlled by the sewing spring flag.Alexander Gavrilov
2016-05-06Force Fields: Fix Texture with both Use Coordinates and 2D enabled.Alexander Gavrilov
2016-05-06Cleanup: warningsCampbell Barton
2016-05-06Multi-thread generated image creationSergey Sharybin
2016-05-05Missed last commitCampbell Barton
2016-05-05bvhutils: remove bitmap countingCampbell Barton
2016-05-05Cleanup: rename getepsilon -> get_epsilonCampbell Barton
2016-05-05Add asserts to check bvhutils args are correctCampbell Barton
2016-05-05Fix crash adding byte color grid imagesSergey Sharybin
2016-05-05Transform/Snap: EditMesh/BKE_bvhutils API improvementsGermano Cavalcante
2016-05-05Optimize Blank and Color Grid generated imagesSergey Sharybin
2016-05-03Cleanup: use offset macroCampbell Barton
2016-05-03Cleanup: use const for units APICampbell Barton
2016-05-01Fix T48325: Data transfer modifier vertex group selector doesn't work with fr...Bastien Montagne
2016-04-30Fix T48118: Vertex Groups not masking particle hair emission correctlyBastien Montagne
2016-04-29Fix (unreported) bad 'NULL freeing' with placeholder images.Bastien Montagne