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-05Fixes from review commentsHans Goudey
2021-07-05Safer RNA object vertex group API (should fix issues reported by @Mets, thanks!)Hans Goudey
2021-07-05Merge branch 'master' into refactor-vertex-group-namesHans Goudey
2021-07-05Geometry Nodes: Curve Primitive LineJohnny Matthews
2021-07-05Cleanup: Clang tidy, unused includeHans Goudey
2021-07-05Geometry Nodes: Add explicit Float to Int conversion nodeNikhil Shringarpurey
2021-07-05Fix (studio reported) missing object's parent handling in readfile expand code.Bastien Montagne
2021-07-05Rename functions "for_read" -> "" and "for_write" -> "mutable"Hans Goudey
2021-07-05macOS: support Japanese input for text buttonsYuki Hashimoto
2021-07-05Share implementation of vertex group retrievalHans Goudey
2021-07-05Fix: macOS wrong IME candidate window position on first displayYuki Hashimoto
2021-07-05Cleanup: Rename ambiguous "params" variable in File Browser notifier listenersJulian Eisel
2021-07-05Assets: Disable file renaming operator for Asset BrowsersJulian Eisel
2021-07-05Fix performance regression in Exact boolean due to exact triangulation.Howard Trickey
2021-07-05EditMesh: extract restore logic out of EDBM_redo_state_freeCampbell Barton
2021-07-05Merge branch 'master' into refactor-vertex-group-namesHans Goudey
2021-07-05LineArt: Fix occlusion effectiveness for culled triangles.YimingWu
2021-07-05Fix: IME conversion candidate window not correctly placed on macOSYuki Hashimoto
2021-07-05Fix: IME input displays text after cursor before cursorYuki Hashimoto
2021-07-05Cleanup: spelling, punctuationCampbell Barton
2021-07-05Cleanup: move repeated assignment out of nested for loopCampbell Barton
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-05Cleanup: Move common File Browser renaming code into functionsJulian Eisel
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-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: minor improvements to BMesh dissolve facesCampbell Barton
2021-07-05Cleanup: update comment formattingCampbell 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-03Fix issue with modifier vertex group utility-- tests passHans Goudey
2021-07-03More fixes and cleanupHans Goudey
2021-07-02Merge branch 'master' into refactor-vertex-group-namesHans 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-02Cleanup: Further use of const when accessing evaluated meshHans Goudey