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-22SceneRenderLayer Removal/RefactorDalai Felinto
2017-11-09Depsgraph: Make dependency graph to be built from scene layerSergey Sharybin
2017-11-08Farewell Scene->baseDalai Felinto
2017-11-03Depsgraph: Port more areas to direct depsgraph APISergey Sharybin
2017-11-02Freestyle: Fix access freed memory when freeing fresstyle bmainSergey Sharybin
2017-11-02Freestyle: Keep lines on manageable complexitySergey Sharybin
2017-10-20Depsgraph: Reduce number of depsgraph_legacy usages outside of depsgraphSergey Sharybin
2017-10-16Workspace: Move engines to workspace and Properties Editor cleanupDalai Felinto
2017-09-15Merge branch 'master' into blender2.8Sergey Sharybin
2017-09-14Fix T52653: Render output of linked scenes conflicts with other scenes with t...Sergey Sharybin
2017-07-13Fix compilation error in FreestyleSergey Sharybin
2017-06-08Replace all old DAG calls with direct calls to new DEG and remove BKE_depsgra...Luca Rood
2017-06-02Merge branch 'master' into blender2.8Campbell Barton
2017-06-02Cleanup: styleCampbell Barton
2017-05-25TexFace removal part 3Campbell Barton
2017-05-18Freestyle is back for 2.8Dalai Felinto
2017-05-18Use the correct depsgraph for freestyleSergey Sharybin
2017-05-18Make sure external engines also render fine with depsgraph + freestyle wipDalai Felinto
2017-04-06Depsgraph: Remove old depsgraph header from freestyleSergey Sharybin
2017-02-07Render Layers and Collections (merge from render-layers)Dalai Felinto
2016-07-08Rework/split test_object_materials().Bastien Montagne
2016-04-04Fix T48045: Freestyle ID user decrement error.Bastien Montagne
2015-10-10Fix T44048: freestyle lines in Cycles are in the wrong color space.Brecht Van Lommel
2015-05-16Freestyle: Fix for stroke rendering performed with multi-views enabled.Tamito Kajiyama
2015-05-12Depsgraph: Add additional relations/id update tagsSergey Sharybin
2015-05-04Freestyle: Compilation error fix after recent changes in BKE_object_add()Sergey Sharybin
2015-03-27Freestyle: Code cleanup, prepare for strict C++ flagsSergey Sharybin
2015-03-09Fix T43624: Freestyle uses wrong colour on second Line Set with textured line...Tamito Kajiyama
2015-02-05Mesh validate: add an option to not clean temp/cache CDLayers.Bastien Montagne
2015-01-17Fix T43090: Cycles + Freestyle + border render = black render.Tamito Kajiyama
2015-01-03Freestyle: memory consumption optimization in stroke rendering.Tamito Kajiyama
2014-10-28Cleanup: de-duplicate engine-id'sCampbell Barton
2014-09-11Freestyle: Fix for missing quality control on line rendering in Cycles.Tamito Kajiyama
2014-08-12Freestyle: Removed the stored bContext from the Controller class.Tamito Kajiyama
2014-08-12Freestyle: removed dead code in BlenderStrokeRenderer.Tamito Kajiyama
2014-08-12Freestyle: Removed debugging code (use G.main instead of Freestyle-local stru...Tamito Kajiyama
2014-08-12Fix for vertex colors not working properly.Tamito Kajiyama
2014-08-12Fix for wrong link in the line style shader nodes due to a typo.Tamito Kajiyama
2014-08-12Freestyle: Proper support for alpha transparency in line style shader nodes f...Tamito Kajiyama
2014-08-12Freestyle: Fix for an increasing reference count of images in copied Image Te...Tamito Kajiyama
2014-08-12Freestyle: Properly reconnect links from a UV Along Stroke node to a UV Map n...Tamito Kajiyama
2014-08-12Freestyle: Caching of auto-generated materials from line style shader nodes.Tamito Kajiyama
2014-08-12Removed/disabled debugging code.Tamito Kajiyama
2014-08-12Freestyle: an improved workflow of line style shading nodes.Tamito Kajiyama
2014-08-12WIP commit just for a record of a working snapshot of code revisions for node...Tamito Kajiyama
2014-08-12Made temporary changes to use G.main rather than Freestyle-local Main for deb...Tamito Kajiyama
2014-08-12Freestyle: Removed a debug print in BlenderStrokeRenderer::GetStrokeShader().Tamito Kajiyama
2014-08-12Freestyle: Added "blend_type" and "use_clamp" options to the Output Line Styl...Tamito Kajiyama
2014-08-12Freestyle: Fix for stroke_shader node default values copied from the Output L...Tamito Kajiyama
2014-08-12Freestyle: Added preliminary support for textured strokes in Cycles.Tamito Kajiyama