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
2022-10-06Fix exception in bpy_extras.object_utils.object_data_add(..)Campbell Barton
2022-09-14Cleanup: remove redundant braces from assert & raiseCampbell Barton
2022-09-05Cleanup: make formatBrecht Van Lommel
2022-09-05I18n: translate untitled file namesDamien Picard
2022-08-27UV: bpy_extras.mesh_utils.mesh_linked_uv_islands raises error in edit modeChris Blackbourn
2022-08-25PyAPI: return faces instead of indices from bmesh_linked_uv_islandsCampbell Barton
2022-08-25Cleanup: replace dict with set for bmesh_utils.bmesh_linked_uv_islandsCampbell Barton
2022-08-25Fix T78406: create uv randomize islands operatorChris Blackbourn
2022-06-02Cleanup: remove "<pep8 compliant>" from headersCampbell Barton
2022-05-06bpy_extras: Add utilities for getting ID referencesDemeter Dzadik
2022-03-04Cleanup: unused Python variables & importsCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-24Cleanup: Grammar: its self vs. itselfHans Goudey
2021-10-11Fix T91169: bpy_extras.io_utils.create_derived_objects -> duplis errorCampbell Barton
2021-09-29Asset Browser: Initial Asset Catalog UIJulian Eisel
2021-07-15Asset Browser: Python mixin utility for category-specific panelsSybren A. Stüvel
2021-07-06Cleanup: pep8Campbell Barton
2021-06-24Fix failure when baking actions with Bendy BonesJulian Eisel
2021-06-08PyAPI: use keyword only argumentsCampbell Barton
2021-05-20Merge remote-tracking branch 'origin/blender-v2.93-release'Sybren A. Stüvel
2021-05-20Fix T86193: Bake Action, wrong rotation order for bonesdreamertooth
2021-05-18WM: check missing space-data & constraints in poll functionsCampbell Barton
2021-04-28Fix T85688: ExportHelper adds multiple file name extensionsCampbell Barton
2021-03-06Cleanup: unused importsCampbell Barton
2021-03-06Cleanup: unused variablesCampbell Barton
2021-02-21PyAPI: use postponed annotations to support Python 3.10Campbell Barton
2021-02-21Cleanup: remove duplicate settings from operator_mesh_add templateCampbell Barton
2021-01-27Fix T81834: Images not properly duplicated in node_shader_utilsCampbell Barton
2020-12-29Fix T83749: Better handling of alpha in generic Nodes material wrapper for IO...Bastien Montagne
2020-12-22Animation: Bake Action, improved discontinuity filter for bonesSybren A. Stüvel
2020-12-18Fix mistake in Bake Action discontinuity fixSybren A. Stüvel
2020-12-18Fix T83351: Baked object rotation has discontinuitiesSybren A. Stüvel
2020-12-15Asset System: New Asset Browser editorJulian Eisel
2020-11-04Fix T63495: Add torus changes size each time when unit scale != 1.0Campbell Barton
2020-10-02Cleanup: pep8, blank linesCampbell Barton
2020-09-17Shaders: add emission strength input to Principled BSDF nodeAlex Strand
2020-09-16Fix T80684: Node shader wrapper: Tweak handling of alpha textures.Bastien Montagne
2020-09-02Cleanup: improve internal function name in 'ngon_tessellate'Campbell Barton
2020-06-09Cleanup: remove debug prints in py.ops.nla.bake()Campbell Barton
2020-05-19Fix T74577: world_to_camera_view broken for off-axis projectionSebastian Parborg
2020-04-06Fix T74889 Baking to current action doesn't work properlySybren A. Stüvel
2020-02-10Fix T73681: Python exception adding Empty objects via `object_data_add`Philipp Oeser
2020-01-26Fix T73357: Multiple importers failJulian Eisel
2020-01-22PLY Import: Hide empty operator properties sidebar in file browserJulian Eisel
2020-01-14Fix T69105: reset the action blend mode to Replace in Bake Action.Alexander Gavrilov
2020-01-14Fix T57159: don't exit tweak mode in Bake Action if reusing the action.Alexander Gavrilov
2019-12-11Fix bpy.extras.object_data_add use without an active spaceCampbell Barton
2019-12-02Fix T71596: Bug in io_utils api breaking only on windows.Bastien Montagne
2019-11-26Fix T71924: Baking quaternion keyframes gives discontinuous valuesCampbell Barton
2019-10-29Cleanup: remove unused object_image_guessCampbell Barton