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-13Fix T48416: Impossible to append from another file without localizing also al...Bastien Montagne
2016-05-13Fix T47652: Texture shading mode fails to update material colorsCampbell Barton
2016-05-13Armature meshdeform evaluation: parallelize computation of bbones deform matr...Bastien Montagne
2016-05-13BLI_task: add support for listbase parallelized for loops.Bastien Montagne
2016-05-13Cleanup: fix inconsitency in dynamicPaint_outputLayerExists()Bastien Montagne
2016-05-13Dynapaint: cleanup of BKE code.Bastien Montagne
2016-05-13BLI_math: add 'equals_m4m4' (and 'm3' variant) helpers.Bastien Montagne
2016-05-13Image editor: Show actual value of single-channel buffer in sample infoSergey Sharybin
2016-05-12Fix T48413: editmesh intersect tool crashCampbell Barton
2016-05-12Correct debug printsCampbell Barton
2016-05-12Fix depsgraph tagging during the relations build pass.Lukas Tönne
2016-05-12BMesh: avoid calling delete operator w/ face dissolveCampbell Barton
2016-05-12Recent bmesh face-join caused regression (T48407)Campbell Barton
2016-05-12Armature outline drawing used single width lineCampbell Barton
2016-05-12BMesh: use active face fallback w/ select-pathCampbell Barton
2016-05-11BMesh: ignore non-manifold face connectionsCampbell Barton
2016-05-11BMesh: add BMW_ISLAND_MANIFOLDCampbell Barton
2016-05-11BMesh Island Walker: use direct loop accessCampbell Barton
2016-05-11BMesh: remove exception from face-join functionCampbell Barton
2016-05-11BMesh: boundary walker, skip non-manifold loopsCampbell Barton
2016-05-11BMesh: add check for manifold loopCampbell Barton
2016-05-11Cleanup: only use r_ prefix for return argsCampbell Barton
2016-05-11Cleanup: unused win32 headersCampbell Barton
2016-05-11error in last commitCampbell Barton
2016-05-11Correct check for tree being in BVH cacheCampbell Barton
2016-05-11Remove pointer typedef from BVHCacheCampbell Barton
2016-05-11Fix crash snapping to mesh with no geometryCampbell Barton
2016-05-11Fix incorrect FLT_MIN useCampbell Barton
2016-05-11Transform Volume rewrite/refactorGermano Cavalcante
2016-05-11BMesh: correct fix for face-join removing attached facesCampbell Barton
2016-05-11Fix for inline documentation of FOREACH_NODETREE.Lukas Tönne
2016-05-11Fix for node tree ID tagging in new depsgraph.Lukas Tönne
2016-05-11Depsgraph: Add some missing relationsSergey Sharybin
2016-05-11BLI_kdopbvh: Use distance for BLI_bvhtree_ray_cast_allCampbell Barton
2016-05-10Fix T48387: Mirror weights keeps groups assignedCampbell Barton
2016-05-10BMesh: only remove loose geometry when joining facesCampbell Barton
2016-05-10BLI_task: nano-optimizations to BLI_task_parallel_range feature.Bastien Montagne
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-10Revert "Task scheduler: Avoid mutex lock in number manipulation functions"Sergey Sharybin
2016-05-10Depsgraph: Use some more threading when tagging and finalizing evaluationSergey Sharybin
2016-05-10Task scheduler: Avoid mutex lock in number manipulation functionsSergey Sharybin
2016-05-10Fix own mistake in rBd617de965ea20e5d5 from late December 2015.Bastien Montagne
2016-05-10Depsgraph: For big graphs update pending parents in threadsSergey Sharybin
2016-05-10Depsgraph: Comment evaluation priority out for nowSergey Sharybin
2016-05-10Depsgraph: Avoid multipel editors update per same IDSergey Sharybin
2016-05-10Depsgraph: Don't leave active thread if there's only one children nodeSergey Sharybin
2016-05-10Task scheduler: Add thread-aware task push routinesSergey Sharybin
2016-05-10Correct armature-sketch snap context useCampbell Barton