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
2020-12-01UI: Add Sculpt Session info to statsPablo Dobarro
2020-11-30Cleanup: Remove unecessary code.Bastien Montagne
2020-11-30Fix T82996: Library Overrides: Duplicate of overridden collection on ResyncBastien Montagne
2020-11-30Fix (unreported) broken logic in `BKE_collection_add_from_collection`.Bastien Montagne
2020-11-30Tracking: Make image accessor own what it needsSergey Sharybin
2020-11-30Tracking: Clarify tracks and options storage once againSergey Sharybin
2020-11-30Tracking: Cleanup, remove unused argument from image accessorSergey Sharybin
2020-11-30Tracking: Cleanup, remove unused fieldSergey Sharybin
2020-11-30Tracking: Cleanup, use explicit frame match optionSergey Sharybin
2020-11-30Tracking: Cleanup, finish pass of comments in the contextSergey Sharybin
2020-11-30Tracking: Cleanup, replace clip user with frame numberSergey Sharybin
2020-11-30Tracking: Cleanup, more clear variable namingSergey Sharybin
2020-11-30Tracking: Fix missing frame remap for plane tracksSergey Sharybin
2020-11-30Tracking: Cleanup, clear variable names and indentationSergey Sharybin
2020-11-30Tracking: Cleanup, unused field in autotrack contextSergey Sharybin
2020-11-30Cleanup: Use LISTBASE_FOREACH macro in screen.cHans Goudey
2020-11-30Cleanup: Use "region" for ARegion variable namesHans Goudey
2020-11-29Run clang-format to fix line length after D8915.Alexander Gavrilov
2020-11-28Fix Auto Clamped limits when smoothing the transition of cyclic curves.Alexander Gavrilov
2020-11-28Fix some naming and comments in F-Curve smoothing code.Alexander Gavrilov
2020-11-27Fix T82758: Convert Proxy to Override: Local constraints aren't saved.Bastien Montagne
2020-11-27Fix T82156: Object with constraints translates when parentedSybren A. Stüvel
2020-11-27Cleanup: Animation, clean up FCurve Cycles modifierSybren A. Stüvel
2020-11-26Fix T83046: Material change not updating in the link of an override.Bastien Montagne
2020-11-26Fix T80970: Copy Rotation constraint incorrect under shearJoseph Brandenburg
2020-11-25Fluid Particles: fix viscoelastic spring threading crash again after D7394.Alexander Gavrilov
2020-11-25Fix T82988: Div by zero with curve deform modifierRobert Guetzkow
2020-11-25Cleanup: remove useless cast.Bastien Montagne
2020-11-25Tracking: Cleanup, de-duplicate implementation of marker lookupSergey Sharybin
2020-11-24Merge remote-tracking branch 'origin/blender-v2.91-release'Sybren A. Stüvel
2020-11-24Fix T77261: Multires creates spikes when subdividing ngonsSergey Sharybin
2020-11-24Fix T82962: Crash changing lattice resolution with Vertex GroupJeroen Bakker
2020-11-23Animation: New Euler filter implementationSybren A. Stüvel
2020-11-23Fix T82849: Assert When Unlinking "Edit Source" Text Data-block.Bastien Montagne
2020-11-23Tracking: Cover markers access with basic testsSergey Sharybin
2020-11-23Tracking: Cleanup, make units explicit in new track creationSergey Sharybin
2020-11-23Tracking: Refactor, move track allocation to helper functionSergey Sharybin
2020-11-22Cleanup: Use const arguments in curve bevelHans Goudey
2020-11-22Cleanup: Improve readability of curve displist buildingHans Goudey
2020-11-22Cleanup: Reduce indentationHans Goudey
2020-11-20Merge branch 'blender-v2.91-release'Jeroen Bakker
2020-11-20Cleanup: spellingCampbell Barton
2020-11-19Fix T82769: remove thread local data from PTCacheMemJacques Lucke
2020-11-19Fix lost node links when linked node group datablock is temporarily missingBrecht Van Lommel
2020-11-19Cleanup: Grammar: "Allow to" vs gerundHans Goudey
2020-11-18GPencil: Automerge last drawn stroke with previous strokesAntonio Vazquez
2020-11-18Merge branch 'blender-v2.91-release'Sebastián Barschkis
2020-11-18Fluid: Revert changes from T82488Sebastián Barschkis
2020-11-18Cleanup: clarify precedence of operationsCampbell Barton
2020-11-17Cleanup: Use LISTBASE_FOREACH macroHans Goudey