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
2014-12-18Cycles: Do some logging when motion is detected in the sceneSergey Sharybin
2014-12-18Cycles: Add missing entries in the Integrator constructor and some updatesThomas Dinges
2014-12-16Fix T42888: Separate and Combine HSV distorts the hue valueSergey Sharybin
2014-12-11Cycles: Fix more wrong usages of RNA_id_pointer_createSergey Sharybin
2014-12-11Fix T42829: Cycles crash rendering when file is saved to specific locationSergey Sharybin
2014-12-10Cycles: Fix difference between SVM and OSL implementation of Normal nodeSergey Sharybin
2014-12-10Fix T42818: Cycles SSS passes are incorrect for SSS size of 0Sergey Sharybin
2014-12-09Cycles: Code cleanup, typoSergey Sharybin
2014-12-08Cycles: Fix compilation error with MinGW and logging enabledSergey Sharybin
2014-12-08Docs: reference the new manualCampbell Barton
2014-12-08Cleanup: spellingCampbell Barton
2014-12-05Cycles: Report error via the new engine APISergey Sharybin
2014-12-05Cycles: Report error to the blender using report APISergey Sharybin
2014-12-05Cycles: Add dedicated Progress::set_error() callSergey Sharybin
2014-12-05Cycles: Early output from Scene::device_update when device error occursSergey Sharybin
2014-12-05Cycles: Code cleanup, whitespaceSergey Sharybin
2014-12-04Cycles: Fix compilation error after recent logging changesSergey Sharybin
2014-12-03Cycles: Synchronize SCons with CMake in regard of loggingSergey Sharybin
2014-12-03Cycles: Support logging when building with SConsSergey Sharybin
2014-12-03Cycles: Remove workaround in ShaderClosureSergey Sharybin
2014-12-03Cycles: Use 16 bytes aligned closures in OSLSergey Sharybin
2014-12-02Cycles: Remove workaround for missing sm_52 kernel, now we require it for Max...Thomas Dinges
2014-12-02Cycles: Tweak to the include paths after recent atomics changeSergey Sharybin
2014-12-02Cycles: Use lock in the memory statisticsSergey Sharybin
2014-11-28Cycles: Only report exporting curves if there are particle systems on the objectSergey Sharybin
2014-11-28Cycles: Code cleanup, remove dead codeSergey Sharybin
2014-11-24Cycles: Speedup BVH build for certain compilersSergey Sharybin
2014-11-24Cycles: Log time spent on the BVH buildSergey Sharybin
2014-11-22Cycles UI: Several fixes for recent additions...Thomas Dinges
2014-11-21Cycles: support for specular color in solid shading mode, available inAntony Riakiotakis
2014-11-20Cycles: Remove dynamic library helper filesSergey Sharybin
2014-11-20Cycles: Fix typo on graphiz graph dumperSergey Sharybin
2014-11-20Cleanup: Remove SD_BSDF_GLOSSY flag, unused.Thomas Dinges
2014-11-19Cycles: Missed some changes in the previous hair motion blur fixSergey Sharybin
2014-11-18Fix T42475: Vector motion blur on hairSergey Sharybin
2014-11-18Cycles: Add logging to blender curve segment exportingSergey Sharybin
2014-11-17Fix for last commit, accidentaly removed transparent shadows property.Thomas Dinges
2014-11-16Cycles Standalone: Updates for Volume sampling.Thomas Dinges
2014-11-16Cycles: Remove Integrator volume sampling flag, that was moved to Shader.Thomas Dinges
2014-11-15Cycles: Revert changes to inline flags enabled for release onlySergey Sharybin
2014-11-14skip scene_armature_depsgraph_workaround when theres no armaturesCampbell Barton
2014-11-13Cycles: Update some comments in volume code.Thomas Dinges
2014-11-12Cycles: Prevent NaN and inf in area lamp sampling caused by precision issuesSergey Sharybin
2014-11-12Fix T41066: MSVC + AVX2 kernel causes artifacts in hair render.Thomas Dinges
2014-11-12Cleanup, please follow existing style when adding new flags. ;)Thomas Dinges
2014-11-12Cleanup, typo fixes.Thomas Dinges
2014-11-11Fix T41783: Cycles baking ignores displacementDalai Felinto
2014-11-11Fix T41873: Different 'seed' values do not yield different noise patterns whe...Dalai Felinto
2014-11-10Cycles: Speedup for homogenous volumes in decoupled volume samplingSergey Sharybin
2014-11-08Cycles: Remove dead branch for Distant lamps, ls->t is always FLT_MAX here.Thomas Dinges