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
path: root/source
AgeCommit message (Expand)Author
2017-04-27Fix: T50271: Bilateral/Directional blur's iterations is zero by defaultbrunoT
2017-04-27Revert "Fix T51328: Add note to cmdline help that threads must be first"Campbell Barton
2017-04-27Cleanup: remove unused matrix argCampbell Barton
2017-04-27Fix T51328: Add note to cmdline help that threads must be firstAaron Carlisle
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-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-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-25Fix T51292: Alembic import, show notification when trying to load HDF5Sybren A. Stüvel
2017-04-25Fix T51262: Blender CRASH with alembic fileSybren A. Stüvel
2017-04-25Revert "Alembic: Construct ISampleSelector once and pass along"Sybren A. Stüvel
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-24Cleanup: remove unnecessary texface checksCampbell Barton
2017-04-24Cleanup: styleCampbell Barton
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-21Matrix.decompose(): changed terminology, "location" → "translation"Sybren A. Stüvel
2017-04-21CMake: Add option to build against system-wide GlogSergey Sharybin
2017-04-21Alembic import: changing cache modifier path no longer discards object pathsSybren A. Stüvel
2017-04-21Alembic: properly initialising cachefile object paths list.Sybren A. Stüvel
2017-04-21Alembic: fixed memory leakSybren A. Stüvel
2017-04-21Alembic: Construct ISampleSelector once and pass alongSybren A. Stüvel
2017-04-21CMake: Add option to link against system-wide Gflags librarySergey Sharybin
2017-04-21Docs: diagram for reflect_v3_v3v3Campbell Barton
2017-04-21Store edit-font select-box lengthCampbell Barton
2017-04-20D2607: Switch eye dropper to use linear color space internallyStefan Werner
2017-04-20D2608: Allow HDR picking from Compositor backgroundStefan Werner
2017-04-20Fix Surface Deform not unbinding if target is removedLuca Rood
2017-04-20Alembic export: don't show warning for every exported frameSybren A. Stüvel
2017-04-20Fix T45350: Cache not being recomputed with "Bake All Dynamics"Luca Rood
2017-04-20Alembic import: select imported objectsSybren A. Stüvel
2017-04-20Fix T51198: Crash with new Datablock ID PropertiesAlexander Romanov
2017-04-20Use reflect for calculating second normalCampbell Barton
2017-04-20Docs: move note (was mixed up)Campbell Barton
2017-04-20Fix T51248: user preferences window size not adapted to DPI.Brecht Van Lommel
2017-04-19Fix T51243: Delete Globally won't work with Datablock ID Properties.Bastien Montagne
2017-04-19Fix (unreported) missing handling of GPencil Layer's parent Object pointer in...Bastien Montagne
2017-04-19Alembic import/export: added as_background_job optionSybren A. Stüvel