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-11PyAPI: Use annotations for RNA definitionsCampbell Barton
2018-07-11Manipulator: expose use_select_background via RNACampbell Barton
2018-07-113D View: option not to draw center dotsCampbell Barton
2018-07-11Fix T55915 DOF Number of blades wrong logicClément Foucault
2018-07-11Edit Mesh: Fix missing loose edges if vertex is at local originClément Foucault
2018-07-11Transform Manipulator: fix scale handle selectionCampbell Barton
2018-07-11Fix manipulator hiding cursorCampbell Barton
2018-07-11Eevee: LightCache: Fix autobake starting when it should notClément Foucault
2018-07-11Numeric Input: preference to default to advancedCampbell Barton
2018-07-11Fix T55914: Blender 2.8 Crashes when increasing the repeat count for a track ...Bastien Montagne
2018-07-11Revert removal of fake editing for numeric inputCampbell Barton
2018-07-11Merge branch 'master' into blender2.8Bastien Montagne
2018-07-11Fix T55912: saving Viewer Node image error.Bastien Montagne
2018-07-11Minor cleanup to logic in BKE's imbuf releasing code.Bastien Montagne
2018-07-11Cleanup: remove redundant operatorCampbell Barton
2018-07-11Cleanup: simplify RNA namesCampbell Barton
2018-07-11Fix crash in combing after changing scene propertySergey Sharybin
2018-07-11OpenSubdiv: Changes in C-APISergey Sharybin
2018-07-11UI: don't change scrollbar size on mouse move, only fade.Brecht Van Lommel
2018-07-113D View: any view axis also showing gridCampbell Barton
2018-07-11Merge branch 'master' into blender2.8Campbell Barton
2018-07-11Cleanup: duplicate versioning blockCampbell Barton
2018-07-11Fix empty-images not using selection colorCampbell Barton
2018-07-11Manipulator: changes for overlay optionsCampbell Barton
2018-07-11Revert "Transform: default constraint to user orientation"Campbell Barton
2018-07-11Merge branch 'master' into blender2.8Sergey Sharybin
2018-07-11Depsgraph: Fix face dependency cycle when bone uses id property from selfSergey Sharybin
2018-07-103D View: option to hide object overlaysCampbell Barton
2018-07-10Cleanup: remove unused interlace code after removal of fields.Brecht Van Lommel
2018-07-10Image: remove fields option for image sequencesCampbell Barton
2018-07-10Fix for recent numeric input checksCampbell Barton
2018-07-10Fix T55826, fix T55804: crash after copying scene with linked objects.Brecht Van Lommel
2018-07-10Fix accidentally removed particle function in GLSL, still not supported though.Brecht Van Lommel
2018-07-10Fix popovers showing unnecessary titles.Brecht Van Lommel
2018-07-10Eevee: LightCache: Initial ImplementationClément Foucault
2018-07-10Object Mode: Change Lightprobe display.Clément Foucault
2018-07-10DRW: Add new features from lightcache branchClément Foucault
2018-07-10DrawData: Change drawdata to a generic struct shared accross ID typesClément Foucault
2018-07-10GPUTexture: Refactor of texture creation & new featureClément Foucault
2018-07-10Numeric Input: remove fake-editing optionCampbell Barton
2018-07-10Merge branch 'master' into blender2.8Sergey Sharybin
2018-07-10OpenSubdiv: Make more flexible C-API to specify FVar interpolationSergey Sharybin
2018-07-103D View: overlay option to show bonesCampbell Barton
2018-07-10Fix T55882: crash closing user preferences window in some cases.Brecht Van Lommel
2018-07-10Modifiers: Use bool for boolean flag in isDisabledSergey Sharybin
2018-07-10Ocean Modifier: prevent crashing on 'Apply Modifier' buttonSybren A. Stüvel
2018-07-10Ocean Modifier: removed duplicated codeSybren A. Stüvel
2018-07-10Ocean Modifier: refactored the delayed-refresh approachSybren A. Stüvel
2018-07-10Ported mesh_create_derived_view() to mesh_create_eval_final_view()Sybren A. Stüvel
2018-07-10Ocean Modifier: ported from DerivedMesh to MeshSybren A. Stüvel