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
2021-08-12Fix T88498: 'Clear Parent' does not clear parent_bonePhilipp Oeser
2021-08-12Add Extras Dropdown Menu to ConstraintsHenrik Dick
2021-08-12Cleanup: use C++ style comments for disabled codeCampbell Barton
2021-08-10Cleanup: use give_object_under_cursor when dragging materials.Jeroen Bakker
2021-08-09Cleanup/fixes in UI messages.Bastien Montagne
2021-08-05Fix T83164: Spline IK `joint_bindings` parameter is broken.Bastien Montagne
2021-08-04Cleanup: rename restrict to hide/visibility in Object, Collection, MaskLayerBrecht Van Lommel
2021-08-04T90371: Asset: Drop Material Tooltip.Jeroen Bakker
2021-08-03T90372: Assets: When dropping material use active material slot.Jeroen Bakker
2021-08-02Mesh: Tag normals dirty instead of calculatingHans Goudey
2021-07-31Cleanup: Use const mesh argumentsHans Goudey
2021-07-31Cleanup: Remove unused includesHans Goudey
2021-07-31Cleanup: Voxel remesh function namingHans Goudey
2021-07-30Cleanup: Move remesh files to C++Hans Goudey
2021-07-30Cleanup: clang-format (re-run after v12 version bump)Campbell Barton
2021-07-29Render: remove unused Blender Internal view layer settingsBrecht Van Lommel
2021-07-22Make polls for removing mesh data layers consistentPhilipp Oeser
2021-07-16Fix T89899: Crashes when accessing vertex groups from objectsHans Goudey
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-13Refactor: Move vertex group names to object dataHans Goudey
2021-07-13Cleanup: reduce indentationCampbell Barton
2021-07-13Cleanup: minor changes to edit-mesh API callsCampbell Barton
2021-07-13Fix object "Set Origin" operating on linked library dataCampbell Barton
2021-07-09Make Single User: support object data animationPhilipp Oeser
2021-07-09Cleanup: rename BKE_animdata_{add=>ensure}_idCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-30Cleanup: use const arguments for accessor functionsCampbell Barton
2021-06-29Cleanup: clang-formatCampbell Barton
2021-06-29Cleanup: spellingCampbell Barton
2021-06-28Cleanup: Remove unused "for_orco" argument to curve evaluationHans Goudey
2021-06-28Apply random selection precisely for curves, lattices & objectsPiotr Makal
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-23Voxel Remesher: Make smooth shading output automaticPablo Dobarro
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-06-22Cleanup: deduplicate free codeGermano Cavalcante
2021-06-22Cleanup: spellingCampbell Barton
2021-06-21Refactor: Do not keep a copy of depth buffer in RegionView3DGermano Cavalcante
2021-06-19Cleanup: use doxy sectionsCampbell Barton
2021-06-16ShaderFX operators: Tweak a bit poll functions, forbid in liboverride cases.Bastien Montagne
2021-06-16Tweaks to Constraints operators poll functions.Bastien Montagne
2021-06-14BMesh: support face-normal calculation in normal & looptri functionsCampbell Barton
2021-06-14Edit Mesh: use params arg for update function, add calc_normals argCampbell Barton
2021-06-13Cleanup: use return arg prefix for ED_object_add_generic_get_optsCampbell Barton
2021-06-13Cleanup: avoid the possibility of 'enter_editmode' being left unsetCampbell Barton
2021-06-11Overlays: Make flash on mode transfer an operator propertyPablo Dobarro
2021-06-11Fix object assets getting duplicated after droppingJulian Eisel
2021-06-09Cleanup: remove redundant checks which have already been testedCampbell Barton
2021-06-08Fix T87703: Failed assert when dragging object data-block into 3D ViewJulian Eisel