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-09-19Cleanup: spellingCampbell Barton
2022-09-14Adding `const Scene*` parameter in many areas.Monique Dewanchand
2022-05-31Cleanup: rename ED_object_modifier_convert to make it's use clearerCampbell Barton
2022-05-24Fix T95706: Material asset not applied if appended and then linkedJulian Eisel
2022-04-04Cleanup: ensure space after file named in headersCampbell Barton
2022-03-30Modifiers: Support applying modifiers for multi-user dataDalai Felinto
2022-02-15Curves: add initial sculpt modeJacques Lucke
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-10-26Drop object assets and associated objects at the cursor locationCampbell Barton
2021-10-25UI Drag Drop: allow customizable drawingGermano Cavalcante
2021-10-18Animation: Motion Paths Refresh AllJan-Willem van Dronkelaar
2021-09-13Fix T84638: Wrong scale for primitives with radiusFalk David
2021-08-26Cleanup: sort struct blocksCampbell Barton
2021-08-04T90371: Asset: Drop Material Tooltip.Jeroen Bakker
2021-06-30Cleanup: use const arguments for accessor functionsCampbell Barton
2021-06-13Cleanup: use return arg prefix for ED_object_add_generic_get_optsCampbell Barton
2021-05-07Fix inconsistency setting particle edit-modeCampbell Barton
2021-04-08Object: add ED_object_editmode_free_ex utility functionCampbell Barton
2021-03-27Object: faster object deletionCampbell Barton
2021-03-05Cleanup: Sync header+implementaiton definition.Jeroen Bakker
2021-02-17Cleanup: Return bool instead of intHans Goudey
2021-01-22Merge branch 'blender-v2.92-release'Campbell Barton
2021-01-22Fix outliner and animation editors exiting multi-object edit-modeCampbell Barton
2021-01-22Cleanup: spelling, remove outdated/invalid commentsCampbell Barton
2021-01-22Fix T84920: Crash undoing object activation in the outlinerCampbell Barton
2021-01-09Cleanup: Use bool instead of intHans Goudey
2020-12-16Cleanup: remove redundant struct declarationsCampbell Barton
2020-11-02Cleanup: Sanitise return value of `ED_object_parent_set()`Sybren A. Stüvel
2020-09-20Fix T80945: Build modifier not updating after outliner copyNathan Craddock
2020-09-16Modifiers: Add link and copy functionsNathan Craddock
2020-09-16Constraints: Add link and copy functionsNathan Craddock
2020-09-16Cleanup: Extract editor function from constraint_move_to_index_execNathan Craddock
2020-09-16GPencil: Add link and copy functions for shaderfxNathan Craddock
2020-09-09Refactor getting constraintsPhilipp Oeser
2020-09-07Cleanup: remove redundant scene argument in BKE_object_addCampbell Barton
2020-09-07Fix OBJECT_OT_data_instance_add creating empty data-blocksCampbell Barton
2020-09-05Cleanup: clang-formatCampbell Barton
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-09-03Fix T63125: Gpencil: bones cannot be selected in weightpaint modePhilipp Oeser
2020-09-02Cleanup: use bool instead of int in various placesJacques Lucke
2020-08-30Object: add ED_object_array_in_mode_or_selectedCampbell Barton
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-25Fix T72622: Transform object origin ignores shape keysCampbell Barton
2020-07-09Fix T78718: Crash when deleting particle system modifier with the X Shortcut.Bastien Montagne
2020-07-08Apply Modifier: support applying as shape key and keeping the modifier.Alexander Gavrilov
2020-07-03Cleanup: Deduplicate code for finding context objectHans Goudey
2020-07-02Cleanup: Remove useless duplicated linesValentin
2020-07-02Cleanup: Fix build error with clang on windows.Ray Molenkamp