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
2018-10-11RNA: remove redundant new_from_object/to_mesh argCampbell Barton
2018-10-10Python API: add loop triangles access, remove tessfaces.Brecht Van Lommel
2018-08-29Merge branch 'master' into blender2.8Campbell Barton
2018-08-29Cleanup: indentationCampbell Barton
2018-06-17Merge branch 'master' into blender2.8Campbell Barton
2018-06-17Cleanup: trailing space for freestyleCampbell Barton
2018-06-06Depsgraph iterator: Remove explicit modeDalai Felinto
2018-06-01Workbench: Material specific settings for the specularJeroen Bakker
2018-05-22Fix some Cycles modifier stack issues with copy-on-write.Brecht Van Lommel
2018-04-19Remove Blender Internal and legacy viewport from Blender 2.8.Ton Roosendaal
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-04-13Python API: remove preview/render resolution settings from API functions.Brecht Van Lommel
2018-04-13Depsgraph: don't pass evaluation context to update functions.Brecht Van Lommel
2018-04-13Depsgraph: store mode and time in depsgraph, add view layer / scene accessors.Brecht Van Lommel
2018-04-09Freestyle: use depsgraph to get geometry, instead of Blender Internal.Brecht Van Lommel
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-11-22SceneRenderLayer Removal/RefactorDalai Felinto
2017-05-18Freestyle is back for 2.8Dalai Felinto
2016-08-05Fix T48366: Freestyle will unnecessary exclude some linked objects.Tamito Kajiyama
2015-10-26Freestyle: minor speed-up by omitting the calculation of the smallest edge size.Tamito Kajiyama
2015-07-20Freestyle: internal switch from double to float in mesh loading and construct...Tamito Kajiyama
2015-07-20Freestyle: minor code cleanup.Tamito Kajiyama
2015-06-18Freestyle: Fix for wrong assertion failure upon inverted face normals.Tamito Kajiyama
2015-05-11Freestyle: Fix for assertion failure in viewport preview.Tamito Kajiyama
2015-03-27Freestyle: Code cleanup, silence warning in release modeSergey Sharybin
2014-10-23Fix T42351: Freestyle will not render edges selected by Edge Type: Material B...Tamito Kajiyama
2014-07-23Freestyle: minor speedup by omitting unnecessary transform matrix operations ...Tamito Kajiyama
2014-07-07Per-material line color settings for Freestyle.Tamito Kajiyama
2014-06-29Freestyle: Fix for "cast shadows only" materials not handled properly.Tamito Kajiyama
2014-06-24Freestyle: Progress bar updates during mesh loading.Tamito Kajiyama
2014-05-21Freestyle: code cleanup - removed very old commented lines of code.Tamito Kajiyama
2014-05-17Revised the debug code added in the commit rB4958aff780a3 according to the ra...Tamito Kajiyama
2014-05-17Freestyle: Added a piece of debug code for checking the consistency of face n...Tamito Kajiyama
2014-04-18Quite compiler warnings.Tamito Kajiyama
2014-03-15Code cleanup: spelling & styleCampbell Barton
2013-07-12optimize interp_weights_poly_v2(), well tested, was calculating the area twic...Campbell Barton
2013-07-10Fix for bug #36009: Rendered ortho view messes up Freestyle lines in 3D viewp...Tamito Kajiyama
2013-04-09Attempt to fix a potential name conflict between Freestyle and the compositor.Tamito Kajiyama
2013-03-31remove blender foundation copyright from freestyle files.Campbell Barton
2013-03-16Fix for a crash due to mesh faces with wire frame materials not properly hand...Tamito Kajiyama
2013-03-13New implementation of Freestyle edge/face marksTamito Kajiyama
2013-03-08A big code clean-up patch from Bastien Montagne, many thanks!Tamito Kajiyama
2013-01-18A patch set from Bastien Montagne (thanks!) for silencing build warnings (fro...Tamito Kajiyama
2013-01-04New command-line option --debug-freestyle to enable verbose debug messagesTamito Kajiyama
2012-12-18Another big code clean-up patch by Bastien Montagne (GPL headers, indentation,Tamito Kajiyama
2012-12-09Fix for a number of compiler warnings as well as a bug hidden by the warnings.Tamito Kajiyama
2012-07-17Better handling of the ESC key during Freestyle rendering.Tamito Kajiyama
2012-06-17Fixed a typo.Tamito Kajiyama
2012-06-12Fix for emitted objects of a particle system not rendered properly.Tamito Kajiyama
2012-05-01Fix for a crash due to a corruption of data for addressing degenerate triangl...Tamito Kajiyama