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-08-13Fix T41164: Knife creates duplicate vertsCampbell Barton
2014-08-12Fix T40566: Light instances disappears in rendered viewport (Blender Internal)Sergey Sharybin
2014-08-12Fix T41060: Wrong texture 'Object' mapping in 3DView Rendered mode with Blend...Sergey Sharybin
2014-08-12Fix T41415: Lasso keymap not working in UV editor.Bastien Montagne
2014-08-12Fix part of T41406Antony Riakiotakis
2014-08-12Fix T41409: Copy Custom Property function does nothing with pose bones.Bastien Montagne
2014-08-12Change previous commit that uses transparency by default.Antony Riakiotakis
2014-08-12Cleanup.Bastien Montagne
2014-08-12Fix T41411: Undo crashing with background images set.Bastien Montagne
2014-08-12Support table erasor in projective painting as well.Antony Riakiotakis
2014-08-12Fix T41414, T41386.Antony Riakiotakis
2014-08-12Fix T41349: Muting texture nodes can cause crashes.Lukas Tönne
2014-08-12Fix undo in texture painting not refreshing float images in viewport ifAntony Riakiotakis
2014-08-12Fix T41408: Diffuse and specular passes were incorrect with combined/color pa...Sergey Sharybin
2014-08-12Cleanup: magic numbersCampbell Barton
2014-08-12Rewritten Array Modifier D443Campbell Barton
2014-08-12Cleanup: unused varCampbell Barton
2014-08-12GHash: add flag get/set for gsetCampbell Barton
2014-08-12Freestyle: Removed the stored bContext from the Controller class.Tamito Kajiyama
2014-08-12Fix for wrong idname of the "Create Freestyle Stroke Material" operator.Tamito Kajiyama
2014-08-12Freestyle: code cleanup.Tamito Kajiyama
2014-08-12Freestyle: removed dead code in BlenderStrokeRenderer.Tamito Kajiyama
2014-08-12Freestyle: Fix for git merge glitches.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: Updated BKE_linestyle_default_shader() to include the UV Along Str...Tamito Kajiyama
2014-08-12Freestyle: Added new UV Along Stroke shader node.Tamito Kajiyama
2014-08-12Freestyle: removed unnecessary call of node_type_storage() in the definition ...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-12Added BKE_linestyle_use_textures() to check if stroke textures are enabled.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 a crash in BKE_linestyle_default_shader() due to a typo.Tamito Kajiyama
2014-08-12Freestyle: Fix for stroke_shader node default values copied from the Output L...Tamito Kajiyama
2014-08-12Freestyle: Changed the default Color value of the Output Line Style node.Tamito Kajiyama
2014-08-12Freestyle: Add BKE_linestyle_default_shader() for creating the default line s...Tamito Kajiyama
2014-08-12Follow-up to rB647969f9b617: Renamed CTX_data_linestyle_from_scene() to BKE_g...Tamito Kajiyama