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-18Merge branch 'master' into HMD_viewportHMD_viewportJulian Eisel
2017-04-18Moved opening and closing the HMD drivers to the HMD window creation to solve...Joey Ferwerda
2017-04-18Implemented new Vive distortion coefficient values based on approximated lens...Joey Ferwerda
2017-04-18Squashed commit of the following:Pascal Schoen
2017-04-18Cycles: Cleanup, styleSergey Sharybin
2017-04-18Depsgraph: Use proper scene to get frame from for pose constraints evaluaitonSergey Sharybin
2017-04-18Cycles: Remove meaningless volume shadersSergey Sharybin
2017-04-18Fix strict compiler compilationSergey Sharybin
2017-04-18Fix UI: double separator in Movie Clip Editor's view menuAaron Carlisle
2017-04-18Fix brush menu broken before adding uv and texture dataAaron Carlisle
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-16Move HMD operators to wm_hmd.cJulian Eisel
2017-04-16Replace wm_device.c with wm_hmd.c, rename functions appropriatelyJulian Eisel
2017-04-16Merge branch 'master' into HMD_viewportJulian Eisel
2017-04-15Fix closing HMD window not exiting HMD session correctlyJulian Eisel
2017-04-15Fix virtual cursor not being removed correctly when stopping hmd sessionJulian Eisel
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-14Added simple unittests for Alembic exporterSybren A. Stüvel
2017-04-14Cleanup: triple quotes for docstringsCampbell Barton
2017-04-14BLF: avoid glyph cache use-after freeCampbell Barton
2017-04-14Buildbot: Fix typosSergey Sharybin
2017-04-14Buildbot: Attempt to fix CUDA compilation on OSXSergey Sharybin
2017-04-14UI: Add/Improve a few tooltipsAaron Carlisle
2017-04-13Avoid view setup function prototypes, move them to top of fileJulian Eisel
2017-04-13Move drawing matrix setup into own functionJulian Eisel
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-13Cycles: Make vectorized types constructor from register explicitSergey Sharybin
2017-04-13Cycles: Remove unused functionSergey Sharybin
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