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
2017-04-10Cycles: Fix race condition in shader attribute for real nowSergey Sharybin
2017-04-10GPencil 2D drawing code: minor optimization.Bastien Montagne
2017-04-10Fix T51158: Motion Tracking Movie clip editor graphSergey Sharybin
2017-04-10Tracking: Fix use-after-free bugSergey Sharybin
2017-04-10Install deps: Fix compilation error of AlembicLuca Rood
2017-04-10Cycles: Apparently board name could be an empty stringSergey Sharybin
2017-04-10Cycles: Workaround cubic volume filtering crashing on LinuxSergey Sharybin
2017-04-10Cycles: Fix compilation error of AVX2 kernels with SSE optimization disabledSergey Sharybin
2017-04-10Cycles: Cleanup, indentation and trailing whitespaceSergey Sharybin
2017-04-10PyAPI: Fast buffer access to id property arraysJacques Lucke
2017-04-09Cleanup: use doxy code blockCampbell Barton
2017-04-09ListBase: Add insert-replace functionCampbell Barton
2017-04-08Cycles: Fix building of CUDA kernels with compilers where C++11 is disabledMai Lavelle
2017-04-08Add helpers in bpy_extras.keyconfig_utils for addons to (un)register their ke...Bastien Montagne
2017-04-07Cycles: Fix warning with MSVCSergey Sharybin
2017-04-07Cycles: Fix compilation error with certain CUDA and host compiler configurationSergey Sharybin
2017-04-07Tests: Compare vectors with epsilonSergey Sharybin
2017-04-07[Cycles/msvc] Get cycles_kernel compile time under control.lazydodo
2017-04-07Libmv: Correction to previous commitSergey Sharybin
2017-04-07Libmv: Fix crash of keyframe selection on 32bit linuxSergey Sharybin
2017-04-07Buildbot: List freetype for OIIO librariesSergey Sharybin
2017-04-07Buildbot: Link statically against freetypeSergey Sharybin
2017-04-07CMake: Fix detection of idiff programSergey Sharybin
2017-04-07Tests: Fix compilation error with static OpenMPSergey Sharybin
2017-04-07Alembic import: prevent crash when cancelling import.Sybren A. Stüvel
2017-04-07Alembic import: prevent double user decrement when cancelling import.Sybren A. Stüvel
2017-04-07Cycles: Fix access of NULL pointer as arraySergey Sharybin
2017-04-07Alembic: synced gather_objects_paths with visit_objectsSybren A. Stüvel
2017-04-07Cleanup: Unused functionSergey Sharybin
2017-04-07Cycles: Fix corrupted mesh render when topology differs at the next frameSergey Sharybin
2017-04-07Cycles: Change work pool and global size of split CPU for easier debuggingMai Lavelle
2017-04-07Cycles: Fix indentationMai Lavelle
2017-04-07Cycles: Add missing flushMai Lavelle
2017-04-07Cycles: Check ray state properly to avoid endless loopMai Lavelle
2017-04-07Alembic: documented use of CacheReader structSybren A. Stüvel
2017-04-07Alembic: just pass NULL when we know mcmd->reader is NULL.Sybren A. Stüvel
2017-04-07Fix building alembic gtest with buildinfo...Bastien Montagne
2017-04-07Fix T51137: Edge Rip HangsCampbell Barton
2017-04-06Fix T51135: Cylinder primitive generated bad UVsGermano Cavalcante
2017-04-06Alembic: rewrapped some lines to fit within 80 chars.Sybren A. Stüvel
2017-04-06Alembic import: compatibility with pre-C++11 compilers.Sybren A. Stüvel
2017-04-06Alembic import: restructured the importer w.g.t. parenthoodSybren A. Stüvel
2017-04-06Alembic: rotation mode issue in copy_m44_axis_swap, and added unit tests.Sybren A. Stüvel
2017-04-06Added float[][] comparison macros to testing.hSybren A. Stüvel
2017-04-06Alembic: Renamed create_rotation_matrix to create_swapped_rotation_matrix and...Sybren A. Stüvel
2017-04-06CMake: Fixed order of bf_alembic in SETUP_BLENDER_SORTED_LIBSSybren A. Stüvel
2017-04-06Alembic import: fixed crash on more complex modelSybren A. Stüvel
2017-04-06Alembic: comment typo/error fixesSybren A. Stüvel
2017-04-06Alembic import: prevented unnecessary vector scalingSybren A. Stüvel
2017-04-06Alembic import: moved import-time scaling to different functionSybren A. Stüvel