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-053D Viewport: move overlay settings from collections to 3D viewport.Brecht Van Lommel
2018-05-053D Viewport: make shading and overlay DNA match UI names.Brecht Van Lommel
2018-05-05Cleanup: remove legacy 3D view data.Brecht Van Lommel
2018-05-05Cleanup: minor code formatting tweaks for 3D view DNA.Brecht Van Lommel
2018-05-05Cleanup: fix compiler warnings.Brecht Van Lommel
2018-05-05Groups: remove drawing group objects in a different color.Brecht Van Lommel
2018-05-05Workbench: Fix reading and testing from depth bufferJeroen Bakker
2018-05-05Merge branch 'master' into blender2.8Campbell Barton
2018-05-05IDProp API: add native C repr functionCampbell Barton
2018-05-05Merge branch 'master' into blender2.8Campbell Barton
2018-05-05PyAPI: add pop method to RNA struct typesCampbell Barton
2018-05-05IDProp Py API: Add default argument to popCampbell Barton
2018-05-05IDProp API: Avoid redundant group replace lookupCampbell Barton
2018-05-04Eevee: Shadows: Don't allocate more CSM layer than we need.Clément Foucault
2018-05-04Cleanup: trailing spaceCampbell Barton
2018-05-04Edit Mesh: Multi object color reverseCampbell Barton
2018-05-04Eevee: Fix Cascaded shadow map calculation.Clément Foucault
2018-05-04DRW: Add DRW_viewport_far/near_distance_get functions.Clément Foucault
2018-05-04Fix crash selecting edit-meshCampbell Barton
2018-05-04Fix: Fire notifiers on pose properties changedJoshua Leung
2018-05-04Workbench: Color selector when in single color modeJeroen Bakker
2018-05-04Merge branch 'master' into blender2.8Germano
2018-05-04BKE: bvhuils: remove member `sphere_radius`.Germano
2018-05-04Depsgraph: Fix several ID blocks added multiple times to depsgraphSergey Sharybin
2018-05-04T54953: Use OCIO for display color managementJeroen Bakker
2018-05-04Workbench: Random color generationJeroen Bakker
2018-05-04Merge branch 'master' into blender2.8Germano
2018-05-04Fix grid fill crash with copy on writeSergey Sharybin
2018-05-04Fix erroe in previous commit.Germano
2018-05-04Eevee: Shadows: Compute Octahedron size from CubeMap size.Clément Foucault
2018-05-04Eevee: Cap Shadow resolution to 4096px^2.Clément Foucault
2018-05-04Eevee: Shadows: Separate Cube and Cascade shadow maps into 2 texture array.Clément Foucault
2018-05-04Eevee: Simplify shadow test code with macros.Clément Foucault
2018-05-04Merge branch 'master' into blender2.8Germano
2018-05-04BKE: bvhutils: Unifies static functions oh bvhtrees creation.Germano
2018-05-04Static Override: fix stupid ;istake in moving autooverride to own struct flag.Bastien Montagne
2018-05-04Merge branch 'blender2.8' into tmp-static-override-insertionBastien Montagne
2018-05-04Static Override: Add overridable flag to drivers' ID pointer.Bastien Montagne
2018-05-04Merge branch 'blender2.8' into tmp-static-override-insertionBastien Montagne
2018-05-04Merge branch 'master' into blender2.8Sergey Sharybin
2018-05-04Cleanup: Remove G.main from framechange_poses_clear_unkeyed()Sergey Sharybin
2018-05-04Transform: use bool when local matrix is neededCampbell Barton
2018-05-04Fix mistake in boundbox centerCampbell Barton
2018-05-04Merge branch 'master' into blender2.8Germano
2018-05-04BKE: Smoke: Fix error with implicit declaration of function due recent changes.Germano
2018-05-04Depsgraph: Fix missing relations for IDs brought by driversSergey Sharybin
2018-05-04Merge branch 'master' into blender2.8Germano
2018-05-04BKE: BVHtree: Replace all external references of `bvhtree_from_mesh_looptri` ...Germano
2018-05-04Workbench: ShadowsJeroen Bakker
2018-05-04Allocate/free meshes with generic library functions.Sybren A. Stüvel