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
2017-10-25Depsgraph: Remove workaround for infinite recursion in scene updateSergey Sharybin
2017-10-25Depsgraph: Cleanup, remove legacy material/lamp driver update functionsSergey Sharybin
2017-10-25Depsgraph: Remove driver evaluation from object updateSergey Sharybin
2017-10-25Depsgraph; Introduce new scene update routines which gets an explicit graphSergey Sharybin
2017-10-25Fix T53156: VSE not working since Workspace > engine changeDalai Felinto
2017-10-25Depsgraph: Make validation to take explicit graph to be checkedSergey Sharybin
2017-10-25Depsgraph: Don't touch set scenes when evaluating sceneSergey Sharybin
2017-10-25Depsgraph: Remove direct call to VSE animation updateSergey Sharybin
2017-10-25Depsgraph: Mark TODO as solvedSergey Sharybin
2017-10-25Depsgraph: Remove direct relations rebuild from set_backgroundSergey Sharybin
2017-10-25Merge branch 'master' into blender2.8Sergey Sharybin
2017-10-25Depsgraph: Add missing movie clip dopesheet invalidationSergey Sharybin
2017-10-24Fix crash changing settings of operator executed in different sceneJulian Eisel
2017-10-24Depsgraph: Remove residue of motion path optimizationSergey Sharybin
2017-10-24Depsgraph: Remove shortcut of freeing scene's depsgraphSergey Sharybin
2017-10-24Depsgraph: Remove scene from refresh APISergey Sharybin
2017-10-24Depsgraph: Switch to explicit graph specification for tag flushSergey Sharybin
2017-10-24Fix non-instanced groups in no-collection file creating collectionsDalai Felinto
2017-10-21Merge branch 'master' into blender2.8Campbell Barton
2017-10-20Depsgraph: Reduce number of depsgraph_legacy usages outside of depsgraphSergey Sharybin
2017-10-20Depsgraph: Introduce hash of dependency graphs in the scene levelSergey Sharybin
2017-10-20Depsgraph: Remove redundant call of depsgraph freeSergey Sharybin
2017-10-20Remove some residue of old legacy dependency graphSergey Sharybin
2017-10-20Fix T46163: NLA properties with drivers aren't displayed as having driversJoshua Leung
2017-10-20Merge branch 'master' into blender2.8Campbell Barton
2017-10-20Cleanup: redundant castsCampbell Barton
2017-10-19Fix/properly implement: "make group proxy"Dalai Felinto
2017-10-19Merge branch 'master' into blender2.8Sergey Sharybin
2017-10-19Allow non-initialized memory to be passed to BKE_id_copy_exSergey Sharybin
2017-10-19Add note about handling of root nodetree in ID copydata.Bastien Montagne
2017-10-18Merge branch 'master' into blender2.8Sergey Sharybin
2017-10-18Fix mistake in new ID copy code in 'no allocate' case.Bastien Montagne
2017-10-18Fix wrong comment (leftover from dev time).Bastien Montagne
2017-10-18Depsgraph: Make Copy-on-Write a command line optionSergey Sharybin
2017-10-18Merge branch 'master' into blender2.8Campbell Barton
2017-10-17Make auto handle placement aware of cyclic extrapolation.Alexander Gavrilov
2017-10-17Fix T53007: OpenSubdiv + transparency = artefact/crashesSergey Sharybin
2017-10-17Merge branch 'master' into blender2.8Campbell Barton
2017-10-17Cleanup: use 'e' prefix for enum typedefsCampbell Barton
2017-10-17Merge branch 'master' into blender2.8Campbell Barton
2017-10-17Docs: Add comments on workspace removal functionsJulian Eisel
2017-10-16Workspace: Call BKE_viewrender_free from the right placeDalai Felinto
2017-10-16Workspace: Move engines to workspace and Properties Editor cleanupDalai Felinto
2017-10-16Replace freeing checks with MEM_SAFE_FREEJoshua Leung
2017-10-14Merge branch 'master' into blender2.8Campbell Barton
2017-10-14Correct bezier curve assertCampbell Barton
2017-10-12Merge branch 'master' into blender2.8Bastien Montagne
2017-10-12Fix T53052: ID decrement error when deleting a scene, either python or GUI.Bastien Montagne
2017-10-07Cleanup: style, duplicate includesCampbell Barton
2017-10-07Eevee: Shadows: Add Contact ShadowsClément Foucault