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-12-18Fix bad merge happened at some pointSergey Sharybin
2017-12-18Static Override: better handling in ID template.Bastien Montagne
2017-12-18Add override icon to such data-blocks in OUtliner.Bastien Montagne
2017-12-18Add macros to check whether an ID is a static override or has a template for it.Bastien Montagne
2017-12-18Serious cleanup/refactor/fixing of new RNA comparison code.Bastien Montagne
2017-12-18RNA: add new property falg for pointers (and collection), 'NO_OWNERSHIP'.Bastien Montagne
2017-12-17Fix triangles indexbuf of Curve Displists was being discarded incorrectlyGermano
2017-12-17Fix triangles of the Displists were being drawn in the opposite directionGermano
2017-12-16Manipulator: change cursor for navigation axisCampbell Barton
2017-12-16Manipulator: draw 2d manipulators over view borderCampbell Barton
2017-12-16App Template: use manipulator flagCampbell Barton
2017-12-15Manipulator: view3d navigation buttonsCampbell Barton
2017-12-15Manipulator: support single press button actionsCampbell Barton
2017-12-15Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-15Depsgraph: Cleanup, remove unused functionSergey Sharybin
2017-12-15Depsgraph: Cleanup, make naming more understandableSergey Sharybin
2017-12-15Depsgraph: Use array instead of set for node factorySergey Sharybin
2017-12-15Depsgraph: Add named constant with number of node typesSergey Sharybin
2017-12-15Depsgraph: Don't use negative enum valueSergey Sharybin
2017-12-15Fix failing assert when reading workspace list from workspaces.blendJulian Eisel
2017-12-15Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-15Depsgraph Cleanup, spellingSergey Sharybin
2017-12-15Depsgraph: Simplify logic around special case for node tree updateSergey Sharybin
2017-12-15Depsgraph: Cleanup, extra whitespaceSergey Sharybin
2017-12-15Depsgraph: Cleanup, use names for particle system tag flagsSergey Sharybin
2017-12-15Depsgraph: Remove special exception logic from ID node taggingSergey Sharybin
2017-12-15math utils: Add utilities to scan bit and clear itSergey Sharybin
2017-12-15Math utils: Go away form naive code for highest_order_bit_uintSergey Sharybin
2017-12-15Math utils: Add bit scan operationsSergey Sharybin
2017-12-15Math utils: Make it more clear what the functions are returningSergey Sharybin
2017-12-15Math utils: Cleanup, use _uint suffix for function which operates on uintSergey Sharybin
2017-12-15Fix missing refresh of editors when changing workspace view-layerJulian Eisel
2017-12-15Depsgraph: Fix assignment to wrong flagsSergey Sharybin
2017-12-15Tracking: Cleanup, fix typo in variable nameSebastian Koenig
2017-12-15Tracking: Pass all markers to autotrack at onceSergey Sharybin
2017-12-15Tracking: Cleanup, make autotrack context creation code more granularSergey Sharybin
2017-12-15Tracking: Cleanup, use more const qualifiers when appropriateSergey Sharybin
2017-12-15Depsgraph: cleanup DEGOIterObjectData > DEGObjectIterDataDalai Felinto
2017-12-15Depsgraph: Make DEG_OBJECT_ITER more granularDalai Felinto
2017-12-15Depsgraph / Render / Collection: Tag groups for renderingDalai Felinto
2017-12-15Group collection viewport/render options and remove collection visibilityDalai Felinto
2017-12-15Draw manager: Cleanup, unused variableSergey Sharybin
2017-12-15Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-15Fix dupli-frames (and other duplis)Dalai Felinto
2017-12-15Move ID recalc flags into dedicated field in IDSergey Sharybin
2017-12-15Fix RNA crash for objects without collection propertiesDalai Felinto
2017-12-14Draw Manager: Texture space support for Curve and Metaball objectsGermano
2017-12-14Fix broken collada from recent merge rBb83b6afe5572ae29b4ad105dd8001c3343e2205b.Bastien Montagne
2017-12-14Draw Manager: Edit Curve Mode: Fix "Not freed memory blocks"Germano
2017-12-14Draw Manager: Recalculate batch of Curves, Surfaces and Texts when a property...Germano