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
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-25Fix T60783: (Certain) shapekeys stopped working in 2.8.Bastien Montagne
2019-01-25Cleanup: BLO: move validate code into own header.Bastien Montagne
2019-01-25Fix T60204: Crash when opening a FileSergey Sharybin
2019-01-213D View: add back initial clipping supportCampbell Barton
2019-01-21Cleanup: trailing spaceCampbell Barton
2019-01-183D View: Disable clipping on loadCampbell Barton
2019-01-16Cleanup: get rid of -666 debug value.Bastien Montagne
2019-01-16Multires: Prepare for cached topologySergey Sharybin
2019-01-16Subdiv: Initial implementation of topology cacheSergey Sharybin
2019-01-15Cleanup: replace usages of deprecated BKE_libblock_free by BKE_id_free.Bastien Montagne
2019-01-14Add font selection to VSE text stripsRichard Antalik
2019-01-11GP: New Cutter, Constraints and Segment selectionAntonioya
2019-01-11Cleanup: remove tabs after line startCampbell Barton
2019-01-09Avoid assert w/ recent sculpt changes on undoCampbell Barton
2019-01-09Object Mode: only toggle active object mode onceCampbell Barton
2019-01-09Fix T60044: Sculpting brush is not visibleCampbell Barton
2019-01-08Revert "Fix T60044: Sculpting brush is not visible on file load"Dalai Felinto
2019-01-06Fix T60213: crash loading .blend file with material override.Brecht Van Lommel
2019-01-04Fix T60044: Sculpting brush is not visible on file loadDalai Felinto
2019-01-03Cleanup: don't do nodetree verification/versioning twice.Brecht Van Lommel
2019-01-03Fix T57177: redo select random operator selects hidden objects.Brecht Van Lommel
2018-12-28GP: Rename GP_STROKE_RECALC_CACHE to GP_STROKE_RECALC_GEOMETRYAntonioya
2018-12-18Fix paste/append w/ local-viewCampbell Barton
2018-12-15GP: New Curve primitive and other primitive improvementsAntonioya
2018-12-13Speedup: new OldNewMap implementation for file loadingJacques Lucke
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-12-10Merge branch 'master' into blender2.8Campbell Barton
2018-12-10Merge branch 'master' into blender2.8Campbell Barton
2018-12-10Fix T53544: Undo in pose mode selects all fcurvesCampbell Barton
2018-12-10DNA: add runtime struct to for graph & action editorCampbell Barton
2018-12-07Partial fix to T58917 - No valid cageDalai Felinto
2018-12-07Depsgraph: Remove duplicated sets of recalc/update flagsSergey Sharybin
2018-12-05Cleanup: remove deprecated piece of code in library reading code.Bastien Montagne
2018-12-03Depsgraph: completely move customdata_mask to the ID node.Alexander Gavrilov
2018-12-02Merge branch 'master' into blender2.8Campbell Barton
2018-12-02Cleanup: BKE_effect.h namingCampbell Barton
2018-11-30Fix T58279: crush when load this scene _ with simple materials and simple obj...Bastien Montagne
2018-11-30Merge branch 'master' into blender2.8Campbell Barton
2018-11-30Cleanup: ensure '_END' macros end with a semicolonCampbell Barton
2018-11-30Cleanup: name macros w/ matching BEGIN/ENDCampbell Barton
2018-11-30Merge branch 'master' into blender2.8Campbell Barton
2018-11-30Cleanup: name macros w/ matching BEGIN/ENDCampbell Barton
2018-11-30Merge branch 'master' into blender2.8Campbell Barton
2018-11-30Cleanup: styleCampbell Barton
2018-11-30Cleanup: styleCampbell Barton
2018-11-28Fix tool not being initialized switching windowsCampbell Barton
2018-11-27Fix local view undo (T58051)Dalai Felinto
2018-11-25Local ViewDalai Felinto