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
path: root/source
AgeCommit message (Expand)Author
2020-07-23Cleanup: update comments, remove disabled codeCampbell Barton
2020-07-23Cleanup: remove redundant static variable useCampbell Barton
2020-07-23Cleanup: replace wchar_t with char32_t 3D text accent inputCampbell Barton
2020-07-23Cleanup: rename Curve.len_wchar to len_char32Campbell Barton
2020-07-23Cleanup: unused argumentCampbell Barton
2020-07-22Simulation: add todo commentJacques Lucke
2020-07-22Nodes: add missing update tags in the case of simulation node treesJacques Lucke
2020-07-22Depsgraph: build ids referenced by socketsJacques Lucke
2020-07-22Simulation: move responsibility of updating persistent data handlesJacques Lucke
2020-07-22Simulation: fix memory leakJacques Lucke
2020-07-22Simulation: improve depsgraph integrationJacques Lucke
2020-07-22Fix T79144: Snapping bypassing the viewport backface cullingGermano Cavalcante
2020-07-22Cleanup: Fix strict compiler warningSergey Sharybin
2020-07-22Merge branch 'blender-v2.90-release'Hans Goudey
2020-07-22Fix T79160: Bevel modifier set to vertices by defaultHans Goudey
2020-07-22master is now 2.91.0 alpha.Nathan Letwory
2020-07-22Merge branch 'blender-v2.90-release'Nathan Letwory
2020-07-22Release branch is now in beta.Nathan Letwory
2020-07-22UI: Use property split for simulation modifierHans Goudey
2020-07-22Ensure submodules are at their correct commits.Nathan Letwory
2020-07-22Object: add-object option to place on the surface normalCampbell Barton
2020-07-22Particles: give emitter its own stateJacques Lucke
2020-07-22GPencil: New BKE function for setting random vertex colorAntonio Vazquez
2020-07-22UI: use term 'Vertex' instead of 'Vert'Yevgeny Makarov
2020-07-22Fix UV select flush error in recent loop select cleanupCampbell Barton
2020-07-22Cleanup: minor changes to doxy sections and namingCampbell Barton
2020-07-22Modifiers: option to preserve custom normals for subsurf & multiresCody Winchester
2020-07-22Fix T79148: UV Edge ring select doesn't select edgesCampbell Barton
2020-07-22Cleanup: spellingCampbell Barton
2020-07-22GPU: clear color with 1.0 alphaChristian Rauch
2020-07-22VR: Change how landmarks affect viewer poseJulian Eisel
2020-07-21Sculpt: Add extra deform types to SlidePablo Dobarro
2020-07-21Sculpt: Support pen pressure modulation in Paint Brush propertiesPablo Dobarro
2020-07-21Bevel: Refactor "Vertex Only" to an enumHans Goudey
2020-07-21Fix T79056: Topology automasking artifacts in multiresPablo Dobarro
2020-07-21Fix T79007: Smooth brushes crasing in dyntopoPablo Dobarro
2020-07-21Cleanup: move 'int i' declarationGermano Cavalcante
2020-07-21Drivers: add lerp and clamp functions to namespace.Alexander Gavrilov
2020-07-21Particles: initial object socket and emitter node supportJacques Lucke
2020-07-21UI: Adjust Multiresolution Modifier LayoutHans Goudey
2020-07-21UI: Use consistent layout for custom operator UIHans Goudey
2020-07-21UI: Add an outer boundary for edge panning, use in outlinerHans Goudey
2020-07-21Cleanup: Comments.Bastien Montagne
2020-07-21Fix (unreported) broken code in recent override operator enhancements.Bastien Montagne
2020-07-21Fix T78994: Clear selected pose doesn't work without animationHans Goudey
2020-07-21Cleanup: CodeQuality: Replace OB_DRAWXRAY by OB_DRAW_IN_FRONTClément Foucault
2020-07-21Fluid: Cleanup unused variablesSebastián Barschkis
2020-07-21Tests: IO, fixed a memory leak in the USDHierarchyIteratorTestSybren A. Stüvel
2020-07-21Cleanup: IO, renamed `delete_object_writer()` → `release_writer()`Sybren A. Stüvel
2020-07-21Tests: fix link errors when USD and Alembic are disabledSybren A. Stüvel