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-19Alembic import/export: added as_background_job optionSybren A. Stüvel
2017-04-19Alembic export: made hair/particle export optional.Sybren A. Stüvel
2017-04-19Alembic export: converted some export params to actual boolsSybren A. Stüvel
2017-04-18Alembic import: little fix for D2634Sybren A. Stüvel
2017-04-18Alembic import/export: write curve resolution to user propertySybren A. Stüvel
2017-04-18Cleanup: missing headersCampbell Barton
2017-04-18Fix T51187: Memory leak when exporting OpenEXR monochrome animationSergey Sharybin
2017-04-18Alembic import: fall back to linear when variable order array is invalid.Sybren A. Stüvel
2017-04-18Alembic export: fixed curve type and order.Sybren A. Stüvel
2017-04-18Squashed commit of the following:Pascal Schoen
2017-04-18Depsgraph: Use proper scene to get frame from for pose constraints evaluaitonSergey Sharybin
2017-04-18Fix strict compiler compilationSergey Sharybin
2017-04-17Fix T51150: user_remap on itself changes users to 0.Bastien Montagne
2017-04-17Fix T51176: Cache file location can be blank and prevent fluid simulation fro...Bastien Montagne
2017-04-17BLI: make BLI_make_existing_file() return true on success, and false on failu...Bastien Montagne
2017-04-17Fluidsim cleanup: get rid of magic numbers!Bastien Montagne
2017-04-17Fix build error on Windows introduced in D2425Alexander Romanov
2017-04-17Object.raycast: more minor improvements ...Germano Cavalcante
2017-04-16Fix T49617: Grease Pencil Stroke Placement regressionAntonio Vazquez
2017-04-15Fix T51149: Joining curves allows 2D curves in 3DCampbell Barton
2017-04-15Object.raycast: error in previous commitGermano Cavalcante
2017-04-15Fix: Object.raycast: error to free treedataGermano Cavalcante
2017-04-15Object.raycast: Also test distance from BoundBoxGermano Cavalcante
2017-04-15Object.raycast: Test the hit on the BoundBox firstGermano Cavalcante
2017-04-15Fix Player stubs (tm)Jens Verwiebe
2017-04-15Fix T51216: SSAO attenuation not being scale invariant.Brecht Van Lommel
2017-04-14Alembic import: fixed dupligroup export when the dupli-empty has a parentSybren A. Stüvel
2017-04-14Alembic export: fixed flattened dupligroup importSybren A. Stüvel
2017-04-14Object Info node support for GLSL mode and the internal renderAlexander Romanov
2017-04-14Fix T49429: incorrect Blender internal viewport border render with DrawPixels...Brecht Van Lommel
2017-04-14Alembic import: greatly improved curve/hair import performanceSybren A. Stüvel
2017-04-14BLF: avoid glyph cache use-after freeCampbell Barton
2017-04-14UI: Add/Improve a few tooltipsAaron Carlisle
2017-04-13Alembic export: unified code of exploreTransform and exploreObject.Sybren A. Stüvel
2017-04-13Alembic export: added support for writing dupli-groupsSybren A. Stüvel
2017-04-13Fix Surface Deform crash with missing or freed DMLuca Rood
2017-04-13Alembic import: fixed off-by-one error in start/end frameSybren A. Stüvel
2017-04-13Task scheduler: Fix typo in TLS for pools created from non-main threadSergey Sharybin
2017-04-13Fix Blenderplayer (c)Bastien Montagne
2017-04-13Add red alert in UI controls for datablock pointer propertiesAlexander Romanov
2017-04-13Datablock ID PropertiesAlexander Romanov
2017-04-12Task scheduler: Prevent race condition for the pools created from non-main th...Sergey Sharybin
2017-04-12Fix T50227: Alembic uv export/load issueSybren A. Stüvel
2017-04-12Fix T51184: Crash of Blender when I try to join an object with one that has b...Sergey Sharybin
2017-04-12Alembic export: fixed exporting as "flat"Sybren A. Stüvel
2017-04-12Alembic export: removed superfluous export_object() check.Sybren A. Stüvel
2017-04-12Cleanup: use lowercase gpu prefix for static funcsCampbell Barton
2017-04-12Color management: Avoid memory copy into same bufferSergey Sharybin
2017-04-12Docs: minor improvement to code exampleCampbell Barton
2017-04-11Fix: width of UILayout.prop_enum() buttonsraa