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-10-02Fix T81345: part four, fix handling of IDProperties in edit armature undo.Bastien Montagne
2020-10-02Cleanup: Move `EditBone` structure definition from `ED` to `BKE` area.Bastien Montagne
2020-10-02Fix userpref.blend using version from startup.blendCampbell Barton
2020-09-30Cleanup: Remove unused View2D variables and functionHans Goudey
2020-09-30Cleanup: sort struct declarationsCampbell Barton
2020-09-30Cleanup: Make function privateHans Goudey
2020-09-28Fix T79275: Missing redraw for pinned active tool settings panelsDavid Friedli
2020-09-24Cleanup: Remove unused functionHans Goudey
2020-09-24Cleanup: Remove unecessary storage of search filter in uiBlockHans Goudey
2020-09-23Fix outliner collection icon in light themeNathan Craddock
2020-09-21Cleanup: move some paint helpers to ED_ 'namespace'.Bastien Montagne
2020-09-20Fix T80945: Build modifier not updating after outliner copyNathan Craddock
2020-09-18Cleanup: use 'UI_icon_*' prefix for icons APICampbell Barton
2020-09-16Cleanup: spellingCampbell Barton
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-15Collections: Add color taggingNathan Craddock
2020-09-15UI: Single tab property searchHans Goudey
2020-09-15Cleanup: Remove unneeded parameterNathan Craddock
2020-09-15UI: Add `icon_only` argument to operator_enumNathan Craddock
2020-09-14Fix T80704: bpy.ops.transform.rotate() ignores orient_typeGermano Cavalcante
2020-09-14Cleanup: Use 'r_' prefix for return valueGermano Cavalcante
2020-09-12Fix T70255: Setting file browser bookmark from Python crashesCampbell Barton
2020-09-10Outliner: Move mode toggling to left columnNathan Craddock
2020-09-09Geometry: add Attributes panel for PointCloud and HairBrecht Van Lommel
2020-09-09Refactor getting constraintsPhilipp Oeser
2020-09-09Cleanup: use bool instead of intJacques Lucke
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-04UI Code Quality: Use derived struct for number buttonsJulian Eisel
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-09-04Cleanup: fix compiler warnings for MSVCBrecht Van Lommel
2020-09-03Cleanup: Add/use function to disable buttons with a disabled hintJulian Eisel
2020-09-03Sculpt: Face Set Extract OperatorPablo Dobarro
2020-09-03Fix T63125: Gpencil: bones cannot be selected in weightpaint modePhilipp Oeser
2020-09-02UI: Use instanced panel custom data instead of list indexHans Goudey
2020-09-02Cleanup: use bool instead of int in various placesJacques Lucke
2020-09-02UI: add back Layout.introspectCampbell Barton
2020-09-02UI: simplify tool-tip logic for operatorsCampbell Barton
2020-09-02Fix crash accessing image space properties without an active windowCampbell Barton
2020-09-01Fix T80224: Crash after duplicating and hiding vertices while using X Axis Mi...Germano Cavalcante
2020-08-30Object: add ED_object_array_in_mode_or_selectedCampbell Barton
2020-08-30Operator: expose ED_operator_object_active_local_editable_exCampbell Barton
2020-08-24Theme: Remove TH_UV_OTHERS from bThemeJeroen Bakker
2020-08-23Cleanup: GPU: Use explicit clear value in GPU_clear* commandsClément Foucault
2020-08-21Cleanup: Remove unused variablesHans Goudey
2020-08-20Cleanup: Remove unused variables for horizontal panelsHans Goudey