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-06Depsgraph: Cleanup, remove obsolete unused functionSergey Sharybin
2017-11-06Depsgraph: Avoid non-requested allocation of depsgraphSergey Sharybin
2017-11-03Depsgraph: Port more areas to direct depsgraph APISergey Sharybin
2017-10-25Depsgraph: Remove workaround for infinite recursion in scene updateSergey Sharybin
2017-10-25Depsgraph; Introduce new scene update routines which gets an explicit graphSergey Sharybin
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-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-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-19Merge branch 'master' into blender2.8Sergey Sharybin
2017-10-19Add note about handling of root nodetree in ID copydata.Bastien Montagne
2017-10-16Workspace: Move engines to workspace and Properties Editor cleanupDalai Felinto
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-06Merge branch 'master' into blender28Campbell Barton
2017-10-06Cleanup: styleCampbell Barton
2017-09-27Merge branch 'master' into blender2.8Campbell Barton
2017-09-27Vertex/Weight Paint: Use PBVH for paintingCampbell Barton
2017-09-25Merge branch 'master' into blender2.8Sergey Sharybin
2017-09-23Remove remaining qtcodecdataAaron Carlisle
2017-09-22Remove quicktime supportAaron Carlisle
2017-09-15Merge branch 'master' into blender2.8Sergey Sharybin
2017-09-14Merge branch 'master' into blender2.8Sergey Sharybin
2017-09-14Fix T52749: New Depsgraph - Render View Mask is not initialized correctlySergey Sharybin
2017-08-16Depsgraph/Layers: Keep original visibility when doing full scene copyDalai Felinto
2017-08-16Pass EvaluationContext instead of bContextCampbell Barton
2017-08-15Fix remaining issues with new Scene copying.Bastien Montagne
2017-08-15Fix scene_collection_copy always afecting IDs usercount.Bastien Montagne
2017-08-15Cleanup: rename vars with proper _src/_dst postfixes in new Scene ID data cop...Bastien Montagne
2017-08-15Cleanup/refactor: no new general arg-less macros enforcing var names please!Bastien Montagne
2017-08-15Fix new Scene ID copying code.Bastien Montagne
2017-08-15Merge branch 'master' into blender2.8Sybren A. Stüvel
2017-08-15Cycles/BI: Add a pixel size option for speeding up viewport renderingLukas Stockner
2017-08-12Merge branch 'master' into blender2.8Campbell Barton
2017-08-11iFix T52050: Empty VSE preview for scene strips with OpenGL preview + Rendere...Bastien Montagne
2017-08-07Merge again...Bastien Montagne
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-07-14Fix MSVSC compiler warningAntonio Vazquez
2017-07-14Workspace: Fix crash on preview, and sanitize placeholder functionsDalai Felinto
2017-07-13Depsgraph: Begin work on making depsgraph per-scene-layerSergey Sharybin
2017-07-11Merge branch 'master' into blender2.8Campbell Barton