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-06-25Fix cycles not working in 3d local view, and missing update when toggling hidingBrecht Van Lommel
2012-06-25Guardedalloc/C++: delete is valid on a NULL pointer, add a check so MEM_freeNBrecht Van Lommel
2012-06-25Fix for cycles building with assertions on scons/windows.Brecht Van Lommel
2012-06-25the mutex struct seems to be different across systems, use memset rather then...Campbell Barton
2012-06-25more guardedalloc use in C++, also make compositorMutex a static var, was all...Campbell Barton
2012-06-25optionally use guarded alloc for tiles compositor, also replace allocation fu...Campbell Barton
2012-06-25Use own version of ff_update_cur_dts for FFmpeg >= 0.11, seemsSergey Sharybin
2012-06-24Mark some utility functions as static to avoid namespace conflictsSergey Sharybin
2012-06-24style cleanypCampbell Barton
2012-06-23rename WITH_BUILTIN_GLEW, WITH_SYSTEM_GLEW & negate.Campbell Barton
2012-06-21* Fix for the Cycles XML commit yesterday, blur_glossy has a different intern...Thomas Dinges
2012-06-21Cycles XML:Thomas Dinges
2012-06-20style cleanupCampbell Barton
2012-06-20Fix #31883: cycles vectors pass rendering crash with some render layers usingBrecht Van Lommel
2012-06-20style cleanupCampbell Barton
2012-06-18Reduce amount of deprecated symbols used from FFmpegSergey Sharybin
2012-06-17style cleanup:Campbell Barton
2012-06-17code cleanup: includes, also correct some py example typosCampbell Barton
2012-06-16fix for building blender as a python module on windows.Campbell Barton
2012-06-15Fix cycles non-progressive integrator not delivering correct AO pass.Brecht Van Lommel
2012-06-14comment unused varsCampbell Barton
2012-06-14Cyles UI:Thomas Dinges
2012-06-14simple assignments added to pre-processor temporary section of function to av...Peter Larabell
2012-06-13add Anti-Aliasing (very rough draft algorithm, NOT FINAL version) to raskter ...Peter Larabell
2012-06-13Fix issue with missing emission in non-progressive integrator.Brecht Van Lommel
2012-06-13Cycles:Thomas Dinges
2012-06-13Cycles:Thomas Dinges
2012-06-13Cycles: first step for implementation of non-progressive sampler that handlesBrecht Van Lommel
2012-06-13Fix cycles crash when viewport camera border goes out of view.Brecht Van Lommel
2012-06-13Fix cycles object_flag array being allocated too big.Brecht Van Lommel
2012-06-13Fix #31780, cycles nested group rendering broken. Was using the dupli object ...Lukas Toenne
2012-06-12Cycles:Thomas Dinges
2012-06-12Fix #31675 Reroute nodes aren't working for cycles.Lukas Toenne
2012-06-11correct freeing C++ arrays.Campbell Barton
2012-06-10style cleanupCampbell Barton
2012-06-10Fix #31747, broken image sequence loading after r47432.Lukas Toenne
2012-06-09style cleanup: assignment & indentation.Campbell Barton
2012-06-09code cleanup: removed/renamed shadow & duplicate variable definitions.Campbell Barton
2012-06-09code cleanup: quiet all warnings about double promotion (either by changing t...Campbell Barton
2012-06-09style cleanup: block commentsCampbell Barton
2012-06-09Cycles / Cleanup:Thomas Dinges
2012-06-08Cycles / Textures:Thomas Dinges
2012-06-08Cycles / Code Cleanup:Thomas Dinges
2012-06-08Added a default case in switch to avoid paranoid compiler warnings.Lukas Toenne
2012-06-08Particle Info node for Cycles. This can be used to access particle informatio...Lukas Toenne
2012-06-08typo/style editsCampbell Barton
2012-06-08- remove redundant NULL checks from mallocn's local linked list functions.Campbell Barton
2012-06-07Fix [#31430] part 2: crash in iTaSC when end effector is a fixed bone. This s...Benoit Bolsee
2012-06-07Fix unaligned array crash in Eigen3 because of compilation option. The EIGEN_...Benoit Bolsee
2012-06-07Cycles: border render now works in the viewport, when looking through theBrecht Van Lommel