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-02-10Cycles Denoising: Enable floating point exceptions in filter code if enabled ...soc-2016-cycles_denoisingLukas Stockner
2017-02-10Cycles Denoising: Add missing util header file to CMakeLukas Stockner
2017-02-10Cycles Denoising: Fix wrong argument order that caused massive overblurringLukas Stockner
2017-02-09Merge remote-tracking branch 'origin/master' into soc-2016-cycles_denoisingLukas Stockner
2017-02-09Use a smaller cross icon for clearing search box contentsJoshua Leung
2017-02-09More tweaks to Normalisation options in Graph EditorJoshua Leung
2017-02-09Graph Editor: Replace Normalise/Auto checkboxes with toggle buttonsJoshua Leung
2017-02-09Fix: GPencil delete operators did not respect color lockingJoshua Leung
2017-02-09Cycles Denoising: Use device-independent denoising code for CUDA as wellLukas Stockner
2017-02-08Cycles Denoising: Use device-independent denoising in the CPUDeviceLukas Stockner
2017-02-08Cycles Denoising: Implement device-independent denoising algorithm to dedupli...Lukas Stockner
2017-02-08Cycles: Fix regression with transparent shadows in volumeSergey Sharybin
2017-02-08Cycles: Solve speed regression by casting opaque ray firstSergey Sharybin
2017-02-08Cycles: Fix compilation error on OpenCLSergey Sharybin
2017-02-08Cycles: Split shadow functions to avoid some duplicated calculationsSergey Sharybin
2017-02-08Cycles: Store shadow intersections in the kernel globalsSergey Sharybin
2017-02-08Cycles: Speedup transparent shadows on CUDASergey Sharybin
2017-02-08Cycles: Implement record-all transparent shadow function for GPUSergey Sharybin
2017-02-08Cycles: Use an utility function to sort intersections arraySergey Sharybin
2017-02-08Cycles: Make GPU version of shadow_blocked() closer to CPUSergey Sharybin
2017-02-08Cycles: De-duplicate transparent shadows attenuationSergey Sharybin
2017-02-08Fix T49249: Alembic export with multiple hair systems crash blenderSybren A. Stüvel
2017-02-08Alembic export: avoid infinite loops trying to find parent objects.Sybren A. Stüvel
2017-02-08Alembic export: only create transform writer if the object should be exportedSybren A. Stüvel
2017-02-08Alembic: #undef'ed the correct macroSybren A. Stüvel
2017-02-08Alembic: Use getXForm() in check, because it's used in rest of the function tooSybren A. Stüvel
2017-02-08Alembic: Renamed copy_zup_yup to copy_yup_from_zup (and same for zup_from_yup)Sybren A. Stüvel
2017-02-07Cleanup: Use const qualifier in some of color management codeSergey Sharybin
2017-02-07Sequencer: Some extra speedup in color space conversionSergey Sharybin
2017-02-07Color management: Add utility function to convert byte to float with processo...Sergey Sharybin
2017-02-07Sequencer: Speedup conversion to sequencer spaceSergey Sharybin
2017-02-07Color management: Implement threaded byte buffer conversionSergey Sharybin
2017-02-07Param `is_cached` not being used in` bvhtree_from_mesh_edges_setup_data`Germano Cavalcante
2017-02-07Fix missing hair after rendering with different viewport/render settingsSergey Sharybin
2017-02-07Fix T49253: Cycles blackbody is wrong on AVX2 CPU on WindowsSergey Sharybin
2017-02-07PIL_time_utildefines: also show total time in TIMEIT_AVERAGED.Bastien Montagne
2017-02-06Fix (unreported) Object previews being written even for skipped objects.Bastien Montagne
2017-02-06Cleanup writefile code a bit.Bastien Montagne
2017-02-06CMake: Remove MOTO library dependency when it is not neededJorge Bernal
2017-02-06Specify the correct size of the BVHTree of edgesGermano Cavalcante
2017-02-06Standardization and style for BKE_bvhutilsGermano Cavalcante
2017-02-06Fix 'public' global 'g_atexit' var in Blender.Bastien Montagne
2017-02-06Fix compilation error after recent changeSergey Sharybin
2017-02-06Add shortcuts for unsigned int, short, long and charSergey Sharybin
2017-02-06Use hash instead of linear lookup in armature deformSergey Sharybin
2017-02-06Multi-thread displace modifierSergey Sharybin
2017-02-06Displace modifier: Use special version of texture samplingSergey Sharybin
2017-02-06Add special texture sampling function which takes image pool argumentSergey Sharybin
2017-02-06Fix memory leak when building without audaspaceSergey Sharybin
2017-02-06C++ conformance fixes (MSVC /permissive-)Phil Christensen