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
2019-09-13Cleanup: clang-formatCampbell Barton
2019-09-13UI: use pageup/down and home/end to scroll to start/end of menusJoep Peters
2019-09-13BLI: add non-const lookup methods for StringMapJacques Lucke
2019-09-13BLI: add some missing methods to Map and SetVectorJacques Lucke
2019-09-13Tracking: Perform tracking and solving from a locked interfaceSergey Sharybin
2019-09-13Tracking: Move Lock Selection to an own operatorSergey Sharybin
2019-09-13Tracking: Mark view operators as safe for locked interfaceSergey Sharybin
2019-09-13Tracking: Cleanup, use bool type instead of intSergey Sharybin
2019-09-13GPencil: Fix unreported memory leak for weightsAntonio Vazquez
2019-09-13BLI: make more integer type conversions explicitJacques Lucke
2019-09-13BLI: fix some integer conversionsJacques Lucke
2019-09-13Add QuadriFlow remesherSebastian Parborg
2019-09-13BLI: new C++ hash table data structuresJacques Lucke
2019-09-12Object Mode: don't use origin axis helpers for selectionCampbell Barton
2019-09-12GPencil: New set of Brush iconsAntonio Vazquez
2019-09-12Fix build error on WindowsBrecht Van Lommel
2019-09-12BLI: fix illegal zero sized arrayJacques Lucke
2019-09-12Transform: AutoMerge & Split: Create and merge vertices at edge intersectionsmano-wii
2019-09-12BMesh: New tool `BM_mesh_intersect_edges`mano-wii
2019-09-12BLIKdopBVH: New `BLI_bvhtree_overlap_ex` utilitymano-wii
2019-09-12Fix T69752: Texture paint sampling colors always 'merged down'Philipp Oeser
2019-09-12Shading: Add Vertex Color node.OmarSquircleArt
2019-09-12Fix: missing atomic includeJacques Lucke
2019-09-12BLI: new StringRef and StringRefNull data structuresJacques Lucke
2019-09-12Fix T69791: Fix crash reading old file browser in temporary windowJulian Eisel
2019-09-12Fix T69792: Auto-merge split faces creates faces with unrelated wire edges.mano-wii
2019-09-12BLI: fix unregistering timer with same id twiceJacques Lucke
2019-09-12BLI: new C++ ArrayRef, Vector, Stack, ... data structuresJacques Lucke
2019-09-12Cycles: Fix Show Instanced Local View ObjectsJeroen Bakker
2019-09-12Shading: Add More Features To The Voronoi Node.OmarSquircleArt
2019-09-12Fix T69789: Assert when create a new Full Copy scene base on 2D template.Bastien Montagne
2019-09-12UI: Sub-type for Screen Grab Size.Pablo Vazquez
2019-09-12UI: Wrong label in Screen Grab Size.Pablo Vazquez
2019-09-12UI: Labels capitalization.Pablo Vazquez
2019-09-12Fix T69785: crash dragging in empty space in edit modeBrecht Van Lommel
2019-09-12Cleanup: compiler warningsBrecht Van Lommel
2019-09-12Fix T69582: Empties no longer support Rigid Body ConstraintsPhilipp Oeser
2019-09-12Fix T69782: crash using gizmos in grease pencil edit modeBrecht Van Lommel
2019-09-12Cleanup: line breaks with commentsCampbell Barton
2019-09-12Cycles: Initial Support For Local ViewJeroen Bakker
2019-09-12Fix T69737: Crash using the Elastic Deform brush and CompressibilityPablo Dobarro
2019-09-123D View: only show origin axes when in object modeCampbell Barton
2019-09-12Fix transforming armature originsCampbell Barton
2019-09-11DNA: use defaults for SceneEEVEECampbell Barton
2019-09-11DNA: move View3D, View3DOverlay into DNA_view3d_defaults.hCampbell Barton
2019-09-11Cleanup: remove redundant RNA defaultsCampbell Barton
2019-09-11DNA: defaults for ID typesCampbell Barton
2019-09-11Cleanup: Warning: 'sld': local variable is initialized but not referencedmano-wii
2019-09-11Transform: Edit Mesh: Support mirror on all axesmano-wii
2019-09-11Fix T69458: Edit Mesh selection bug from camera viewmano-wii