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-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-07style cleanup: if();Campbell Barton
2012-10-05Cycles: add "From Dupli" option for texture coordinate node. This gets theBrecht Van Lommel
2012-10-04style cleanup: comment blocksCampbell Barton
2012-10-01fix for some errors when unlinking.Campbell Barton
2012-09-30style cleanupCampbell Barton
2012-09-27incorrect spelling in commentsCampbell Barton
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-09-15Fix compilers warnings when legacy compositor is disabledSergey Sharybin
2012-09-15code cleanup: modify DO_INLINE define to not use __inline with mingwCampbell Barton
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-09-14fixes for NULL checks, remove some redundant checks and add some in that have...Campbell Barton
2012-09-09Fix #32513: incorrect color management in Material draw mode for Cycles.Brecht Van Lommel
2012-09-08style cleanupCampbell Barton
2012-09-05fix for various redundant checks and possibly fix some crashes in rare situat...Campbell Barton
2012-09-04Compilation fix for recent merge commitSergey Sharybin
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-23set defaults for de-speckleCampbell Barton
2012-08-23despeckle composite nodeCampbell Barton
2012-08-22code cleanup: use rect size macrosCampbell Barton
2012-08-21change curve evaluation functions never to modify curve data (ensures thread ...Campbell Barton
2012-08-21code cleanup: more legacy compo functions ifdef'dCampbell Barton
2012-08-21code cleanup: some legacy compo nodes were not ifdef'dCampbell Barton
2012-08-21Legacy Compositor / Scons:Thomas Dinges
2012-08-20disabling the compositor legacy build option now ifdef's exec() functions.Campbell Barton
2012-08-20option to build without the legacy compositorCampbell Barton
2012-08-18style cleanup: also correct some doxy commentsCampbell Barton
2012-08-09use sensor size when calculating dof rather then hard coded values.Campbell Barton
2012-08-09Fix for the default internal connect function for nodes (used in muting, deta...Lukas Toenne
2012-08-08code cleanup: rename G.afbreek --> is_break, G.rendering --> is_renderingCampbell Barton
2012-08-08code cleanup: rename G.rt to G.debug_valueCampbell Barton
2012-08-08DOF node: clamp blurring the zdepth radius buffer by the blur max. This could...Campbell Barton
2012-08-06Fix for incomplete Reroute node updates. Adding reroute nodes by spliting lin...Lukas Toenne
2012-08-06Fix for Reroute nodes: Reloading could change socket types without updating t...Lukas Toenne
2012-08-06inpaint node from tomato branch by Peter SchlaileCampbell Barton
2012-07-31remove references to raskter from compositor and BKE mask.Campbell Barton
2012-07-29add inline functions for max/min ints, good to use when the arguments are fun...Campbell Barton
2012-07-29code cleanup: replace MIN2/MAX2 with minf/maxfCampbell Barton
2012-07-27mask motion blur shutter optionCampbell Barton
2012-07-26Added a particle index output to the Particle Info Cycles node. This is requi...Lukas Toenne