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-07-30Default LLVM_STATIC to OFF (it's kinda broken currently, gives various linkin...Bastien Montagne
2014-07-30user lower threshold for Harris feature detectorSebastian Koenig
2014-07-30BLI_path_utils: rename BLI_clean -> BLI_path_native_slashCampbell Barton
2014-07-30Fix T41241: VSE: cropping strips puts a transparent line through the image.Bastien Montagne
2014-07-30Code cleanup, make pie-menus code be closer to masterAntony Riakiotakis
2014-07-30Fix addon crash when trying listdir a directory we have no permission to.Bastien Montagne
2014-07-30Cleanup: general cleanup in BLI_math code (mostly, use 'const' where possible...Bastien Montagne
2014-07-30leanup: style, use 'const' where possible, and simplified blend funcs.Bastien Montagne
2014-07-30Automatic commit by arcgaiaclary
2014-07-30BMesh: callback for bmbvh so caller can choose facesCampbell Barton
2014-07-30Bugfix T41240: Home key doesn't show everything on F-CurvesJoshua Leung
2014-07-30missed last commitCampbell Barton
2014-07-30BLI_listbase: consistent name prefixCampbell Barton
2014-07-30GHash: generic comparison for int[4]Campbell Barton
2014-07-29OSX/buildbot: after recent scons fix, UTF lib linkage is handled dependent o...Jens Verwiebe
2014-07-29OSX/cmake: fix linking utf-functions if llvm is disabledJens Verwiebe
2014-07-29Fix T41223: F-Curve sliders won't update values during playback when mouse cu...Bastien Montagne
2014-07-29Fix T41228: Selection of bones bug.Bastien Montagne
2014-07-29Fix T41227: Do not select unselectable items when unhiding them!Bastien Montagne
2014-07-29Fix T41174: Tangent space required UV map in CyclesSergey Sharybin
2014-07-29OSX/scons: Fix linking if llvm is not used ( new osl/llvm/oiio related )Jens Verwiebe
2014-07-29Cycles: Make Glass Shader Color default to 1.0.Thomas Dinges
2014-07-29Implement get_split_task_count to make device_network compile again.Martijn Berger
2014-07-29BGE: Constraint wrapper fix.HG1
2014-07-29Fix T41204 Python KX_lightObject.distance bug by Jon Szabo (thatonejonguy)Dalai Felinto
2014-07-28Install_deps: Raise openexr/ilmbase magic numbers, looks to be needed...Bastien Montagne
2014-07-28OSX/buildbot: Fix 32bit compile by removing OSL/LLVM and add back UTF to Col...Jens Verwiebe
2014-07-28As suggested by Campbell, rather use BVHTree to get len_diff in this morning'...Bastien Montagne
2014-07-28CMake: add glew-mx libraryCampbell Barton
2014-07-28CMake: use our template for finding the glew libraryCampbell Barton
2014-07-28Fix bundling of requests on debian-like systemsSergey Sharybin
2014-07-28Switch buildbot to new llvm/oiio/oslSergey Sharybin
2014-07-28Make requests python package to be detected in the same way as numpySergey Sharybin
2014-07-28Fix T41191: Face snapping doesn't work properly.Bastien Montagne
2014-07-28Fix T41206: Render Border - Operator Panel - Only Camera - Broken?Sergey Sharybin
2014-07-28Fix T41201: Blender Crashes when UV EditingSergey Sharybin
2014-07-28WarningsCampbell Barton
2014-07-28Reduce OM limit for sculpting after discussion with AntonySergey Sharybin
2014-07-28Fix T41221: 3d view rendered mode crashes on new sceneSergey Sharybin
2014-07-28Fix T40831: Shrink wrap modifier causes very high CPU usage when targeting me...Sergey Sharybin
2014-07-28RNA: check for valid ranges with int properties (C11 only)Campbell Barton
2014-07-28Fix T41193: 2.71 use 100% of CPU at sculptSergey Sharybin
2014-07-28Fix invalid RNA limitsCampbell Barton
2014-07-28UI: Change appearance for panel drag area (D637)Campbell Barton
2014-07-27Fix T41139: Cycles Hair BSDF roughness problemSergey Sharybin
2014-07-27T41196: Python call of bake operator cause Blender CrashDalai Felinto
2014-07-27ignore in-source doc building dirsCampbell Barton
2014-07-27Fix uninitialized varsCampbell Barton
2014-07-27Install_deps: forgot to cleanup that in latest commits.Bastien Montagne
2014-07-27CMake/MSVC: use '/SAFESEH:NO' linker flag, needed for some systens (D682)Campbell Barton