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
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-24Object RNA: expose base_flag settings:Dalai Felinto
2017-11-24Depsgraph: Re-build relations when changing set sceneSergey Sharybin
2017-11-24Merge branch 'master' into blender2.8Bastien Montagne
2017-11-24Correct sensor fit useCampbell Barton
2017-11-24Cleanup leftover timing debug prints from own recent commits.Bastien Montagne
2017-11-24Depsgraph: Flush flags from base to object as an evaluation stepSergey Sharybin
2017-11-24Depsgraph: Add special cases to deal with multiple objects selection updateSergey Sharybin
2017-11-24Depsgraph: Add base flag flush operation definitionSergey Sharybin
2017-11-24Depsgraph: Pass base to build_object()Sergey Sharybin
2017-11-24Depsgraph: Create CoW copy of scene early onSergey Sharybin
2017-11-24Depsgraph: Use depsgraph to handle edit mode selectionSergey Sharybin
2017-11-24Manipulator: fix camera lens update glitchCampbell Barton
2017-11-24Eevee: Fix SSR adding too much light.Clément Foucault
2017-11-24Eevee: Refactor of lit_surface_frag.glslClément Foucault
2017-11-24Eevee: SSS: Principled Shader: Add a workaround the lack of scale inputClément Foucault
2017-11-24Merge branch 'master' into blender2.8Campbell Barton
2017-11-24Cleanup: -Wnonnull-compare GCC warningCampbell Barton
2017-11-24Minor cleanup for own recent commits.Bastien Montagne
2017-11-23Merge branch 'master' into blender2.8Bastien Montagne
2017-11-23Getting rid of OMP: first usage of new parallel BMesh items iteration instead.Bastien Montagne
2017-11-23BMesh: add limited support for parallelization over some basic iterators.Bastien Montagne
2017-11-23Add a new parallel looper for MemPool items to BLI_task.Bastien Montagne
2017-11-23Add ability to use more than one mempool iterator simultaneously.Bastien Montagne
2017-11-23Merge branch 'master' into blender2.8Bastien Montagne
2017-11-23Add non-gcc variant of static assert macro.Bastien Montagne
2017-11-23Fix T53145: bevel tool fails when used a second time.Brecht Van Lommel
2017-11-23Merge branch 'master' into blender2.8Brecht Van Lommel
2017-11-23Fix T53360: crash with GLSL bump mapping and missing group output node.Brecht Van Lommel
2017-11-23Cleanup: Rename ViewLayer *sl > ViewLayer *view_layerDalai Felinto