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-11-09Cleanup: more renaming in the render/ module for consistencyBrecht Van Lommel
2020-11-09Pointclouds: move blenkernel code to c++Jacques Lucke
2020-11-09Fluid: Fix strict compiler warningSergey Sharybin
2020-11-09Cleanup: fix wrong merge, remove extra unique_ptr.Ankit Meel
2020-11-09Fix T80068: skin modifier not working with motion blurBrecht Van Lommel
2020-11-09Fluid: Fix strict compiler warningSergey Sharybin
2020-11-09Merge branch 'master' into outliner-cpp-refactorJulian Eisel
2020-11-09Cleanup: Split header for Outliner tree building into C and C++ headersJulian Eisel
2020-11-09macOS: follow system preference for natural trackpad scroll directionYevgeny Makarov
2020-11-09Cleanup: Rename Outliner "tree-view" types to "tree-display" & update commentsJulian Eisel
2020-11-09Merge branch 'blender-v2.91-release'Sebastián Barschkis
2020-11-09Fix T82488: Mantaflow - force fields have very low influence compare to 2.90.1Sebastián Barschkis
2020-11-09Cleanup: Follow C++ code style for new Outliner building codeJulian Eisel
2020-11-09Cleanup: fix some clang tidy issuesJacques Lucke
2020-11-09Merge branch 'blender-v2.91-release' into masterJacques Lucke
2020-11-09Sculpt: Fix off-by-one error when creating bitmap for lasso gestureJacques Lucke
2020-11-09Animation: move group colors switch to user preferencesSybren A. Stüvel
2020-11-09Cleanup: Sequencer, remove unused functionSybren A. Stüvel
2020-11-09Merge branch 'blender-v2.91-release'Campbell Barton
2020-11-09Revert "Fix T80742: curve bevel fails with zero length handles at end-point"Campbell Barton
2020-11-09Fix T82495: assert with cast modifier in edit-modeCampbell Barton
2020-11-09Cleanup: imbuf callback namingCampbell Barton
2020-11-09Fix T82520: error building freestyle with Python3.8Campbell Barton
2020-11-09Cleanup: clang-formatCampbell Barton
2020-11-09Cleanup: General cleanup of Outliner Blender File display mode buildingJulian Eisel
2020-11-08Fix T81651, exact boolean modifier incorrect if operand hidden.Howard Trickey
2020-11-08Fix T81651, exact boolean modifier incorrect if operand hidden.Howard Trickey
2020-11-08UI Code Quality: Convert Outliner Blender File mode to new tree buiding designJulian Eisel
2020-11-07Cleanup: Clang-tidy, readability-else-after-returnAnkit Meel
2020-11-07Cleanup: Clang-tidy, readability-non-const-parameter.Ankit Meel
2020-11-07Cleanup: NULL to nullptr.Ankit Meel
2020-11-07Merge new boolean fix from blender-v2.91-release.Howard Trickey
2020-11-07Fix T82301, exact boolean fail on cube with bump.Howard Trickey
2020-11-07Cleanup: Put Outliner C++ namespace into `blender::ed` namespace, add commentsJulian Eisel
2020-11-07Cleanup: Clang-format.Ankit Meel
2020-11-07Noise: fix uninitialized variable warning.Ankit Meel
2020-11-07Cleanup: Clang-tidy else-after-returnAnkit Meel
2020-11-07Cleanup: Clang-tidy, modernize-concat-nested-namespacesAnkit Meel
2020-11-07View3D: take clipping into account for Frame AllCampbell Barton
2020-11-07Cleanup: move plane array intersection into a functionCampbell Barton
2020-11-07Fix for T78211: Trackpad Zoom to Mouse Position ErrorYevgeny Makarov
2020-11-07Fix for T65714: Pinch Zooming Crash using Mac TrackpadYevgeny Makarov
2020-11-07Fix possible null-pointer dereference in new Outliner tree building codeJulian Eisel
2020-11-07Cleanup: Remove redundant parameter from new Outliner tree building codeJulian Eisel
2020-11-07Merge branch 'master' into outliner-cpp-refactorJulian Eisel
2020-11-07Cleanup: Comments & style improvements for new Outliner C++ codeJulian Eisel
2020-11-07UI Code Quality: Use C++ data-structures for Outliner object hierarchy buildingJulian Eisel
2020-11-07UI Code Quality: General refactor of Outliner View Layer display mode creationJulian Eisel
2020-11-06UI Code Quality: Start refactoring Outliner tree creation (using C++)Julian Eisel
2020-11-06Cleanup: Rename render texture files to texture_*Aaron Carlisle