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
2012-12-01Fix #33372: materials linked in node setups did not output alpha values unlessBrecht Van Lommel
2012-11-23Fix related to #33259: cycles normal map node color input couldn't beBrecht Van Lommel
2012-11-15Image thread safe improvementsSergey Sharybin
2012-11-08Cycles: add strength input for normal map node.Brecht Van Lommel
2012-11-07style cleanup, also remove redundant call to set_listbasepointers in free_mai...Campbell Barton
2012-11-07Fix for previous commit, didn't compile on windows.Brecht Van Lommel
2012-11-06Cycles: 4 new nodes.Brecht Van Lommel
2012-11-06Fixes related to #33087:Brecht Van Lommel
2012-11-06avoid using function calls in macros that result in multiple function calls.Campbell Barton
2012-11-05Fix for Math node:Ton Roosendaal
2012-11-05Bugfix #33087Ton Roosendaal
2012-11-05fix for freed pointer access in node_free_script()Campbell Barton
2012-11-05Cycles: improve Anisotropic BSDF node, changing the Roughness U/V inputs toBrecht Van Lommel
2012-11-04code cleanup: quiet -Wdouble-promotion, disabled this warnings for a few file...Campbell Barton
2012-11-03Render API: shader script node for custom shaders.Brecht Van Lommel
2012-10-29style cleanupCampbell Barton
2012-10-25Internal node links are now cached in a per-node list, instead of being gener...Lukas Toenne
2012-10-25Fix issue after commit 50282: float texture painting non-color data textures didBrecht Van Lommel
2012-10-24Removed the experimental (and commented-out) code for FOR and WHILE loops in ...Lukas Toenne
2012-10-23Correction to recent fix for shader nodes -- image could be not loaded yetSergey Sharybin
2012-10-22Fix #32930: texture colors in material nodes (blender internal) are brighter ...Sergey Sharybin
2012-10-22style cleanupCampbell Barton
2012-10-21style cleanup: bge, switch statements mostly.Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-18Mark unused variables.Sergey Sharybin
2012-10-18Fix #32903: bring cycles glsl up to date with latest changes.Brecht Van Lommel
2012-10-17Cycles: add Tangent input for Anisotropic BSDF.Brecht Van Lommel
2012-10-10Cycles: per-BSDF normal input and new Bump node.Brecht Van Lommel
2012-10-10Cycles: Anisotropic BSDF enabled, with tangents now computed from the active ...Brecht Van Lommel
2012-10-05Cycles: add "From Dupli" option for texture coordinate node. This gets theBrecht Van Lommel
2012-09-09Fix #32513: incorrect color management in Material draw mode for Cycles.Brecht Van Lommel
2012-09-04Cycles: merge of changes from tomato branch.Brecht Van Lommel
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-09-03style cleanup: also add debugging print function for derived mesh DM_debug_pr...Campbell Barton
2012-08-31Added a bunch of additional particle state attributes to the Cycles particle ...Lukas Toenne
2012-08-30Fix #32404: GLSL normal maps using float images were incorrectly gettingBrecht Van Lommel
2012-08-29texture curves were not initialized (causing crash), own regression from movi...Campbell Barton
2012-08-28fix for own crash caused by curve refactor, now curve tables are initialized ...Campbell Barton
2012-08-23style cleanupCampbell Barton
2012-08-21change curve evaluation functions never to modify curve data (ensures thread ...Campbell Barton
2012-08-06Fix for incomplete Reroute node updates. Adding reroute nodes by spliting lin...Lukas Toenne
2012-07-26Added a particle index output to the Particle Info Cycles node. This is requi...Lukas Toenne
2012-07-17code cleanup: spellingCampbell Barton
2012-06-22use an inline function for rgb -> bw conversion.Campbell Barton
2012-06-17style cleanup:Campbell Barton
2012-06-08Particle Info node for Cycles. This can be used to access particle informatio...Lukas Toenne
2012-06-04Cycles: support for image sequences in image/environment texture node.Brecht Van Lommel
2012-06-02Fixing most (if not all) remaining issues with nodes UI i18n.Bastien Montagne
2012-06-01Reroute nodes, by Jeroen Bakker (patch #28443).Lukas Toenne
2012-05-29Fix #31596: wrong soft limits for light falloff node.Brecht Van Lommel