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-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
2020-06-19UI: ShaderFx Drag and Drop, Layout UpdatesHans Goudey
2020-06-19UI: Grease Pencil Modifier Drag and Drop, Layout ChangesHans Goudey
2020-06-16Cleanup: use explicit enum type for duplicate option of `BKE_object_duplicate`Bastien Montagne
2020-06-10Cleanup: Remove no more used `ED_object_single_users`.Bastien Montagne
2020-06-05UI: Drag and Drop Modifiers, Layout UpdatesHans Goudey
2020-06-05Cleanup: use ED_object_ prefix for constraint functionsCampbell Barton
2020-06-04Cleanup: split particle & texture paint mode switching into utility functionsCampbell Barton
2020-06-04Cleanup: remove window manager argument for paint cursor APICampbell Barton
2020-06-03Object: refactor mode switchingCampbell Barton
2020-05-28Object: add scale argument to creation operatorsCampbell Barton
2020-05-21Merge branch 'blender-v2.83-release'Campbell Barton
2020-05-21Fix T76922: Meta-balls created twice the specified sizeCampbell Barton
2020-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke
2020-04-20Various typos fixes in UI messages.Bastien Montagne
2020-03-20Fix T74649: Outliner: Cannot set/clear parent with 'Keep Transforms'Philipp Oeser