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
2016-10-12Cycles: Enable SSE options of math module for AVX2 kernelsSergey Sharybin
2016-10-12Cycles: Get rid of ifdef-ed noinline policySergey Sharybin
2016-10-12Cycles: Fix use of uninitialized variable in SSSSergey Sharybin
2016-10-12Cycles: Cleanup, styleSergey Sharybin
2016-10-12Fix T49622: Grease pencil not rendering out of VSESergey Sharybin
2016-10-12Fix T49502: file browser on OS X not highlighting external drives.Brecht Van Lommel
2016-10-11Fix T49629: Graph editor normalize function doesn't work on f-curves with a c...Sergey Sharybin
2016-10-11Fix objects added via py being on the wrong layer when viewport is decoupled ...Sergey Sharybin
2016-10-11Make console message more clear for --scene argumentSergey Sharybin
2016-10-11Fix T49623: Immediately crash trying to render attached file in CyclesSergey Sharybin
2016-10-10install_deps.sh: remove libglewmx from deb for now, the package is broken in ...Bastien Montagne
2016-10-10install_deps.sh: first attempt to support cxx11.Bastien Montagne
2016-10-10OpenGL animation: Fix stupid mistake form previous commitSergey Sharybin
2016-10-10Fix viewport camera gets out of sync in certain casesSergey Sharybin
2016-10-10OpenGL render: Fix missing file output after pressing EscSergey Sharybin
2016-10-10OpenGL: remove GLSL support query (it's always supported)Mike Erwin
2016-10-10remove call to GLSL support query (it's always supported)Mike Erwin
2016-10-10BGE: remove calls to GLSL support query (it's always supported)Mike Erwin
2016-10-09Cycles: Split device_opencl.cpp into multiple files for easier maintenanceLukas Stockner
2016-10-09Fix T49609: Point density textures: vertex colors are not properly averaged i...Daisuke Takahashi
2016-10-09CMake changes for new macOS target 10.9 / libc++ libraries.Brecht Van Lommel
2016-10-08Ammend to rB00dc0666b3fe: forgot to fix boid->ground of first particle.Bastien Montagne
2016-10-08Fix T49608: runtime-only particle's boid->ground Object pointer was left dang...Bastien Montagne
2016-10-08Fix a few compile errors with C++11 on macOS.Brecht Van Lommel
2016-10-08BLI_task: fix case were some pool could work in more threads than allowed.Bastien Montagne
2016-10-07Collision: skip expensive BVH update if the collider doesn't move.Alexander Gavrilov
2016-10-07Cycles: Fix OpenCL split kernel compilation after recent CUDA 8 performance fixLukas Stockner
2016-10-07OpenGL render: Limit number of scheduled frames for writeSergey Sharybin
2016-10-07OpenGL render: Fix non-deterministic order of frame writes for moviesSergey Sharybin
2016-10-07OpenGL: Don't write frames when rendering was canceledSergey Sharybin
2016-10-07Cleanup: Use more clear name for where allocation is coming fromSergey Sharybin
2016-10-07OpenGL: Do not schedule new frames for write if error happensSergey Sharybin
2016-10-07Proxied → ProxifiedSybren A. Stüvel
2016-10-07Re-establish link to proxies when they are made local after appending.Sybren A. Stüvel
2016-10-07Datablock management: remove 'proxy_from' pointer from 'is ID used' checks.Bastien Montagne
2016-10-07Fix T49595: bpy - negative skin_vertices radius crashes BlenderBastien Montagne
2016-10-06Fix wrong separator line width after drawing vec iconJulian Eisel
2016-10-06GPencil: Fix interpolate stroke keymap conflict with sculptAntonioya
2016-10-06Fix T49523: very slow normal map tangent computation for rendering in 2.78.Brecht Van Lommel
2016-10-05Fix T49501: Animations imported via alembic render with wrong or no motion blurSergey Sharybin
2016-10-04[msvc] make.bat, no need to set the cuda path at all, cmake will figure it ou...lazydodo
2016-10-04[msvc] make.bat remove mixed cuda 7.5/8.0 build for release since all kernels...lazydodo
2016-10-04Cleanup: Update links to online py API doc, and remove old commented stuff.Bastien Montagne
2016-10-04Fix T49553: Blender 2.78 crashes when File->Data Previews ->Refresh Datablock...Bastien Montagne
2016-10-03Cycles CUDA: make CUDA 8.0 the officially supported version for all platforms.Brecht Van Lommel
2016-10-03Fix Cycles CUDA performance on CUDA 8.0.Brecht Van Lommel
2016-10-03Fix fluid sim build error with MSVC.Brecht Van Lommel
2016-10-03Fix memory leak caused by unknown opeartor of keymap itemJulian Eisel
2016-10-03Fix T49548: Entering Cycles Rendered Viewport Unlinks Material from Objects.Bastien Montagne
2016-10-03Fix missing operator-type registrationJulian Eisel