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
path: root/intern
AgeCommit message (Expand)Author
2012-09-24Fix #32638: mesh double sided normals option not available in any Cycles panel.Brecht Van Lommel
2012-09-23fix for incorrect declaration rna_Object_free_duplilist() in cycles.Campbell Barton
2012-09-22code cleanup: remove/comment unused definesCampbell Barton
2012-09-22Improvement to own commit r50810.Campbell Barton
2012-09-21Cycles:Thomas Dinges
2012-09-21* Fix for r50782, new "Geometry Data" Panel was missing in Cycles. Thomas Dinges
2012-09-21Cycles UI:Thomas Dinges
2012-09-20Fix #32579: Sequencer crash when changing render dimensionsSergey Sharybin
2012-09-20style cleanupCampbell Barton
2012-09-20code cleanup: cycles now uses system includes for boost/oiio.. etc, so we don...Campbell Barton
2012-09-20style cleanupCampbell Barton
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton
2012-09-20code cleanup: c++ - use empty() rather than size(), use prefix operators for ...Campbell Barton
2012-09-20Fix #31888: cycles crashes using movie for image texture. This is not supportedBrecht Van Lommel
2012-09-19Fix #32018: non-progressive integrator crash.Brecht Van Lommel
2012-09-19Color Management: don't apply display transform on Non-Color imagesSergey Sharybin
2012-09-18Color management: fix crashes and memory leaks when using custom OCIO configu...Brecht Van Lommel
2012-09-18code cleanup: warningsCampbell Barton
2012-09-18code cleanup: warning and styleCampbell Barton
2012-09-17Revert r50528: "Performance fix for Cycles: Don't wait in the main UI thread ...Lukas Toenne
2012-09-17Fix cycles panorama camera not working with depth of field, patch byBrecht Van Lommel
2012-09-17Cycles: change preview "resolution divider" that gave the number of lowerBrecht Van Lommel
2012-09-16Color Management: fix crash when displaying render preview if OCIO was disabl...Sergey Sharybin
2012-09-16OSL Fix for fireflies in velvet bsdf, ported over from SVM fix in r41738.Lukas Toenne
2012-09-16Fix some warnings treated as errors here.Sergey Sharybin
2012-09-16use the format attribute in more places, disable X11 options when building wi...Campbell Barton
2012-09-16style cleanupCampbell Barton
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: 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-15Cycles / OSL:Thomas Dinges
2012-09-15Cycles / OSL:Thomas Dinges
2012-09-15Color Management, Stage 1: Initial OpenColorIO library integrationSergey Sharybin
2012-09-15syntax error in previous commitCampbell Barton
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-15style cleanupCampbell Barton
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-14Cycles / Test:Thomas Dinges
2012-09-12Attempted fix for #32415: tighten up cycles opencl initialization checks to t...Brecht Van Lommel
2012-09-12Cycles UI:Thomas Dinges
2012-09-11Performance fix for Cycles: Don't wait in the main UI thread when resetting d...Lukas Toenne
2012-09-11code cleanup: string c++ lib, defines for default string sizes and use m_ con...Campbell Barton