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
2018-06-06Renamed BKE_nomain_mesh_xxx → BKE_mesh_nomain_xxxSybren A. Stüvel
2018-06-06DerivedMesh deprecation: Removed some functions in displist.cSybren A. Stüvel
2018-06-06DerivedMesh deprecation: marked no-longer-in-use functionSybren A. Stüvel
2018-06-06Modifiers: ported curve_calc_modifiers_post() internals from DerivedMesh → ...Sybren A. Stüvel
2018-06-06Error in recent popover keep_open optionCampbell Barton
2018-06-06Merge branch 'master' into blender2.8Campbell Barton
2018-06-06Fix error using freed bmainCampbell Barton
2018-06-06Cleanup: rename WITH -> USE for internal definesCampbell Barton
2018-06-06Cleanup: USE_UI_* prefix for UI definesCampbell Barton
2018-06-06UI: WM_OT_call_panel option to keep popovers openCampbell Barton
2018-06-06Workbench: Speed up fo scene with many duplisJeroen Bakker
2018-06-06UI: use regular size icons for toolbar popupCampbell Barton
2018-06-06Fix object selection w/ COWCampbell Barton
2018-06-05Cleanup: styleCampbell Barton
2018-06-05Eevee: Improve load time.Clément Foucault
2018-06-05Fix compilation issue due to last commit.Clément Foucault
2018-06-05Wireframe: Add slider to hide edges from coplanar facesClément Foucault
2018-06-05make.bat : move all experimental options to their own section in the help.Ray Molenkamp
2018-06-05make.bat : bring the help up to date with recent additions to the build script.Ray Molenkamp
2018-06-05make.bat : check for existence of ninja before using it.Ray Molenkamp
2018-06-05make.bat: change the way the vs buildtools are detected.Ray Molenkamp
2018-06-05Merge branch 'master' into blender2.8Bastien Montagne
2018-06-05Fix crash in owmn previous commit.Bastien Montagne
2018-06-05Merge branch 'master' into blender2.8Bastien Montagne
2018-06-05Moved function declarations from BKE_DerivedMesh.h to BKE_mesh_runtime.hSybren A. Stüvel
2018-06-05Moved function declarations from BKE_mesh.h → BKE_mesh_runtime.hSybren A. Stüvel
2018-06-05Merge branch 'master' into 28Campbell Barton
2018-06-05Cleanup: use new accessors to blendfile path (Main.name).Bastien Montagne
2018-06-05Cleanup: add hleper functions to get filepath from Main.Bastien Montagne
2018-06-05Cleanup: pep8Campbell Barton
2018-06-05Cleanup: doxy grouping for mesh runtime APICampbell Barton
2018-06-05LookDev: Fix crash when no worldJeroen Bakker
2018-06-05UI: move 3D view display options into popoverCampbell Barton
2018-06-05make.bat: cache the vcredist directory.Ray Molenkamp
2018-06-05Error in last commitCampbell Barton
2018-06-05Depsgraph: Fix bug with broken tweak of animated node tree settingsSergey Sharybin
2018-06-053D View: disable manipulators & text w/o overlayCampbell Barton
2018-06-05Object Modes: Flush COW on mode switchingCampbell Barton
2018-06-05Preserve unkeyed changes on undo and file openSergey Sharybin
2018-06-05Cleanup: simplify studiolight/matcap enum code, remove limit.Brecht Van Lommel
2018-06-05T55291: Matcaps were reset when loading fileJeroen Bakker
2018-06-05Static Override: Fix order of operations issue in material slots.Bastien Montagne
2018-06-05Static Override: progresses towards full support for material slots.Bastien Montagne
2018-06-05Fix compilation error after recent matcap changesSergey Sharybin
2018-06-05Fix T55319: Keyframing issuesSergey Sharybin
2018-06-05Workbench: remove the soft limit for the xray_alphaJeroen Bakker
2018-06-05Workbench: Matcaps T55291Jeroen Bakker
2018-06-05UI: set cursor line widthCampbell Barton
2018-06-05Transform: avoid assert in wpaint modeCampbell Barton
2018-06-05Fix stupid mistake in previous commit.Bastien Montagne