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-11-03Cycles OSL: refactoring and fixesBrecht Van Lommel
2012-11-03Preparation to use boost::shared_ptr.Joerg Mueller
2012-11-02RNA C++: fixes for lookup_int/lookup_string which were not working in some ca...Brecht Van Lommel
2012-10-31style cleanup and correct own invalid comment.Campbell Barton
2012-10-30Cycles: optimization to not compile shaders and load images that are notBrecht Van Lommel
2012-10-29style cleanup: also quiet harmless compiler warning.Campbell Barton
2012-10-28style cleanupCampbell Barton
2012-10-27style cleanupCampbell Barton
2012-10-26Fix #32972: cycles crash switching OSL to SVM in viewport render.Brecht Van Lommel
2012-10-25Cycles: use simplier strategy in next_tile for viewport renderingSergey Sharybin
2012-10-25Audaspace:Joerg Mueller
2012-10-25Audaspace:Joerg Mueller
2012-10-25Audaspace:Joerg Mueller
2012-10-25Fix #31894: cycles node muting not working, was not implemented yet.Brecht Van Lommel
2012-10-24Fix blender player link error with scons, include opennl for lapacian smooth ...Brecht Van Lommel
2012-10-24Patch #29142: Reduce hopping when switching between perspective and orthograp...Sergey Sharybin
2012-10-24Fix #32951: Progressive refine crashing Blender when used with multiple cuda ...Sergey Sharybin
2012-10-24code cleanup: some edits for unused vars in recent smooth addition and some s...Campbell Barton
2012-10-23Cycles: update buffers only once in a while when progressive refine is usedSergey Sharybin
2012-10-23Fix #32951: Progressive refine crashing Blender when used with multiple cudaSergey Sharybin
2012-10-23code cleanup: remove $Id's that crept back in, also osl style editsCampbell Barton
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