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
2016-11-01Ceres: Update to the latest actual versionSergey Sharybin
2016-10-31Added 'delete unlocked vertex groups' option.Sybren A. Stüvel
2016-10-31BMesh: radial loop (internal API symmetry)Campbell Barton
2016-10-31BMesh: simplify vert & edge removalCampbell Barton
2016-10-31BMesh: remove redundant walker member & assignmentCampbell Barton
2016-10-31Cycles: Deduplicate AO calculationLukas Stockner
2016-10-31UI: Don't show empty panel right-click menuJulian Eisel
2016-10-30Cycles: Fix OpenCL compilation with the new brick textureLukas Stockner
2016-10-30Cycles: Style Fix: Light sampling threshold descriptionLukas Stockner
2016-10-30Viewport smoke: add support to render the volume using a color ramp.Kévin Dietrich
2016-10-30Cycles: Initialize the RNG state from the kernel instead of the hostLukas Stockner
2016-10-30Cycles: Add optional probabilistic termination of light samples based on thei...Lukas Stockner
2016-10-30Fix compile errors for when WITH_ALEMBIC is OFF.Kévin Dietrich
2016-10-30Cycles: Add smoothing option to the Brick TextureLukas Stockner
2016-10-29Fix T49846: OpenCL rendering compilation failureLukas Stockner
2016-10-29Cycles: Implement texture coordinates for Point, Spot and Area LampsLukas Stockner
2016-10-29Fix T49878: Alembic crash with long object nameKévin Dietrich
2016-10-29Alembic: store a pointer to the object reader in the cache modifiers andKévin Dietrich
2016-10-29Alembic export: fix frame range values being reset at every update, drawKévin Dietrich
2016-10-28Cleanup: avoid using G.main.Kévin Dietrich
2016-10-28Alembic Export: set start and end frame to that of the scene forKévin Dietrich
2016-10-28CacheFile: fix missing depsgraph update.Kévin Dietrich
2016-10-28CacheFile: only enable scale property slider if we are editing the cacheKévin Dietrich
2016-10-28Compile fix for Windows.Nathan Letwory
2016-10-27Fix T49743: Adding torus in edit mode local mode shows errorBastien Montagne
2016-10-27Fix T49829: Removal of custom icon previews during add-on unregister crashes ...Bastien Montagne
2016-10-27Cycles: More workarounds for weird crashes on AVX2Sergey Sharybin
2016-10-26Cycles: Another attempt to fix crashes on AVX2 processorsSergey Sharybin
2016-10-26Cycles: Fix compilation error of AVX2 kernel without SSE mathSergey Sharybin
2016-10-26Cycles: Completely disable transform SSE for nowSergey Sharybin
2016-10-26Cycles: Fix crashes after recent optimization commitsSergey Sharybin
2016-10-26RangeTree API rewriteCampbell Barton
2016-10-26BLI_bitmap_draw_2d: optimize polygon fillingCampbell Barton
2016-10-26Cleanup: rename functions in BLI_bitmap_draw_2dCampbell Barton
2016-10-26Cleanup: move bitmap drawing into its own moduleCampbell Barton
2016-10-26BMesh: edge-net split, edge selection errorCampbell Barton
2016-10-25[msvc] make.bat - create a build.log in the build directorylazydodo
2016-10-25Cycles: Fix for fix (tm)Sergey Sharybin
2016-10-25Cycles: Fix typo in previous commit for BVH improvementsSergey Sharybin
2016-10-25Fix T49815: Blender always reverts to RGBA when using Save As Image.Bastien Montagne
2016-10-25API: Fix LinksAaron Carlisle
2016-10-25Partial fix for T49836: Camera DOF properties not updating via graph editorSergey Sharybin
2016-10-25Cycles: Enable SSE math optimization for AVX kernelsSergey Sharybin
2016-10-25Cycles: Use new SSE version of offset calculation for all QBVH flavorsSergey Sharybin
2016-10-25Cycles: Move QBVH near/far offset calculation to an utility functionSergey Sharybin
2016-10-25Cycles: BVH-related SSE optimizationSergey Sharybin
2016-10-25Cycles: Avoid branching in SSE version of intersection pre-calculationSergey Sharybin
2016-10-25Cycles: Implement SSE-optimized path of util_max_axis()Sergey Sharybin
2016-10-25CMake: Followup to previous commit, try to ensure -ldl is always lastSergey Sharybin
2016-10-25Fix possible compilation error with OIIO enabledSergey Sharybin