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
2015-02-02Bump OpenEXR to 2.2 for windows MSVC 2013Martijn Berger
2015-02-02Warp modifier: remove redundant NULL checkCampbell Barton
2015-02-02Warp modifier: avoid sqrt checking radiusCampbell Barton
2015-02-02Fix T43524: Warp modifier curve clamped to 0-1Campbell Barton
2015-02-02Cycles: OSL kernel now also ignores maybe-uninitializedSergey Sharybin
2015-02-02Cycles: Further tweaks to T43511 to solve compilation error on 32bit platformsSergey Sharybin
2015-02-02Cycles: Solve dependency between camera and object synchronizationSergey Sharybin
2015-02-02Cycles: Ignore -Wmaybe-uninitialized from the kernel in release buildsSergey Sharybin
2015-02-02Selection: avoid uninitialized memory read with occlusion queriesAntony Riakiotakis
2015-02-02Fix for hair child roughness.Lukas Tönne
2015-02-02Adjust GLSL drawing of window coordinates from camera view (use cameraAntony Riakiotakis
2015-02-02Fix for unfreed effector weights in hair dynamics.Lukas Tönne
2015-02-02Fix for unfreed memory due to unnecessary early exit in the freeLukas Tönne
2015-02-02Fix for unfreed memory of internal hair cloth modifier pointcache.Lukas Tönne
2015-02-02Cycles: Remove redundant calculation of w in recent cubic commitSergey Sharybin
2015-02-02Fix T43511: Major slow down with many instanced objects in cycles GPUSergey Sharybin
2015-02-02cleanup: style/spellingCampbell Barton
2015-02-02Avoid warping the pointer when doing constrained texture paintingAntony Riakiotakis
2015-02-02Cycles: Fix inconsistent command line used for runtime kernel compilationSergey Sharybin
2015-02-02minor edits to last commitCampbell Barton
2015-02-02Fix T43501: Crash on custom node tree creationjulianeisel
2015-02-02Fix for Freestyle view map caching not properly updated upon changes of rende...Tamito Kajiyama
2015-02-02BMesh: tool to ensure all faces are convexCampbell Barton
2015-02-02BMesh: BM_face_triangulate take edge arrayCampbell Barton
2015-02-02Cycles: Indentation fix for the previous commitSergey Sharybin
2015-02-02Cycles: Implement cubit image interpolation on CPUSergey Sharybin
2015-02-02Add extra Cycles regression testsSergey Sharybin
2015-02-02Cycles: Allow paths customization via environment variablesSergey Sharybin
2015-02-01error in last commitCampbell Barton
2015-02-01RNA: add readonly pixelsize to userprefsCampbell Barton
2015-02-01Documentation: updated mathutils documentationSybren A. Stüvel
2015-02-01cleanup: use constCampbell Barton
2015-02-01Documentation: Support documenting constructors in class __doc__Sybren A. Stüvel
2015-02-01mathutils: added exponential map to QuaternionSybren A. Stüvel
2015-02-01Fix: correctly describing Quaternion.normalize()Sybren A. Stüvel
2015-02-01BMesh: remove redundant connect-nonplanar loopCampbell Barton
2015-01-31WM: empty menu so addons can extend the splashCampbell Barton
2015-01-31Cleanup: styleCampbell Barton
2015-01-31Blender metadata changes to accommodate non string dataMartijn Berger
2015-01-31Add PIL_check_seconds_timer_i to avoid castingCampbell Barton
2015-01-31Compiler warning: double-promotionCampbell Barton
2015-01-31Comment for math defines, also add M_PI_4Campbell Barton
2015-01-31Fix T43496: Infinite loop in kernel when using surface attribute for volumeSergey Sharybin
2015-01-30Cycles: Don't perform re-intersection if ray distance is zeroSergey Sharybin
2015-01-30Cycles: Use bool for is_lead arraySergey Sharybin
2015-01-30Cycles: Use fast math functions in hair BSDFSergey Sharybin
2015-01-30Cycles: Add fast math function moduleSergey Sharybin
2015-01-30First version of constrained line strokes - there's some flickeringAntony Riakiotakis
2015-01-30Operator that sets proxies needs to cater for all supported strip typesAntony Riakiotakis
2015-01-30Get rid of the file touch hack.Antony Riakiotakis