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
2014-09-02Better fix for T41464: Material Boundary bug in Freestyle.Tamito Kajiyama
2014-08-20Fix T41464: Material Boundary bug in Freestyle.Tamito Kajiyama
2014-08-17CleanupCampbell Barton
2014-08-13Fix possible uninitialized var useCampbell Barton
2014-08-13SpellingCampbell Barton
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-12Fix for SCENE_OT_freestyle_stroke_material_create not respecting "use_nodes" ...Tamito Kajiyama
2014-08-12Freestyle: Proper support for alpha transparency in line style shader nodes f...Tamito Kajiyama
2014-08-12Freestyle: Fix for error handling in SCENE_OT_freestyle_stroke_material_create.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: Fix for a crash during access to Scene properties from within Python.Tamito Kajiyama
2014-08-12Freestyle: Keep a reference of the line style in Stroke rather than in Stroke...Tamito Kajiyama
2014-08-12Fix for renamed API functions in rB415af0b.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-12Follow-up to rB647969f9b617: Renamed CTX_data_linestyle_from_scene() to BKE_g...Tamito Kajiyama
2014-08-12Freestyle: Added preliminary support for textured strokes in Cycles.Tamito Kajiyama
2014-08-12Enabled USE_CYCLES_FOR_STROKE_RENDERING compile-time flag by default.Tamito Kajiyama
2014-08-12Always use the Blender Internal renderer for stroke rendering.Tamito Kajiyama
2014-08-12Added new operator "Create Freestyle Stroke Material" for testing.Tamito Kajiyama
2014-08-12Fix for hard-coded #include file paths.Tamito Kajiyama
2014-08-12Removed ad-hoc use of R_PERSISTENT_DATA for Freestyle/Cycles.Tamito Kajiyama
2014-08-12Initial implementation of Cycles materials for Freestyle stroke rendering.Tamito Kajiyama
2014-08-12Proof-of-concept implementation of Freestyle support for Cycles.Tamito Kajiyama
2014-08-07Cleanup: Remove special code for Visual Studio 2008.Thomas Dinges
2014-08-05Cleanup: indentationCampbell Barton
2014-07-24Freestyle Python API: Updates and speedups for the parameter editorTamito Kajiyama
2014-07-23Freestyle: minor speedup by omitting unnecessary transform matrix operations ...Tamito Kajiyama
2014-07-22Freestyle: added a note on #include "DNA_material_types.h".Tamito Kajiyama
2014-07-13Freestyle: minor docstring fixes.Tamito Kajiyama
2014-07-09Freestyle: fix for crash in the constructor of freestyle.types.StrokeVertexIt...Tamito Kajiyama
2014-07-07Per-material line color settings for Freestyle.Tamito Kajiyama
2014-07-04Fix for a wrong threads count shown in Freestyle debug mode (--debug-freestyle).Tamito Kajiyama
2014-07-01Second attempt to fix T40833: Crash when rendering with freestyle.Tamito Kajiyama
2014-07-01Python: remove redundant castsCampbell Barton
2014-06-30Attempt to fix T40833: Crash when rendering with freestyle.Tamito Kajiyama
2014-06-29Freestyle: Fix for "cast shadows only" materials not handled properly.Tamito Kajiyama
2014-06-26Reverted part of my previous commit causing a crash.Tamito Kajiyama
2014-06-26Freestyle: code cleanup: removed unused (outdated) static variables.Tamito Kajiyama