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-26[msvc/make.bat] Provide a convenience rebuild.cmd in the build folder for eas...lazydodo
2017-04-26Cycles: Fix over-allocation of triangles storage for triangle primitive hairSergey Sharybin
2017-04-26Fix race condition invalidating object data's bounding boxSergey Sharybin
2017-04-26Ensure task scheduler exists before any threading starts in BlenderSergey Sharybin
2017-04-26Avoid race condition copying Scene for off-thread OpenGL image saveSergey Sharybin
2017-04-26User preferences: Use checkbox for Cycles device selectionSergey Sharybin
2017-04-26Threading: Remove thread lock which seems uselessSergey Sharybin
2017-04-26Move depth select loop into its own functionCampbell Barton
2017-04-26Alembic export: support simple child hairs (Fix T51144)Sybren A. Stüvel
2017-04-26Alembic: fixed indentationSybren A. Stüvel
2017-04-26Alembic: fixed memory leaksSybren A. Stüvel
2017-04-26Alembic: fixed refcount issue when duplicating imported objectsSybren A. Stüvel
2017-04-26Fix T51280: Alembic: Crash when removing cache modifierSybren A. Stüvel
2017-04-26OSX buildbot: remove redundant optionJens Verwiebe
2017-04-26OSX buildbot: disable unsupported calls for now and use quicktime off defaultJens Verwiebe
2017-04-26Avoid platform dependant PATH_MAXCampbell Barton
2017-04-26Alembic export: also export emptiesSybren A. Stüvel
2017-04-26Alembic export: renamed func object_is_shape → object_type_is_exportableSybren A. Stüvel
2017-04-26Alembic: shortened CacheFile.filepath to 1024 bytes againSybren A. Stüvel
2017-04-26Alembic: fixed C++98 compatibilitySybren A. Stüvel
2017-04-26Alembic import: added unit test for mesh deformation.Sybren A. Stüvel
2017-04-26Cycles: Fix access undefined macro on non-MSVC compilerSergey Sharybin
2017-04-25workaround for T50176lazydodo
2017-04-25Cycles: use safe compiler flags for OpenCL.Hristo Gueorguiev
2017-04-25Workaround for AMD GPU OpenCL compiler.Hristo Gueorguiev
2017-04-25Fix T51292: Alembic import, show notification when trying to load HDF5Sybren A. Stüvel
2017-04-25Cycles: Fix strict compiler flagsSergey Sharybin
2017-04-25Fix OSX buildbotJens Verwiebe
2017-04-25Fix T51262: Blender CRASH with alembic fileSybren A. Stüvel
2017-04-25Cycles: Cleanup, mainly line length in random moduleSergey Sharybin
2017-04-25Revert "Alembic: Construct ISampleSelector once and pass along"Sybren A. Stüvel
2017-04-25Cycles: Split vectorized math utilities to a dedicated filesSergey Sharybin
2017-04-25Cycles: Split vectorized types into separate filesSergey Sharybin
2017-04-25Cycles: Cleanup, preprocessor indentationSergey Sharybin
2017-04-25Fix T51284: Mesh not skinnedSybren A. Stüvel
2017-04-25WM: don't search for app-template when its emptyCampbell Barton
2017-04-24Cycles: Remove re-hashing done in BPT volume codeSergey Sharybin
2017-04-24Cleanup: remove unnecessary texface checksCampbell Barton
2017-04-24Cleanup: styleCampbell Barton
2017-04-24Cycles: Cleanup, space after keywordSergey Sharybin
2017-04-24Add C internal version of msgfmt (similar to makesrna/dna binaries).Bastien Montagne
2017-04-24BLI_dynstr: add memarena-based version, and helper to clear without freeing.Bastien Montagne
2017-04-24Usual i18n/UI messages fixes and cleanup.Bastien Montagne
2017-04-23[msvc/make.bat] Add convenience option to turn off game engine+playerlazydodo
2017-04-23CMake: Fix CMake for non Apple systemsThomas Beck
2017-04-23CMake: move some Apple specific code into platform_apple_xcode.cmake.Brecht Van Lommel
2017-04-23CMake: disable WITH_CODEC_QUICKTIME for macOS > 10.11 for configurations.Romain Foyard
2017-04-23CMake: fix wrong alembic test name on Windows.Brecht Van Lommel
2017-04-23[msvc/make.bat] Allow override of the build folder namelazydodo
2017-04-22OSX: satisfy macro to also apply alembic testsJens Verwiebe