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
path: root/source
AgeCommit message (Expand)Author
2018-01-08Fix T53398: Surface deform modifier says that convex polygons are concave for...Sergey Sharybin
2018-01-08Fix T53499: Cannot load DPX filesSergey Sharybin
2018-01-08Fix T53007: OpenSubdiv + transparency = artefact/crashesSergey Sharybin
2018-01-08Fix T52940: VSE Glow Effect Strip on transparent images has no blurSergey Sharybin
2018-01-08Fix T52982: Join operator with context override crashes Blender 2.79Sergey Sharybin
2018-01-08Fix T52927: Compositor wrong scale when scale size input is connected to comp...Sergey Sharybin
2018-01-08Fix T52920: Saving Tiff Files type Blender crashesSergey Sharybin
2018-01-08Fix T52086: Graph editor "normalize" drag errors for integersSergey Sharybin
2018-01-08Fix T52823: New Depsgraph - Shrinkwrap crashes blenderSergey Sharybin
2018-01-08Fix copy-paste error in recent particles fixSergey Sharybin
2018-01-08Fix T52732: Particle system volume grid particles out of volumeSergey Sharybin
2018-01-08Fix T52537: Dyntopo "detail flood fill" doesn't work in some casesSergey Sharybin
2018-01-08Fix T53552: Unneeded particle cache reset on frame changeSergey Sharybin
2018-01-08Depsgraph: Add missing checks from previous commitSergey Sharybin
2018-01-08Depsgraph: Don't make non-dynamic hair dependent on timeSergey Sharybin
2018-01-08Fix T53547: Metaballs as dupli objects are not updated with the new DepsgraphSergey Sharybin
2018-01-08Depsgraph: Fix relations for metaballsSergey Sharybin
2018-01-08Depsgraph: Fix wrong flag being assignedSergey Sharybin
2018-01-08Fix T52741: Follow track with depth object crashes Blender with new depsgraphSergey Sharybin
2018-01-08Fix T53713: User remap failed w/ texface imagesCampbell Barton
2018-01-08Fix T53586: Surfaces collapse when joinedCampbell Barton
2018-01-08Cleanup: --help textCampbell Barton
2018-01-08Fix T53054: Parentless bone + IK crashesCampbell Barton
2018-01-08Fix T53696: Compositor HSV limits changedCampbell Barton
2018-01-06fix T52831 removed enforcement of matrix decomposition when animations are ex...Gaia Clary
2018-01-05Fix T53143: Knife Crash after Grid FillCampbell Barton
2018-01-05BLI_utildefines_iter: Use for iteration helpersCampbell Barton
2018-01-05BMesh: move bridge tools stepping logic into macroCampbell Barton
2018-01-05Math Lib: add divide_floor_iCampbell Barton
2018-01-05Fix T53637: Keymap from app-template ignoredCampbell Barton
2018-01-05Revert "BLI_utildefines: Support SWAP macro with two args"Campbell Barton
2018-01-05Use custom SWAP macro for swapping userdef dataCampbell Barton
2018-01-05Fix T53274: Saving template prefs overwrites default prefsCampbell Barton
2018-01-05BLI_utildefines: Support SWAP macro with two argsCampbell Barton
2018-01-05WM: load UI for new file, even when pref disabledCampbell Barton
2018-01-05WM: don't load preferences on 'File -> New'Campbell Barton
2018-01-03BLI_heap: minor changes to the APICampbell Barton
2018-01-03Use BLI_heap_reinsert for decimate and beautifyCampbell Barton
2018-01-03BLI_hash: add BLI_heap_reinsertCampbell Barton
2018-01-03Polyfill Beautify: half-edge optimizationCampbell Barton
2018-01-03Beauty fill was skipping small facesCampbell Barton
2018-01-03Fix T52871: beauty fill errorCampbell Barton
2018-01-03Revert "Fix T52871: `BLI_polyfill_beautify_quad_rotate_calc_ex` was mistakenl...Campbell Barton
2018-01-03Fix T52871: `BLI_polyfill_beautify_quad_rotate_calc_ex` was mistakenly consid...Germano
2018-01-03Cleanup: redundant castsCampbell Barton
2018-01-03Correct test ifdef in polyfillCampbell Barton
2018-01-03Boolean Modifier: add debug optionsCampbell Barton
2018-01-03Avoid bias when calculating quad split directionCampbell Barton
2018-01-03Correct recent error in boolean quad split checkCampbell Barton
2018-01-03BMesh: use less involved check for edge rotationCampbell Barton