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-03-11Cleanup: use M_PI_2 and M_PI_4 where possibleHallam Roberts
2022-03-11Curve: Improve NURBS knot generation modesLaurynas Duburas
2022-03-07Curve: sync active material with selectionRed Mser
2022-02-25Cleanup: use flags for wmEvent modifier keysCampbell Barton
2022-02-18Cleanup: Rename original curve object type enumHans Goudey
2022-02-15RNA: add RNA_collection_is_empty & RNA_property_collection_is_emptyCampbell Barton
2022-02-15Merge branch 'blender-v3.1-release'Campbell Barton
2022-02-15Fix T94085: Crash with empty stroke listCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-30Cleanup: Cmake: remove unnecessary definitions for internationalizationAaron Carlisle
2022-01-22Curves: Improve accuracy and clarity of NURBS knots calculationLaurynas Duburas
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-14Cleanup: Remove unused curve types from enumPiotr Makal
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-12-02Cleanup: Rename curve struct fieldsHans Goudey
2021-11-13Cleanup: spelling in comments, comment block formattingCampbell Barton
2021-11-05Merge branch 'blender-v3.0-release'Campbell Barton
2021-11-05Cleanup: use (s) postfix for messages that may be pluralCampbell Barton
2021-10-31UI: Open File Browser with Thumbnails for FontsHarley Acheson
2021-10-20Cleanup: use elem macrosCampbell Barton
2021-10-13Cleanup: Snap Context RefactorGermano Cavalcante
2021-10-06Cleanup: rename BKE_font.h -> BKE_vfont.hCampbell Barton
2021-09-17UI: expose "Lasso Select" & "Extrude to Cursor" in menusCampbell Barton
2021-09-17UI: enable the depend-on-cursor flag for some operatorsCampbell Barton
2021-09-13Fix T84638: Wrong scale for primitives with radiusFalk David
2021-09-11Geometry Nodes: Support modifier on curve objectsHans Goudey
2021-08-26Fix "Text to Object" creating invisible objectCampbell Barton
2021-08-23RNA: add length augmented to RNA_string_get_allocCampbell Barton
2021-08-09Fix text object inserting multiple characters with a selectionYuki Hashimoto
2021-08-06Cleanup: use MEM_SAFE_FREE macroCampbell Barton
2021-08-05Cleanup: remove redundant parenthesisCampbell Barton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-13Undo: optimize edit-mode undoCampbell 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-28Cleanup: use doxy sections for editcurve_select.cCampbell Barton
2021-06-28Apply random selection precisely for curves, lattices & objectsPiotr Makal
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-22Cleanup: deduplicate free codeGermano Cavalcante
2021-06-21Refactor: Do not keep a copy of depth buffer in RegionView3DGermano Cavalcante
2021-06-13Cleanup: redundant initializationCampbell Barton
2021-06-09Cleanup: replace 'else if' with 'else'Campbell Barton
2021-06-01GPU: add 2D projection functionCampbell Barton
2021-04-17Transform Snap Refactor: Use enum for cage snap optionsGermano Cavalcante
2021-04-06Fix T86932: Curve: pick shortest path missing update of active point drawingPhilipp Oeser
2021-04-053D View Utils: Add 'margin' parameter to 'ED_view3d_depth_read_cached'Germano Cavalcante
2021-04-01Curve: Remove 'CU_2D' flag used for nurbsGermano Cavalcante
2021-03-30Cleanup/Refactor: Unify functions that redraw the depth bufferGermano Cavalcante
2021-03-24Fix T86895: bpy.ops.curve.select_all(action='INVERT')Dalai Felinto