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-08-09Counteract numerical errors in distance constraint evaluation (drift).strand_nodesLukas Tönne
2016-08-09Tentative "stiffness" forces for resisting hair bending.Lukas Tönne
2016-08-09Merge branch 'object_nodes' into strand_nodesLukas Tönne
2016-08-09Merge branch 'master' into object_nodesobject_nodesLukas Tönne
2016-08-09Merge branch 'master' into strand_nodesLukas Tönne
2016-08-09Attempt to fix previous commit for non-c++11 buildsSergey Sharybin
2016-08-09Fix for isfinite breaking builds when WITH_CXX11 is enabled.Lukas Tönne
2016-08-09Fix T48916: Proxy Custom File is brokenSergey Sharybin
2016-08-09Fix T49027: Sequence uses too much memory when rendering scene with lots of m...Sergey Sharybin
2016-08-09CMake: Once again, don't use find_package to get hardcoded librariesSergey Sharybin
2016-08-09CMake: Remove hardcoded DIR_ROOT for alembic and MinGWSergey Sharybin
2016-08-09CMake: Use proper way to define debug/release libraries for alembicSergey Sharybin
2016-08-09CMake: Do not force set root folder for AlembicSergey Sharybin
2016-08-09Cycles: avoid making NaNs in Vector Math node by normalizing zero vectors.Alexander Gavrilov
2016-08-09CUDA: We don't support Toolkits < 7.5, update error message.Thomas Dinges
2016-08-09Bugfix. glDisable with bad enum argument in GPU_texture_unbindAlexander Romanov
2016-08-09Cycles: Fix crash in empty scenesJulian Eisel
2016-08-09Fix Cycles CUDA adaptive kernel not working correctly after recent closure ch...Brecht Van Lommel
2016-08-09Alembic: fix finding boost headers for win32lazydodo
2016-08-08Make previous alembic fix only apply to MSVClazydodo
2016-08-08Fix extra ; warning for OpenCL as well.Thomas Dinges
2016-08-08Alembic/ msvc : Link alembic_d.lib instead of alembic.lib when doing debug bu...lazydodo
2016-08-08Fix ID types DAG update tagging.Kévin Dietrich
2016-08-08BGE: Call DNA_sdna_current_init when launching blenderplayer.Porteries Tristan
2016-08-08Cycles: Fix compilation on Cycles unit tests after recent changesSergey Sharybin
2016-08-08Disable depth buffer writes while rendering smoke in the viewport.Alexander Gavrilov
2016-08-08GPencil: Cleanup - Rename function for better namingAntonioya
2016-08-08GPencil: Move polygon to back only if something was drawnAntonioya
2016-08-08Cycles: Remove set but unused variableSergey Sharybin
2016-08-08Cycles: Quiet warning with WITH_OPENSUBDIV disabledJulian Eisel
2016-08-07Cycles: fix objects disappearing when starting or stopping movement.Alexander Gavrilov
2016-08-07Fix local view editing broken after changing object's layer from non-local viewJulian Eisel
2016-08-07Cycles microdisplacement: Move displacement options from mesh to material set...Mai Lavelle
2016-08-07Set WIN32_WINNT for all windows platforms, not just x64lazydodo
2016-08-07Cycles microdisplacement: Support for Catmull-Clark subdivision via OpenSubdivMai Lavelle
2016-08-07GPencil: Handle drawing on back for polygonsAntonioya
2016-08-07GPencil: Add option to draw new strokes on back of layerAntonioya
2016-08-07GPencil: Fix error in arrange strokesAntonioya
2016-08-07GPencil: Do not disable continuous drawing if click out of drawing areaAntonioya
2016-08-07Don't hide on/off buttons of the Softbody modifier when there's Collision.Alexander Gavrilov
2016-08-07Particles: don't output nonsense UV data for Grid distribution particles.Alexander Gavrilov
2016-08-07Implementation of a basic constraint solver for strand length and root velocity.Lukas Tönne
2016-08-07Fix pretty stupid mistake in last 'append fix' commit (rB50c017b6eabd).Bastien Montagne
2016-08-06Cleanup: add missing ID types to BKE_library_idtype_can_use_idtype().Bastien Montagne
2016-08-06Fix T49028: crash when copying a scene without grease pencil data.Kévin Dietrich
2016-08-06Cleanup: better not split UI strings when possible...Bastien Montagne
2016-08-06Cleanup some new gpencil rna functions names.Bastien Montagne
2016-08-06Basic Alembic supportKévin Dietrich
2016-08-06Add the collision group option to the UI for boid particle physics.Alexander Gavrilov
2016-08-06Fix T26658: particles stopped or bounced by 100% permeability colliders.Alexander Gavrilov