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-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
2012-07-25Fix #32178, Adding "File Output" node crashes when a video output type is sel...Lukas Toenne
2012-07-21use fabsf when using floats.Campbell Barton
2012-07-17code cleanup: spellingCampbell Barton
2012-07-16fix for linking with scons.Campbell Barton
2012-07-13Fix #32087: Crash while changing values in comp editor (bt and blender included)Sergey Sharybin
2012-07-10Keying screen: small fixes and improvements from tomatoSergey Sharybin
2012-07-10refactor node highlight code. New implementation will not write toJeroen Bakker
2012-07-10Mango request: added an input node to use track's position in compositorSergey Sharybin
2012-07-05style cleanupCampbell Barton
2012-07-04More spell checking.Bastien Montagne
2012-07-04relay the original node to a different place holder to resolve someJeroen Bakker
2012-07-04Highlight nodes that are being processedJeroen Bakker
2012-07-03More spell and typo fixes (mostly visualise->visualize, grey->gray, normalise...Bastien Montagne
2012-07-01style cleanup: commentsCampbell Barton
2012-07-01Scons:Thomas Dinges
2012-06-30the compositor optional for cmake: WITH_COMPOSITORCampbell Barton
2012-06-22use an inline function for rgb -> bw conversion.Campbell Barton
2012-06-21 * make it possible to composite without an compositor node [#31878]Jeroen Bakker
2012-06-21negate previous commit flag, this way existing files dont loose their feather.Campbell Barton
2012-06-21option to disable feather, since its so slow - for interactively editing mask...Campbell Barton
2012-06-21falloff options for dilate/erode feather compo node.Campbell Barton