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-09-11Cleanup: spelling, correct commentsCampbell Barton
2020-09-10Fix T80516: Hook modifier crashes without vertex group dataCampbell Barton
2020-09-10Cleanup: spellingCampbell Barton
2020-09-07Decimate Modifier: Restore vertex group factor property in UIHans Goudey
2020-09-07Add a Self option to the Exact boolean modifier. Fixes T52425.Howard Trickey
2020-09-07Fix T77763: Wrong highlight of active grab vertexSergey Sharybin
2020-09-07Multires: Fix memory leak when multires is at level 0Sergey Sharybin
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-09-03Fix crash running remesh modifier without OpenVDBCampbell Barton
2020-09-03Modifiers: default to exact boolean method ignoring build optionsCampbell Barton
2020-09-02UI: Use instanced panel custom data instead of list indexHans Goudey
2020-09-02Cleanup: use bool instead of int in various placesJacques Lucke
2020-09-02Make rigidbody simulation handle animated objects gracefullySebastian Parborg
2020-08-31New Boolean: Always expose solver propery, add warningHans Goudey
2020-08-29Boolean Modifier: Reorder propertiesHans Goudey
2020-08-28Merge newboolean branch into master.Howard Trickey
2020-08-26Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-26Fix T80098: Mesh deform doesn't update in edit modeCampbell Barton
2020-08-26Cleanup: remove G.debug_value check for old mesh-deform behaviorCampbell Barton
2020-08-18Multires: Base Mesh SculptingPablo Dobarro
2020-08-18Mesh: merge `mesh_create_eval_final_{view,render}` functionsSybren A. Stüvel
2020-08-14Merge branch 'blender-v2.90-release'Hans Goudey
2020-08-14UI: Fix type in multires modifier subpanelHans Goudey
2020-08-12UI: Fix typo "subdivion" -> subdivisionPablo Vazquez
2020-08-11Merge branch 'blender-v2.90-release'Philipp Oeser
2020-08-11Fix T79700: skin modifier: prevent error for vert-only meshPhilipp Oeser
2020-08-11Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-11Fix T79517: Data Transfer modifier fails in edit-modeCampbell Barton
2020-08-11Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-11Fix memory leak setting error text in the data-transfer modifierCampbell Barton
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-08-07Cleanup: use C++ style casts in various placesJacques Lucke
2020-08-07Merge branch 'blender-v2.90-release'Bastien Montagne
2020-08-07Fix previous commit, we first need to be sure we actually get a mesh...Bastien Montagne
2020-08-07Merge branch 'blender-v2.90-release'Bastien Montagne
2020-08-07Fix T79604: Switching to edit mode on boolean object runs out of memory.Bastien Montagne
2020-08-07Cleanup: enable and silence Clang-Tidy readability-function-sizeSybren A. Stüvel
2020-08-07Cleanup: pass arrays const where possibleCampbell Barton
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-08-07Cleanup: Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-08-07Cleanup: Modifiers, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-08-07Merge branch 'blender-v2.90-release' into masterJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-08-04Refactor: rename SpaceType->new to SpaceType->createJacques Lucke
2020-08-04Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-04Modifier: bypass mesh conversion for hooks in edit-modeCampbell Barton
2020-08-03Ocean Modifier: Add viewport resolutionPhil Stopford
2020-08-03Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-03Fix T79440: Deform modifiers fail in edit-mode when not firstCampbell Barton
2020-08-03Cleanup: remove trailing space, newlines at eofCampbell Barton