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-06-12T55454: removal of clay engineJeroen Bakker
2018-06-12Studiolight: add rim lighting to the default light setupJeroen Bakker
2018-06-12Fix crahs using ndofSergey Sharybin
2018-06-12Cleanup: IndentationSergey Sharybin
2018-06-12Particles: Use local RNGSergey Sharybin
2018-06-12Duplication: Use local RNGSergey Sharybin
2018-06-12Add utility function to help debugging concurrent usage of global RNGSergey Sharybin
2018-06-12Depsgraph: Ensure modifiers evaluation doesn't happen on top evaluated meshSergey Sharybin
2018-06-12Depsgraph: Don't update derived mesh for particles on renderSergey Sharybin
2018-06-12Depsgraph: Add debug option to invalidate data tagged for updateSergey Sharybin
2018-06-12Depsgraph: Set temp object to invalid state as soon as it becomes inaccessibleSergey Sharybin
2018-06-12Depsgraph: Cleanup, wrap private functions to an anonymous namespaceSergey Sharybin
2018-06-12Merge branch 'master' into blender2.8Bastien Montagne
2018-06-12Cleanup: remove moar G.main from BKE area.Bastien Montagne
2018-06-12Merge branch 'master' into blender2.8Bastien Montagne
2018-06-12Cleanup: remove some G.main from ED's animsys.Bastien Montagne
2018-06-12LookDev: Move lookdev balls when menu switchesJeroen Bakker
2018-06-12Studiolight: Disabled irradiance iconsJeroen Bakker
2018-06-12Studiolight: Bumped the radiance buffer to RGBA16FJeroen Bakker
2018-06-12Studiolight: cache irradiance bufferJeroen Bakker
2018-06-12Cleanup: remove some G.main from BKE area.Bastien Montagne
2018-06-12UI: fix crash with HUD panel sizeCampbell Barton
2018-06-12UI: Initial persistent floating redo panelCampbell Barton
2018-06-12UI: non editable template_icon_views are rendered as labelJeroen Bakker
2018-06-12UI: replace ui_draw_search_back w/ general codeCampbell Barton
2018-06-12Cleanup: remove unused context argsCampbell Barton
2018-06-12Cleanup: remove image->bindcode, always wrap in GPUTexture.Brecht Van Lommel
2018-06-11Revert "Cleanup: remove image->bindcode, always wrap in GPUTexture."Brecht Van Lommel
2018-06-11Cleanup: remove image->bindcode, always wrap in GPUTexture.Brecht Van Lommel
2018-06-11Fix part of T55439: don't add indirectly linked objects to the scene on link.Brecht Van Lommel
2018-06-11Drivers: ensure Python expressions are cached with copy-on-write.Brecht Van Lommel
2018-06-11Cleanup: fix compiler warnings.Brecht Van Lommel
2018-06-11Fix crash with OpenGL rendering in multiple threads on macOS.Edmund Kapusniak
2018-06-11Pose: optimize pose rebuild for copy-on-write.Brecht Van Lommel
2018-06-11Cleanup: add simplified panel callbacksCampbell Barton
2018-06-11Improve/partially fix overriding of Object material pointers.Bastien Montagne
2018-06-11Fix crash when doing Sculpt->Edit->Sculpt switch.Bastien Montagne
2018-06-11WM: use layout/draw callbacks for buttons spaceCampbell Barton
2018-06-11WM: split panel drawing into layout and drawCampbell Barton
2018-06-11Outlines: Make Xray outlines 2px thick instead of 3pxClément Foucault
2018-06-11Outlines: Make outlines in xray mode not occluded.Clément Foucault
2018-06-11Revert previous commit and do proper fix for missing typeinfo in nodes.Bastien Montagne
2018-06-11Fix crash in loading/applying static overrides of some nodal material.Bastien Montagne
2018-06-11Cleanup: remove unused DAG_EVAL_PREVIEW mode.Brecht Van Lommel
2018-06-11Cleanup: remove object.is_visible.Brecht Van Lommel
2018-06-11Fix incorrect object selection test in outliner and rigid body.Brecht Van Lommel
2018-06-11Fix merge error in 908b696, removed files were accidentally added back.Brecht Van Lommel
2018-06-11Fix: Remove UI_BLOCK_MOVEMOUSE_QUIT from popoversJoshua Leung
2018-06-11Merge branch 'master' into blender2.8Bastien Montagne
2018-06-11Workbench: API ChangesJeroen Bakker