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-07-08Fix T48807: Each stroke halves brush sizeCampbell Barton
2016-07-07Make use of new 'idtype can use idtype' check (in ID usages code, and ID rema...Bastien Montagne
2016-07-07libquery: add new 'BKE_library_idtype_can_use_idtype()' helper.Bastien Montagne
2016-07-07Cleanup/fix animsys 'id_type_can_have_animdata()'.Bastien Montagne
2016-07-07Extend libquery checks to test wether an ID is used locally and/or indirectly.Bastien Montagne
2016-07-07Cleanup: spelling, styleCampbell Barton
2016-07-07Fix (unreported) crash when remapping armatures.Bastien Montagne
2016-07-06Cleanup/simplify/fixes BKE_object_is_libdata and BKE_object_obdata_is_libdata.Bastien Montagne
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne
2016-07-06Cleanup: redundant 4th index in sculpt PBVHCampbell Barton
2016-07-06Dyntopo: optimize edge collapsingCampbell Barton
2016-07-06Cleanup: group dyntopo utility functionsCampbell Barton
2016-07-05Dyntopo: missing PBVH update collapsing an edgeCampbell Barton
2016-07-05Dyntopo: avoid redundant vector copyCampbell Barton
2016-07-05Dyntopo: inline lookups, remove type checkCampbell Barton
2016-07-05Dyntopo: use inline iteratorsCampbell Barton
2016-07-05Dyntopo: compare masks when collapsingCampbell Barton
2016-07-05Dyntopo: verify had over zealous assertsCampbell Barton
2016-07-04Fix a few compiler warnings on OS X / clang.Brecht Van Lommel
2016-07-04And one more fix to particle distribution!Bastien Montagne
2016-07-04Environment lighting for the GLSL modeAlexander Romanov
2016-07-04Quiet warnings w/ USE_VERIFY defineCampbell Barton
2016-07-03Curve: utility to evaluate entire curveCampbell Barton
2016-07-02Cleanup: comment blocksCampbell Barton
2016-07-01"Fix" crash when deleting linked object which has indirect usages.Bastien Montagne
2016-07-01Outliner: pass operator's reports to all operation callbacks.Bastien Montagne
2016-07-01BMesh: make toolflags optionalCampbell Barton
2016-06-30Transform Snap: Optimize edge-snap using BVH treeGermano Cavalcante
2016-06-29Cleanup: spelling, indentationCampbell Barton
2016-06-29Fix T48695: Slowdown w/ edit-mesh & shrinkwrapGermano Cavalcante
2016-06-27Bendy Bones Instability Fix - Second AttemptJoshua Leung
2016-06-27Bendy Bones: Temporary workaround for instability caused by D2001 when using ...Joshua Leung
2016-06-27Fix T48740: User could remap indirect libdata usages from outliner.Bastien Montagne
2016-06-27Docs: arg namesCampbell Barton
2016-06-25Cleanup: Get rid of remaining 'BKE_<id>_unlink()' functions, no more used any...Bastien Montagne
2016-06-25Cleanup: get rid of BKE_text_unlink(), replace by usage of generic BKE_libblo...Bastien Montagne
2016-06-25Cleanup: remove bad-level callCampbell Barton
2016-06-25GPU: move select index code out of WMCampbell Barton
2016-06-25Fix T48723: Curve bevel creates invalid geometryCampbell Barton
2016-06-25Cleanup: use BLI_bitmap for bevel-splitCampbell Barton
2016-06-24BKE_blender: Add own atexit functionsCampbell Barton
2016-06-23Fix T48658: Cycles render & render preview corrupts particlesCampbell Barton
2016-06-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne
2016-06-22EditMesh: Avoid creating deform-vert layer every redrawCampbell Barton
2016-06-21Cleanup: rename curve align-x flagsCampbell Barton
2016-06-21Text Object: Vertical AlignmentDalai Felinto
2016-06-20Fix once more time particle distribution.Bastien Montagne
2016-06-18Cleanup: style, whitespace, doxy filepathsCampbell Barton
2016-06-16Fix/cleanup BKE libquery's ID looper.Bastien Montagne
2016-06-16Fix some rare asserts with new simple/random particle distribution code.Bastien Montagne