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-10-22RNA C++ API improvementsSergey Sharybin
2012-10-22Fix related to #32929: update list of available devices for cycles renderingBrecht Van Lommel
2012-10-22Fix #32947: cycles color to float conversion issue after integer socket commit.Brecht Van Lommel
2012-10-22style cleanupCampbell Barton
2012-10-22Revert part of r51487 (those files are needed by the boolean ops code, /inter...Bastien Montagne
2012-10-22small optimization for BLI_heap(), give some speedup in decimeter.Campbell Barton
2012-10-22remove LOD_Decimator (c++ decimator), now replaced by bmesh decimator. also r...Campbell Barton
2012-10-21A final bunch of UI messages fixes and tweaks, and some BKE_report()<->BKE_re...Bastien Montagne
2012-10-21Fix for OSL closure base class. The 'blur' method is not implemented and must...Lukas Toenne
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-21Bugfix [#32932] Can't see the Speaker properties when using CyclesJoshua Leung
2012-10-21code cleanup: spellingCampbell Barton
2012-10-20style cleanupCampbell Barton
2012-10-20Cycles / OSL:Thomas Dinges
2012-10-20Cycles OSL: light path, texture coordinate, bump and blended box mapping now upBrecht Van Lommel
2012-10-20Cycles: disable motion blur for CUDA entirely now, also goes wrong on otherBrecht Van Lommel
2012-10-20Cycles:Thomas Dinges
2012-10-20Integer socket support in Cycles. Int values are already supported natively i...Lukas Toenne
2012-10-20Cycles OSL: most closure code is now shared between OSL and SVM. Also fixBrecht Van Lommel
2012-10-20Cycles OSL: some build system tweaks to avoid global includes and definitions,Brecht Van Lommel
2012-10-20code cleanup:Campbell Barton
2012-10-19Cycles/ Layer Weight Node:Thomas Dinges
2012-10-19code cleanup: minor style change & quiet warning, also add assert for BM_vert...Campbell Barton
2012-10-18Fix #32912: cycles crash with dead particles, actual crash was caused by anBrecht Van Lommel
2012-10-18Cycles: suppress path to nvcc appearing in the console in casesSergey Sharybin
2012-10-18Fix for OSL compile errors.Lukas Toenne
2012-10-18More fixes related to #32900, motion blur with cuda sm 2.0 still disabled.Brecht Van Lommel
2012-10-18style cleanupCampbell Barton
2012-10-18Fix #32904: strange pattern on subdivided cube with anistropic shader. NowBrecht Van Lommel
2012-10-18Cycles: OSL compile fixes.Thomas Dinges
2012-10-18Attempts to fix CUDA issues on sm 2.0 cards, still no luck getting motion blurBrecht Van Lommel
2012-10-17Fix cycles motion blur not working correct with shutter time > 2.0. The softBrecht Van Lommel
2012-10-17Missing semicolons in intern/ghost/intern/GHOST_WindowCocoa.mmJason Wilkins
2012-10-17Cycles / OSL:Thomas Dinges
2012-10-17minor changesCampbell Barton
2012-10-17Cycles: motion blur is now curved and passes exactly through the midpoint.Brecht Van Lommel
2012-10-17Cycles: add Tangent input for Anisotropic BSDF.Brecht Van Lommel
2012-10-17Fix for OSL 'background' attributes (attributes that are not associated to a ...Lukas Toenne
2012-10-17code cleanup:Campbell Barton
2012-10-17code cleanup: add check spelling oslCampbell Barton
2012-10-17style cleanup: make OSL follow our C style convention. http://wiki.blender.or...Campbell Barton
2012-10-17Cycles / OSL:Thomas Dinges
2012-10-17Cycles / OSL:Thomas Dinges
2012-10-16Smoke: Animated collision objects do no longer block smoke. Smoke gets transf...Daniel Genrich
2012-10-16Fix for second bug reported in #32846: Particle emitters are still shown for ...Lukas Toenne
2012-10-16Fix object motion blur crash with lamp sampling(?), missed a check.Brecht Van Lommel
2012-10-16Cycles: non-camera viewport render border supportSergey Sharybin
2012-10-16Fix for (camera) motion blur changes in Cycles OSL. Compilation was broken du...Lukas Toenne
2012-10-16Cycles: object motion blur enabled, so in addition to camera motion, movingBrecht Van Lommel
2012-10-16MESH_OT_vert_connect was missing select flush (newly created edges were not s...Campbell Barton