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-11-27Manipulator: ignore depth-buffer for scale cageCampbell Barton
2017-11-27Cleanup: incorrect commentCampbell Barton
2017-11-27WM: handle widgets before tool keymapsCampbell Barton
2017-11-26Merge branch 'master' into blender2.8Bastien Montagne
2017-11-26Cleanup: ImageEditor's mask drawing code was re-implementing `BKE_maskrasteri...Bastien Montagne
2017-11-26Removing OMP: BKE's mask_rasterize.cBastien Montagne
2017-11-26Removing OMP: autotrack BKE code.Bastien Montagne
2017-11-26Removing OMP: bmesh_operators.cBastien Montagne
2017-11-26Removing OMP: bmesh_interp.cBastien Montagne
2017-11-26Removing OMP: nuke last usages in bmesh_mesh.cBastien Montagne
2017-11-26Fix T53349: AO bounces not working correct with OpenCL.Mathieu Menuet
2017-11-26Cleanup: rename edge -> edgesCampbell Barton
2017-11-26Minor improvement to last commitCampbell Barton
2017-11-26BMesh: improve edge rotate when edges share facesCampbell Barton
2017-11-26Cleanup: move edge-rotate into own fileCampbell Barton
2017-11-26Fix T53393: Change from 'd' key to 'draw' panel button causes pencil to be ac...Joshua Leung
2017-11-26Fix for Fix (c): broken atomic lock in own bmesh code.Bastien Montagne
2017-11-25Fix broken atomic_cas lock in own recent commit in bmesh.Bastien Montagne
2017-11-25Eevee: Fix Defered AO definesClément Foucault
2017-11-25Eevee: Fix SSS mixing with transparent bsdfClément Foucault
2017-11-25Eevee: Add SSS support in probesClément Foucault
2017-11-25Get workspace mode from the workspace view-layerJulian Eisel
2017-11-25Eevee: SSS: Add separated Albedo option.Clément Foucault
2017-11-25GPUFramebuffer: Bump the framebuffer attachement limit to 5 color texturesClément Foucault
2017-11-24Backgroudn set tests: Correct evaluation orderSergey Sharybin
2017-11-24Depsgraph: Tag background scene for base flags updateSergey Sharybin
2017-11-24Revert "Depsgraph: Remove legacy re-scheduling code"Sergey Sharybin
2017-11-24Depsgraph: Allow tagging whole scene for base flags flushSergey Sharybin
2017-11-24Depsgraph: make it more obvious who's view layer is being updatedSergey Sharybin
2017-11-24Depsgraph: Do log from newly base flag flush functionSergey Sharybin
2017-11-24Depsgraph: Remove legacy re-scheduling codeSergey Sharybin
2017-11-24Depsgraph: Fix crash when deleting object which is linked both directly and i...Sergey Sharybin
2017-11-24Depsgraph: Make code a bit more robust against tagging indirectly linked objectsSergey Sharybin
2017-11-24Depsgraph: Re-schedule pending tags after relations updateSergey Sharybin
2017-11-24Depsgraph: Directly linked objects should be priority for base flags over set...Sergey Sharybin
2017-11-24Depsgraph: Fix race condition when object is coming from both scene and setSergey Sharybin
2017-11-24Depsgraph: Pass base in relations builderSergey Sharybin
2017-11-24Depsgraph: Correct wrong base_flags for objects coming from set sceneSergey Sharybin
2017-11-24Depsgraph: Use proper link flag for indirectly linked parent objectSergey Sharybin
2017-11-24Merge branch 'master' into blender2.8Sergey Sharybin
2017-11-24Depsgraph: Cleanup, indentationSergey Sharybin
2017-11-24Merge branch 'master' into blender2.8Sergey Sharybin
2017-11-24Depsgraph: Allow finding operations after construction is doneSergey Sharybin
2017-11-24Depsgraph: Deduplicate operation node finding logicSergey Sharybin
2017-11-24Depsgraph: Use proper return type for find_node methodSergey Sharybin
2017-11-24Depsgraph: Use get_ prefix for function which expect operation to existsSergey Sharybin
2017-11-24Depsgraph: Make has_ prefixed function to return booleanSergey Sharybin
2017-11-24Depsgraph: Introduce explicit method which finds operation or returns NULLSergey Sharybin
2017-11-24Depsgraph: Make more clear what find_operation() is doing for componentSergey Sharybin
2017-11-24Unittest: Update background set test to test for proper flagDalai Felinto