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-05-13Revert "UI: geometry-icon alpha blend over existing colors"Campbell Barton
2018-05-13UI: geometry-icon alpha blend over existing colorsCampbell Barton
2018-05-13Fix compiler warnings.Brecht Van Lommel
2018-05-13UI/Python: layout API support for setting button emboss style.Brecht Van Lommel
2018-05-13Cleanup: deduplicate layout item initialization.Brecht Van Lommel
2018-05-13Tool System: Support set w/ space-type argumentCampbell Barton
2018-05-13UI: show toolbar shortcutsCampbell Barton
2018-05-13Tool System: tools are now set by nameCampbell Barton
2018-05-13WM: utility to create tool keybindingsCampbell Barton
2018-05-13Versioning: default scene to mean center pivotCampbell Barton
2018-05-13Transform: fix regression in bound-box calculationCampbell Barton
2018-05-13Merge branch 'master' into blender2.8Campbell Barton
2018-05-13Cleanup: trailing spaceCampbell Barton
2018-05-13Fix 3D view axis align flagCampbell Barton
2018-05-13Cleanup: Remove unused member.Germano
2018-05-13BKE_bvhutils: allow caching NULL bvh_trees.Germano
2018-05-13transform_snap_object: perf: Check the distance of the bound_box of objects o...Germano
2018-05-13Cleanup: transform_snap_object: Remove unused variables and reuse the precalc...Germano
2018-05-13Eevee: Fix Dof shader compilation.Clément Foucault
2018-05-13Eevee: Depht Of Field: Merge Scatter passes together.Clément Foucault
2018-05-13Eevee: Depth of field: Code style fixes.Clément Foucault
2018-05-13Eevee: Depth of field: Smooth out bokeh shape.Clément Foucault
2018-05-13Eevee: Depth of field: Change final blending.Clément Foucault
2018-05-13Cleanup: BLI_math: Simplify dist_squared_to_projected_aabb functions.Germano
2018-05-12EditMBall: multi-object select randomCampbell Barton
2018-05-12UI: move pivot to the topbarCampbell Barton
2018-05-12UI: use icons for orientation typesCampbell Barton
2018-05-12Remove unused function: `BKE_bvhtree_from_mesh_looptri`.Germano
2018-05-12Replace `BKE_bvhtree_from_mesh_looptri` with `BKE_bvhtree_from_mesh_get`.Germano
2018-05-12UI: move orientation to the topbarCampbell Barton
2018-05-12EditMode: multi-object insetCampbell Barton
2018-05-12EditMode: multi-object UV cube projectCampbell Barton
2018-05-12EditMode: multi-object UV cylinder projectCampbell Barton
2018-05-12EditMode: multi-object UV sphere projectCampbell Barton
2018-05-12EditMode: multi-object UV resetCampbell Barton
2018-05-12Modifiers: port Remesh from DerivedMesh to MeshCampbell Barton
2018-05-12Modifiers: ported Wave from DerivedMesh to MeshCampbell Barton
2018-05-12Merge branch 'master' into blender2.8Campbell Barton
2018-05-12Fix missing fallback in recent aabb precalc funcCampbell Barton
2018-05-12Cleanup: modifier arg wrappingCampbell Barton
2018-05-12Refactor: Move functions to get the distance to a projected aabb to BLI_match...Germano
2018-05-11UI: tweaks to icon defaultsCampbell Barton
2018-05-11Bmesh: Clear possible geometry saved at runtime when converting bmesh to mesh.Germano
2018-05-11Merge branch 'master' into blender2.8Campbell Barton
2018-05-11EditMesh: remove duplicate rip macroCampbell Barton
2018-05-11WM: initialize last used macro propertiesCampbell Barton
2018-05-11DRW: Add DRW_UNIFORM_FLOAT_COPY and DRW_UNIFORM_BOOL_COPY.Clément Foucault
2018-05-11DRW: Add DRW_view_layer_engine_data_ensure_ex.Clément Foucault
2018-05-11Modifiers: ported Laplacian Deform DerivedMesh → MeshChristian Hubert
2018-05-11Fix: Last of the operators from T54811 now work with Copy on WriteJoshua Leung