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-16fix for error in recent commit (made function static that shouldn't have been...Campbell Barton
2012-09-16code cleanup: quiet warnings for gcc's -Wundef, -Wmissing-declarationsCampbell Barton
2012-09-16code cleanup: make local game engine functions staticCampbell Barton
2012-09-16code cleanup: remove unused structs and also some style cleanup.Campbell Barton
2012-09-16remove unused parts of raskter module.Campbell Barton
2012-09-15Yet another OSL fix: Some functions are missing stubs that were not used in o...Lukas Toenne
2012-09-15Fix for OSL 'Normal' node: the Direction parameter is of 'normal' type instea...Lukas Toenne
2012-09-15Generate compatible OSL shader parameter names in cases where the node has an...Lukas Toenne
2012-09-15OSL implementation of RGB ramp node.Lukas Toenne
2012-09-15Merged this part of code by mistake.Sergey Sharybin
2012-09-15Cycles / OSL:Thomas Dinges
2012-09-15Cycles / OSL:Thomas Dinges
2012-09-15* Disable building of Legacy Compositor in Scons. Thomas Dinges
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-09-15fix for bug in txt_undo_read_uint32() reading 4byte unicode values.Campbell Barton
2012-09-15Buildbot: OpenColorIO should be enabled for buildbot nowSergey Sharybin
2012-09-15Fix for collada -- some intermediate patch remained untweaked thereSergey Sharybin
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-09-15Color Management, Stage 1: Initial OpenColorIO library integrationSergey Sharybin
2012-09-15Fix compilers warnings when legacy compositor is disabledSergey Sharybin
2012-09-15code cleanup: remove more invalid/paranoid NULL checks Campbell Barton
2012-09-15code cleanup: remove paranoid/invalid NULL checks and also reduce some unneed...Campbell Barton
2012-09-15fix for error in own recent commit adding node undo pushes. (bad use of sizeof)Campbell Barton
2012-09-15fix for 3 obvious mistakes/bugs.Campbell Barton
2012-09-15code cleanup: remove paranoid NULL checks (these cases would crash earlier of...Campbell Barton
2012-09-15fix incorrect macro for mask handle selection checking.Campbell Barton
2012-09-15code cleanup: replace memcpy for copy_v3_v3(), and fix for unlikely crash - i...Campbell Barton
2012-09-15syntax error in previous commitCampbell Barton
2012-09-15Silent compiler's warnings about tracking moduleSergey Sharybin
2012-09-15code cleanup: quiet some windows warnings.Campbell Barton
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-15fix [#32381] Sculpt: crash when using radius sensitivityCampbell Barton
2012-09-15style cleanupCampbell Barton
2012-09-15Collada: #32549 partial fix: packed images now export correctlyGaia Clary
2012-09-14Implemented the Particle Info for OSL. Uses the following attributes:Lukas Toenne
2012-09-14Added Object Info node implementation for OSL. This uses an additional attrib...Lukas Toenne
2012-09-14Correction to rev50582: LABEL could have a1 = 1.0f and in this case a2 would ...Sergey Sharybin
2012-09-14Disable legacy compositor by defaultSergey Sharybin
2012-09-14Movie cache: made it thread safe to operate with memory limitorSergey Sharybin
2012-09-14Sequencer: clear cache and animation buffers for strips outside of cursor whe...Sergey Sharybin
2012-09-14Cycles / Test:Thomas Dinges
2012-09-14Code cleanup: removed unused Cocoa image load/save code.Brecht Van Lommel
2012-09-14fix for sharp edge selection being inverted, change default angle from 1 to 3...Campbell Barton
2012-09-14fixes for NULL checks, remove some redundant checks and add some in that have...Campbell Barton
2012-09-14fix for out-of-bounds checks for fcurve modifier and poselib, also check for ...Campbell Barton
2012-09-14code cleanup: correct misleading use of LABEL button type.Campbell Barton
2012-09-14add checking target `check_smatch`Campbell Barton
2012-09-14node transform was using PET mode (drawing a circle - but it did nothing), di...Campbell Barton
2012-09-14fix for 2 crashes freeing masksCampbell Barton