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
2018-10-01UI: use backdrop circle for navigation icons, make clickable area bigger.Brecht Van Lommel
2018-10-01GP: Change Blur default parameters for Rim and Shadow effects.Antonioya
2018-10-01GP: Add Blur to Shadow FXAntonioya
2018-10-01UI: Color the inside of pie menu items when selectedPablo Vazquez
2018-10-01Edit UVs: Fix missing wires with multiple windowsClément Foucault
2018-10-01Edit UVs: Refactor drawing Shadow UV in Image EditorClément Foucault
2018-10-01GPU: Fix partial draw of batches with index buffersClément Foucault
2018-10-01Edit UVs: Refactor drawing Edit UV in Image EditorClément Foucault
2018-10-01BLI: Add mul_v2_v2v2 functionClément Foucault
2018-10-01Shrinkwrap Constraint: implement projection features from the modifier.Alexander Gavrilov
2018-10-01GP: Fix Shadow rotation bugAntonioya
2018-10-01Remove obsolete weight paint color computation code.Alexander Gavrilov
2018-10-013D View: use context mode string for sidebarCampbell Barton
2018-10-01Object Join: use 'selected_editable_objects'Campbell Barton
2018-10-01BLI_math: add `isect_seg_seg_v3` function and use in the cloth collision algo...mano-wii
2018-10-01Cleanup: use standard prefix for boolean settingsCampbell Barton
2018-10-01Fix freed memory use w/ panel unregisterCampbell Barton
2018-10-01Cleanup: styleCampbell Barton
2018-10-01Fix T56981: python .scene_raycast returned object is not selectable.Bastien Montagne
2018-09-30Fix T56879: Blender2.8 Crash when Editing Text on Curve.Bastien Montagne
2018-09-30GP: The primitive line must not enable cyclic modeAntonioya
2018-09-30GP: Cleanup and remove old debug codeAntonioya
2018-09-30Fix T56984: GP: Materials: Isolate (lock/visibility) buttons don't work.Antonioya
2018-09-30GP: New option to disable lasso while drawingAntonioya
2018-09-30GP: Ensure falloff curve is always initializatedAntonioya
2018-09-30Fix T56970 GP: Sculpt mode : Grap tool doesn't workAntonioya
2018-09-30GP: Fix error in mutiedit if curve is not availableAntonioya
2018-09-30GP: Do not use UI pixel scale for strokesAntonioya
2018-09-30GP: implement Shadow FX (wip)Antonioya
2018-09-29Fix mysterious crash when using textureGather on Intel drivers.mano-wii
2018-09-29GP: Fix Thickness modifier error for strokes with few pointsAntonioya
2018-09-29Fix mixed drawing face and edge checks in draw managerDalai Felinto
2018-09-29GP: New parameters for instance modifier: Material and On TopAntonioya
2018-09-29A new function to move list at the beginning of another listAntonioya
2018-09-29Multi-Objects: ARMATURE_OT_switch_directionDalai Felinto
2018-09-29Multi-Objects: ARMATURE_OT_armature_layersDalai Felinto
2018-09-29Multiple-Objects: ARMATURE_OT_dissolveDalai Felinto
2018-09-29Multiple-Objects: ARMATURE_OT_flip_namesDalai Felinto
2018-09-28RNA: Cleanup - remove no longer needed get/set functionsDalai Felinto
2018-09-28Multi-Objects: Fix edit mesh texts drawing in the wrong placeDalai Felinto
2018-09-28Fix errors for show_occlude_wire not in view3d.overlayDalai Felinto
2018-09-28Multi-Objects: MESH_OT_sort_elementsDalai Felinto
2018-09-28GP: Set pixel shader fx lines to OFF by defaultAntonioya
2018-09-28Cleanup: Remove bmo_similar.c and small renamingDalai Felinto
2018-09-28Multi-Objects: Select similar vertex: SIMVERT_VGROUPDalai Felinto
2018-09-28Fix T56947: Copy text from disabled search menu crashedJacques Lucke
2018-09-28Merge branch 'master' into blender2.8Sergey Sharybin
2018-09-28Fix T56905: unsupported channel layout error writing AAC audio.Brecht Van Lommel
2018-09-28Fix T56940: crash rendering with OpenGL as engine.Brecht Van Lommel
2018-09-28Make struct initialization happy for CLangSergey Sharybin