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-03-06DRW: Fix GL state issues due to state not being reset after drawingClément Foucault
2019-03-05UV/VCol layers creation: add option to not init those new data.Bastien Montagne
2019-03-05File Editor: Refactor 'new dir' / renaming code.Bastien Montagne
2019-03-05Fix T58715: File Browser: Creating "New Folder" issues with too many existing...Bastien Montagne
2019-03-05Fix T61063, T62195: Python scripts should run before depsgraph evaluation.Brecht Van Lommel
2019-03-05Fix T62112: wrong curve face countJacques Lucke
2019-03-05Fix T61778: Crash when adding material slot to objectClément Foucault
2019-03-05GPUMaterial: Make Shader Output nodes inside nodegroups workClément Foucault
2019-03-05DRW: Fix rasterizer discard messing with clear commandsClément Foucault
2019-03-05BLI_memiter: use ASAN memory poisonCampbell Barton
2019-03-05UI: Nicer report when trying to edit external librariesPablo Vazquez
2019-03-05Cleanup: warning in release buildsCampbell Barton
2019-03-05Fix T62208: constant detail picker not taking object scale into accountJacques Lucke
2019-03-05DRW: use memiter for on screen text allocationCampbell Barton
2019-03-05Fix T62210: endless loop in kd tree lookupJacques Lucke
2019-03-05RNA: remove Screen.layout_nameCampbell Barton
2019-03-05DRW: support clipping for bone vertsCampbell Barton
2019-03-05Fix T62163: Duplicating particle system results in crashJacques Lucke
2019-03-05GPencil: Disable proportional for DuplicateAntonioya
2019-03-05Fix T62216: order of items flipped in some menus like object mode.Brecht Van Lommel
2019-03-05Fix T61796: Linking a collection with instances inside will place the instanc...Bastien Montagne
2019-03-05Fix T61780: Crash when trying to access screen areas through the outliner.Bastien Montagne
2019-03-05Fix upside down tool menusCampbell Barton
2019-03-05Fix T62202: circle select does not work on hair pointsJacques Lucke
2019-03-05Fix parenting objects to bones/vertices causes offsetPhilipp Oeser
2019-03-05Fix T60585: threadripper CPU only using 16 threads for e.g. sculpting.Brecht Van Lommel
2019-03-05Tool System: use set/add/subtract for all circle select operatorsCampbell Barton
2019-03-05GPencil: Cleanup compiler warningsAntonioya
2019-03-05Fix T62194: Blender crash after makingnew file after using Grease Pencil.Antonioya
2019-03-05Fix T62190: Image editor pixel values are hidden by header at the bottomPhilipp Oeser
2019-03-05GPencil: Don't create framebuffers for selectionAntonioya
2019-03-05Fix T61763: Crash on selecting "Background Scene"Sergey Sharybin
2019-03-05GP: move select all into a utility functionCampbell Barton
2019-03-05Cemara tracking: move select all into a utility functionCampbell Barton
2019-03-05Nodes: move select all into a utility functionCampbell Barton
2019-03-05Cleanup: rename RENDER_OVERRIDE -> HIDE_OVERLAYSCampbell Barton
2019-03-05Fix T62159: Poly build crashes w/o overlaysCampbell Barton
2019-03-053D View: move pre-select mesh element access into gizmo APICampbell Barton
2019-03-05Fix T62199: Incorrect bpy.data.screens behaviorCampbell Barton
2019-03-05Cleanup: minor adjustment to gizmo extrude setupCampbell Barton
2019-03-04GPencil: Fix error in 3D Location modeAntonioya
2019-03-04Annotations: Reduce smooth factor to 0.5Antonioya
2019-03-04GPencil: New extrude operatorAntonioya
2019-03-04Preferences: Remove "requires restart" from multisample tooltipsClément Foucault
2019-03-04Preferences: Add option to disable edit-mode wire AntialiasingClément Foucault
2019-03-04Fix T59140 : Loose edges of final mesh does not display in edit modeClément Foucault
2019-03-04DNA: optimize data reconstructionCampbell Barton
2019-03-04GPencil: Cleanup value to enum nameAntonioya
2019-03-04GPencil: Move Object Depth Order to ObjectAntonioya
2019-03-04Fix T62175: Crash on Undo.Bastien Montagne