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-06-01Main Workspace IntegrationJulian Eisel
2017-06-01Merge branch 'master' into blender2.8Julian Eisel
2017-06-01Remove comment (missed last commit)Campbell Barton
2017-06-01Fix T51651: translate w/ individual origins failsCampbell Barton
2017-06-01Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-01Depsgraph: Cleanup, line wraps after shortening APISergey Sharybin
2017-06-01Depsgraph: Remove operation types enumSergey Sharybin
2017-06-01Depsgraph: use explicit marking of component entry/exit operationsSergey Sharybin
2017-06-01Depsgraph: Cleanup, use DEG_NODE_CLASS prefix for node classesSergey Sharybin
2017-06-01Depsgraph: Cleanup, use DEG_NODE_TYPE prefix for depsgraph node typesSergey Sharybin
2017-06-01Depsgraph: Remove unused argument from time source querySergey Sharybin
2017-06-01Depsgraph: Remove subgraph nodesSergey Sharybin
2017-06-01Depsgraph: Remove dead codeSergey Sharybin
2017-06-01Depsgraph: Remove dead code from add_time_source()Sergey Sharybin
2017-06-01Depsgraph: Cleanup, get rid of relation typeSergey Sharybin
2017-06-01GPUCodegen: fix missing ViewMatrix in new shading.Clément Foucault
2017-06-01Fix T51687: GPUmat evaluation of shader tree would crash uppon unknown/unsupp...Bastien Montagne
2017-06-01Correct select-similar end valueCampbell Barton
2017-06-01Add Face-Map to select similarCampbell Barton
2017-06-01Fix bad index use drawing deformed face centersCampbell Barton
2017-06-01Clear pose draw data in BGE pose copyCampbell Barton
2017-06-01Fix custom-bone display-at optionCampbell Barton
2017-06-01Resolve assert in weight paint mode w/ no weightsCampbell Barton
2017-05-31Fix bad handling of 'extra' user for groups at their creation.Bastien Montagne
2017-05-31Fix T51680: 'Delete Group' from Group view of Outliner does not work.Bastien Montagne
2017-05-31DwM: Show wire only mesh objectsCampbell Barton
2017-05-31Fix manipulator immediate mode useCampbell Barton
2017-05-31Merge branch 'master' into blender2.8Sergey Sharybin
2017-05-31Task scheduler: Optimize subsequent pushing bunch of tasksSergey Sharybin
2017-05-31Fix bone selection (index can't skip hidden bones)Campbell Barton
2017-05-31Cleanup: Easier to read constant nameSergey Sharybin
2017-05-31Fix T51661: Swaping strips does not refresh sequencerSergey Sharybin
2017-05-31Cleanup: Use more clear parenthesisSergey Sharybin
2017-05-31Fix outliner crash clicking on pose bonesCampbell Barton
2017-05-30Eevee: Put shadows and probes inside SceneLayerEngineDataClément Foucault
2017-05-30Draw Manager: Add SceneLayerEngineData and use callbacks to clear runtime eng...Clément Foucault
2017-05-30Fix T51667: blenderplayer building (tm)Dalai Felinto
2017-05-30Fix T49570: Cycles baking can't handle materials with no imagesDalai Felinto
2017-05-30Baking: Add logic to get material from API regardless of Mesh/Object ownershipDalai Felinto
2017-05-30Depsgraph: Fix missing relations for objects which are indirectly linkedSergey Sharybin
2017-05-30Depsgraph: Remove extra modifiers callback loopSergey Sharybin
2017-05-30Move ED_object_facemap functions into ED_object.hCampbell Barton
2017-05-30Somehow missed this in recent Face Maps commitCampbell Barton
2017-05-30Eevee: Fix ggx sun light.Clément Foucault
2017-05-30Displace modifier: Pre-fetch all possible images to image pool prior executionSergey Sharybin
2017-05-30Image pool: Use memory pool for allocating elementsSergey Sharybin
2017-05-30Depsgraph: Fix object being tagged for data update when it shouldn'tSergey Sharybin
2017-05-30Depsgraph: Add missing update tag clear for proxy objectsSergey Sharybin
2017-05-30Alembic import: fixed bug interpolating between frames.Sybren A. Stüvel
2017-05-30Alembic: simplified sub-frame samplingSybren A. Stüvel