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
2021-07-05Cleanup: use const argumentsCampbell Barton
2021-07-05Cleanup: use 'use_' prefix for RNA booleansCampbell Barton
2021-07-05Cleanup: remove unnecessary bmesh operator commentsCampbell Barton
2021-07-05GPencil: Fix memory leak in trim and split functions.YimingWu
2021-07-05Fix T89655: tweak Cycles transparent bounces UI for clarityBrecht Van Lommel
2021-07-05Cleanup: Move common File Browser renaming code into functionsJulian Eisel
2021-07-05Cleanup: replace NSTextInput with NSTextInputClientYuki Hashimoto
2021-07-05Cleanup: use arrayWithObject to reduce the codeYuki Hashimoto
2021-07-05Functions: add utility to create string from value of generic typeJacques Lucke
2021-07-05BLI: wrap more features off tbb::enumerable_thread_specificJacques Lucke
2021-07-05BLI: add conversion constructor for destruct_ptrJacques Lucke
2021-07-05Tests: performance testing frameworkBrecht Van Lommel
2021-07-05Fix T89523: Cycles OpenCL compile error after shadow terminator changesBrecht Van Lommel
2021-07-05Cleanup: clang-tidyCampbell Barton
2021-07-05Cleanup: remove outdated commentCampbell Barton
2021-07-05Fix early return in reverse-color where continue was intendedCampbell Barton
2021-07-05Geometry Nodes: new Viewer nodeJacques Lucke
2021-07-05BMesh: remove redundant mesh-backups from EDBM_op_* APICampbell Barton
2021-07-05BMesh: remove redundant copy-on-write taggingCampbell Barton
2021-07-05BMesh: dissolve faces no longer fails when some faces can't dissolveCampbell Barton
2021-07-05Cleanup: unused variableJacques Lucke
2021-07-05Cleanup: minor improvements to BMesh dissolve facesCampbell Barton
2021-07-05Cleanup: update comment formattingCampbell Barton
2021-07-05Cleanup: remove temporary headerCampbell Barton
2021-07-05Cleanup: remove unused definesCampbell Barton
2021-07-05Cleanup: spelling in commentsCampbell Barton
2021-07-03GPencil: Add weight factor to Offset randomizeAntonio Vazquez
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-07-03GPencil: Fix unreported PDF export offsetAntonio Vazquez
2021-07-03Cleanup: Use simpler method to retrieve attribute domainHans Goudey
2021-07-02Cleanup: Remove unused transform matrix from objectsHans Goudey
2021-07-02Geometry Nodes: Add mesh input warning to curve to mesh nodeHans Goudey
2021-07-02Build: upgrade NanoVDB library to latest revisionBrecht Van Lommel
2021-07-02Fix T89581: Cycles crash rendering some OpenVDB files with inactive voxelsBrecht Van Lommel
2021-07-02Cleanup: use template utility function to handle OpenVDB grid types in CyclesBrecht Van Lommel
2021-07-02Cleanup: Further use of const when accessing evaluated meshHans Goudey
2021-07-02Cleanup: Use const mesh to ensure BVH and triangulation cacheHans Goudey
2021-07-02Cleanup: Fix variable redeclaration warningHans Goudey
2021-07-02GPencil: Fix compiler warnings in previous commitAntonio Vazquez
2021-07-02Cleanup: Remove unused/unneeded code from old Asset Engine designJulian Eisel
2021-07-02Constraints: support a new Local Space (Owner Orientation) for targets.Alexander Gavrilov
2021-07-02Copy Transforms: implement Remove Target Shear and more Mix options.Alexander Gavrilov
2021-07-02File Browser: Refactor file "UUID" code (which wasn't really a "UUID")Julian Eisel
2021-07-02GPencil: New modifier to generate weights dynamicallyAntonio Vazquez
2021-07-02Cleanup: Use const variables for object's evaluated meshHans Goudey
2021-07-02Cleanup: refactor edit-mesh copy functions into functionsCampbell Barton
2021-07-02Cleanup: compiler & clang-tidy warningsCampbell Barton
2021-07-02Cleanup: spelling in commentsCampbell Barton
2021-07-02Fix T88909: Win32 getTitle() UTF8 SupportHarley Acheson
2021-07-02Cleanup: Move bvhutils.c to C++Hans Goudey