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
2018-02-19Cleanup: sync vertex-paint and sculpt from 2.8Campbell Barton
2018-02-18Fix T54089: missing GLSL material draw update when changing object pass index.Brecht Van Lommel
2018-02-18Cleanup: group BLI_ghash_utils.c API in BLU_ghash.hCampbell Barton
2018-02-18Cleanup: split GHash helpers from implementationCampbell Barton
2018-02-18Cleanup: add 2d suffix to BLI filesCampbell Barton
2018-02-18Cycles: tweak CUDA messages and avoid build errors with existing sm_2x configs.Brecht Van Lommel
2018-02-18Code cleanup: remove some more unused code after recent CUDA changes.Brecht Van Lommel
2018-02-18Cycles: Remove Fermi texture code.Thomas Dinges
2018-02-18Cycles: Remove fermi related defines from the code.Thomas Dinges
2018-02-17Cycles: Remove Fermi support from CMake and update runtime checks in device_c...Thomas Dinges
2018-02-17Buildbot: Disable Cycles CUDA support on 32bit, and stop building sm_2x.Thomas Dinges
2018-02-16fix:T50079 collada matrix and blender matrix are transposed. This was not reg...Gaia Clary
2018-02-16fix: limit precision also for animation matrixes if the limit option is set (...Gaia Clary
2018-02-16Fix rotation issues due to matrix to quaternion ambiguitiesGaia Clary
2018-02-16Code cleanup: deduplicate code for running Python scripts outside Blender.Brecht Van Lommel
2018-02-16Tests: add OpenGL UI drawing tests.Brecht Van Lommel
2018-02-16Tests: split off render report test code from Cycles tests.Brecht Van Lommel
2018-02-16Fix bplayer (c)Bastien Montagne
2018-02-16Fix part II of T53977: Severe problem with multiple instances of a library (s...Bastien Montagne
2018-02-16Fix part I of T53977: Severe problem with multiple instances of a library (sa...Bastien Montagne
2018-02-15Code cleanup: simplify switch statement, ensure we catch missing enums.Brecht Van Lommel
2018-02-15Fix T54073: crash and uninitialized memory in Cycles displacement hashing.Brecht Van Lommel
2018-02-15Fix crash reading deg_point_cache_transform.blend test, saved with 2.8.Brecht Van Lommel
2018-02-15Cleanup: Remove debug-only codeSergey Sharybin
2018-02-15Fix T54076: MCE in Graph mode - clip.graph_select_border does not work by hea...Sergey Sharybin
2018-02-15Cleanup: rename BLI_thread.h APICampbell Barton
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2018-02-15Cleanup: Style, braces with macrosSergey Sharybin
2018-02-15Cleanup: Remove BLI_ prefix from listbase macroSergey Sharybin
2018-02-15Simple hair children: Make twist affected by textureSergey Sharybin
2018-02-15Fix T54078: Adding subsurf prior to particle system breaks simple children vg...Sergey Sharybin
2018-02-15Simple hair children: Make twist affected by vertex groupSergey Sharybin
2018-02-15Simple hair children: Initial implementation of twist controlSergey Sharybin
2018-02-15Blenlib: Assert when attempting to rotate point around vector and store resul...Sergey Sharybin
2018-02-15Particles: Wrap insane amount of arguments to child modifier evaluationSergey Sharybin
2018-02-15Fix T54075: Align Objects fails w/ empty meshCampbell Barton
2018-02-15Cleanup: styleCampbell Barton
2018-02-15Fix T54072: Crash splitting edgesCampbell Barton
2018-02-14Cycles: restore Particle Info Index for now, keep it next to Random.Brecht Van Lommel
2018-02-14Cycles: change Index output of Hair and Particle Info to Random, in 0..1 range.Brecht Van Lommel
2018-02-14Particles: Avoid multiple function declarations in multiple placesSergey Sharybin
2018-02-14Particles: Cleanup, remove trailign whitespaceSergey Sharybin
2018-02-14Hair child: Use clamp function to clamp curve evaluationSergey Sharybin
2018-02-14Math utils: Add clamping functionsSergey Sharybin
2018-02-14CMake: Expose Cycles devices support as CMake optionSergey Sharybin
2018-02-14CMake: Fix cimpilation error when CUDA dynload is disabled but toolkit is not...Sergey Sharybin
2018-02-14Cleanup: use prefix for testsCampbell Barton
2018-02-13Add ED_object_editmode_exit_exCampbell Barton
2018-02-13Cycles: Implement index output for hair nodeSergey Sharybin
2018-02-13(Nodes) Display image name if any in the Cycles Image and Environment Texture...Ines Almeida