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
2020-03-06Cleanup: Reduce context usage in UI functionsJulian Eisel
2020-03-06Cleanup: move Alembic, AVI, Collada, and USD to `source/blender/io`Sybren A. Stüvel
2020-03-06Nodes: Support storing socket link limits in bNodeSocketTypeJacques Lucke
2020-03-06Cleanup: remove MLOOPUV_EDGESELPhilipp Oeser
2020-03-06GHOST/Keymap: support for detecting repeat eventsCampbell Barton
2020-03-06Cleanup: keyframing return argumentsCampbell Barton
2020-03-06Cleanup: keyframe API naming, high level keyframe APICampbell Barton
2020-03-06Cleanup: use 'BKE_' prefix for BKE_deform API callsCampbell Barton
2020-03-06Cleanup: quiet switch warningsCampbell Barton
2020-03-05Sculpt Face SetsPablo Dobarro
2020-03-05Fluid: Diffusion settings now optionalSebastián Barschkis
2020-03-05Cleanup: material API namingCampbell Barton
2020-03-04Cleanup: replace unnecessary MEM_callocN callsCampbell Barton
2020-03-04Fluid: Bounding boxes for effector objectsSebastián Barschkis
2020-03-04Fluid: Added an option to delete fluid inside obstaclesSebastián Barschkis
2020-03-04Cleanup: use MEM_recallocN_id utility functionCampbell Barton
2020-03-04RNA: ensure missing calls to RNA_enum_item_end crash in debug modeCampbell Barton
2020-03-04Refactor ID make local to use a single flag parameter.Bastien Montagne
2020-03-04Cleanup: Rename 'make local' functions to new scheme.Bastien Montagne
2020-03-03Modifiers: Wave add invert vgroup optionBastien Montagne
2020-03-03IDs: change FILTER_ID_* to 64 bit to make space for new ID typesBrecht Van Lommel
2020-03-03RNA: support 64 bit boolean bitflags in DNABrecht Van Lommel
2020-03-02Shading: Add invert option to Vector Rotate NodeCharlie Jolly
2020-03-01Sculpt: Hardness brush propertyPablo Dobarro
2020-03-01Fix show large cursor preference not being fully removed and causing warningsBrecht Van Lommel
2020-03-01UI: use dedicated icons for topbar and statusbar in theme preferencesYevgeny Makarov
2020-02-28Sculpt: Cloth brushPablo Dobarro
2020-02-28UI: add theme option for grid levels to display in node editor backgroundPawel Franitza
2020-02-28Objects: make evaluated data runtime storage usable for types other than meshBrecht Van Lommel
2020-02-28Nodes: Use destructor callbacks for bNodeSocketType and bNodeTypeJacques Lucke
2020-02-28Revert "Objects: make evaluated data runtime storage usable for types other t...Brecht Van Lommel
2020-02-27Objects: make evaluated data runtime storage usable for types other than meshBrecht Van Lommel
2020-02-27Fix T74119: Cycles Viewport Render TintJeroen Bakker
2020-02-27Fix T74254: EEVEE Render Passes AvailabilityJeroen Bakker
2020-02-27Fix T74254: EEVEE Render Passes AvailabilityJeroen Bakker
2020-02-27Fix T74227: Crash when clicking on viewport shading propertiesJacques Lucke
2020-02-27Constraints: replace 'Set Inverse' operator with an eval-time updateSybren A. Stüvel
2020-02-27UI: Clarify Laplacian DeformAaron Carlisle
2020-02-27UI: Fix Typo in GP Erase RNAAaron Carlisle
2020-02-26Docs: expand comment on tagging id properties to updateCampbell Barton
2020-02-26Cleanup: spellingCampbell Barton
2020-02-26Cleanup: format, unused varCampbell Barton
2020-02-25Cleanup: Silence compilation warnings (unused variables)Dalai Felinto
2020-02-25UI: Add theme option for time markers lineMichael Soluyanov
2020-02-25GPU: Add Image property to allow high bitdepth support on a per image basisClément Foucault
2020-02-25Cleanup: clang-formatBrecht Van Lommel
2020-02-25EEVEE: Lookdev: Add support for partially blurred backgroundClément Foucault
2020-02-25Cycles: move sss and diffuse transmission into diffuse passBrecht Van Lommel
2020-02-24Fix T74169: Vector Rotate Node - Euler modes not working as intendedCharlie Jolly
2020-02-24Fix T74003: Autocomplete bug with mesh.loop_triangles. in Blender Python Cons...Bastien Montagne