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-07-02Merge branch 'master' into blender2.8Campbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-07-02Commit D3494 : Compiled shader lookup fixClément Foucault
2018-07-01Fix T55675: Crash internal animation playerCampbell Barton
2018-07-01Merge branch 'master' into blender2.8Campbell Barton
2018-07-01Cleanup: right shift in interface codeCampbell Barton
2018-07-01Keymap: add generally useful popups to F-Keys 1..4Campbell Barton
2018-07-01Fix T55687: compile error when not using c++11.Brecht Van Lommel
2018-07-01Merge branch 'master' into blender2.8Campbell Barton
2018-07-01RNA: use bool for boolean RNA typesCampbell Barton
2018-07-01Cleanup: reduce variable scopeCampbell Barton
2018-07-01Cleanup: avoid calloc when immediately overwrittenCampbell Barton
2018-07-01Cleanup: remove num argument prefixCampbell Barton
2018-07-01Cleanup: RNA namingCampbell Barton
2018-07-01Cleanup: use '_len' suffix for line stippleCampbell Barton
2018-07-013D View: use 3px dashed relationship lineCampbell Barton
2018-07-01Revert "Experimental Tweak: Only show relationship lines between objects when...Campbell Barton
2018-06-30UI: support check-boxes in quick menuCampbell Barton
2018-06-30Merge branch 'master' into blender2.8Campbell Barton
2018-06-30Cleanup: split out context member queryCampbell Barton
2018-06-30RNA: check for 3D view overlay/shadingCampbell Barton
2018-06-30UI: Support status-bar hidingSeverin
2018-06-30UI: correct menu label comparisonCampbell Barton
2018-06-30Fix corrupt screen when splitting areas after collapsing top-barSeverin
2018-06-30DNA: rename operator idnameCampbell Barton
2018-06-30Merge branch 'master' into blender2.8Campbell Barton
2018-06-30Cleanup: remove unused context arg to menuCampbell Barton
2018-06-30UI: support adding menu's to favouritesCampbell Barton
2018-06-30UI: move queries into interface_query.cCampbell Barton
2018-06-30Merge branch 'master' into blender2.8Campbell Barton
2018-06-30UI: Add 'interface_query.c'Campbell Barton
2018-06-30Merge branch 'master' into blender2.8Campbell Barton
2018-06-30Cleanup: rename bmesh_queries -> bmesh_queryCampbell Barton
2018-06-30Merge branch 'master' into blender2.8Campbell Barton
2018-06-30Cleanup: Move area geometry management into an own fileSeverin
2018-06-30Fix a number of small errors in area coordinate handlingSeverin
2018-06-29Cleanup: Add/use function to get area width/height from area verticesSeverin
2018-06-29Fix T54524: keyframe and driver colors not showing in shape key list.Brecht Van Lommel
2018-06-29Fix memory leak when using scroll-barsSeverin
2018-06-29Cleanup: Remove unused argument in recursive functionSeverin
2018-06-29Cleanup: naming in MOD_utils.Bastien Montagne
2018-06-29Cleanup: Moar DM busting, mostly cleaning up MOD_utils.Bastien Montagne
2018-06-29Fix unnecessary empty space in shading popover.Brecht Van Lommel
2018-06-29Cycles: change AO node default to 16 samples and only local off.Brecht Van Lommel
2018-06-29Workbench: Spherical Harmonics testsJeroen Bakker
2018-06-29Cleanup: remove another bunch of DM usages, includes etc.Bastien Montagne
2018-06-29Fix T55645: broken particle Use Count option for instancing objects.Brecht Van Lommel
2018-06-29Keymap: re-enable object apply transformCampbell Barton
2018-06-29Keymap: minimal default keymapCampbell Barton
2018-06-29Refactor static override code to pass Main around.Bastien Montagne