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-06-13Merge branch 'master' into blender2.8Bastien Montagne
2018-06-13Cleanup: get rid of last G.main in BMesh code.Bastien Montagne
2018-06-13Cleanup: moar ugly G.main removal...Bastien Montagne
2018-06-11Improve/partially fix overriding of Object material pointers.Bastien Montagne
2018-06-11Cleanup: remove object.is_visible.Brecht Van Lommel
2018-06-09Merge branch 'master' into blender2.8Campbell Barton
2018-06-09Cleanup: trailing space in RNACampbell Barton
2018-06-09RNA: revert object mode re-orderCampbell Barton
2018-06-07Cleanup: Nuke moar G.main usages...Bastien Montagne
2018-06-06Merge branch 'master' into blender2.8Bastien Montagne
2018-06-06Cleanup: Nuke moar G.main usages...Bastien Montagne
2018-06-05Static Override: Fix order of operations issue in material slots.Bastien Montagne
2018-06-05Static Override: progresses towards full support for material slots.Bastien Montagne
2018-06-05Fix stupid mistake in previous commit.Bastien Montagne
2018-06-05RNA/Override: Move override-related property flags to own variable.Bastien Montagne
2018-06-05Baby step towards making overridable materials for objects.Bastien Montagne
2018-06-01UI: use same "Viewport Display" name for scene/object/material panels.Brecht Van Lommel
2018-05-31Merge branch 'master' into blender2.8Bastien Montagne
2018-05-31Cleanup: remove G.main from BKE objectBastien Montagne
2018-05-30Depsgraph API: renaming, more granular update information.Brecht Van Lommel
2018-05-30Keymap: group paint modes, reorder enumCampbell Barton
2018-05-29Merge branch 'master' into blender2.8Bastien Montagne
2018-05-29Cleanup: Get rid of G.main in BKE_material.Bastien Montagne
2018-05-18Collections and groups unificationBrecht Van Lommel
2018-05-13Fix missing path callback for new Object.display struct.Bastien Montagne
2018-05-09T55014: Optionally: objects not cast shadows in workbenchJeroen Bakker
2018-05-08Collections: remove per collection and view layer engine overrides.Brecht Van Lommel
2018-05-07Fix T54525: crash when setting number of frames to use between dupoffPhilipp Oeser
2018-05-07Fix T54525: crash when setting number of frames to use between dupoffPhilipp Oeser
2018-05-02Static Override: add insertion for modifiers and one constraints, fix editing...Bastien Montagne
2018-05-02Cleanup.Bastien Montagne
2018-05-02Static Override: Add proper 'apply' callback for object constraints insertion.Bastien Montagne
2018-05-02Static override: Add basic two-passes system needed for apply insert op.Bastien Montagne
2018-05-02Static override: initial work for generating 'insertion' in collections.Bastien Montagne
2018-04-23Static Override: initial enabling of overrides for modifiers and constraints.Bastien Montagne
2018-04-17Removing Blender Game Engine from Blender 2.8Dalai Felinto
2018-04-13Python API: remove object.dupli_list_create and dupli_list_clear.Brecht Van Lommel
2018-04-05Remove workspace object mode, reverts changes w/ 2.8Campbell Barton
2018-03-26Fix T53800: Bad data editing during DEG evaluation?Bastien Montagne
2018-03-19Merge branch 'master' into blender2.8Campbell Barton
2018-03-19Cleanup: split lattice into own libraryCampbell Barton
2018-03-13Merge branch 'master' into blender2.8Campbell Barton
2018-03-13Cleanup: pass selectmode directlyCampbell Barton
2018-03-13Fix (unreported) crash when changing active shapekey in Edit mode.Bastien Montagne
2018-02-18Merge branch 'master' into blender2.8Brecht Van Lommel
2018-02-18Fix T54089: missing GLSL material draw update when changing object pass index.Brecht Van Lommel
2018-02-13Object Mode: remove Scene.obedit for RNACampbell Barton
2018-02-09Cleanup: use workspace for object_mode when possibleCampbell Barton
2018-02-08Object Mode: move to workspace structCampbell Barton
2018-02-07Merge branch 'master' into blender2.8Campbell Barton