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-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
2021-03-23Fix T86073 : Ctrl clicking 3 times without selecting any of the verts in Nurb...Germano Cavalcante
2021-03-20Join curves: compensate for different bevel depthsPhilipp Oeser
2021-03-18Cleanup: spellingCampbell Barton
2021-03-05Cleanup: Use boolean in WM_cursor_waitAntonio Vazquez
2021-02-26Undo: use low level API calls to enable font edit-modeCampbell Barton
2021-02-26Cleanup: move comment into function doc-stringCampbell Barton
2021-02-25Fix T85975: Edit-mode undo/redo removes overlaysCampbell Barton
2021-02-25Fix T85974: Edit-mode undo/redo causes assertionCampbell Barton
2021-02-25Cleanup: use low level edit-object access functions for undoCampbell Barton
2021-02-16Cleanup: spellingCampbell Barton
2021-02-14Cleanup: spellingCampbell Barton
2021-02-06UI: Fix Typos in Comments and Docsluzpaz
2021-02-05Cleanup/refactor: Undosys: Get rid of the magic values for undo direction.Bastien Montagne
2021-01-27UI: Fix incorrect RNA percentage property definitionsHans Goudey
2021-01-12Fix T83122: NURBS Extruding multiple points only moves existing pointsJanusch Patas
2021-01-06UndoType: Refactor: replace `use_context` boolean by a bitflag.Bastien Montagne
2021-01-06Cleanup/refactor: UndoType: Clarify `use_context` variable.Bastien Montagne
2021-01-04Cleanup: spelling (use 'gimbal' instead of 'gimble')Campbell Barton
2020-12-24UI: Cleanup spelling of compound wordsYevgeny Makarov
2020-12-14Cleanup: Fix capitalization in various placesYevgeny Makarov
2020-11-06Cleanup: replace STREQLEN with STRPREFIX for constant stringsCampbell Barton
2020-11-06Cleanup: clang-formatCampbell Barton
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-11-06Cleanup: follow our code style for float literalsCampbell Barton
2020-11-03Fix C operators can't set default display or sort type for File BrowserJulian Eisel
2020-10-30Text: support "Text to 3D Object" for read-only dataCampbell Barton
2020-10-30Fix T82205: Curve Hooks not workingHans Goudey
2020-10-27Cleanup: use over-line for doxy commentsCampbell Barton
2020-10-25Cleanup: Use LISTBASE_FOREACH in curve codeHans Goudey
2020-10-24Cleanup: Return early in some curve functionsHans Goudey
2020-10-22Cleanup: Use LISTBASE_FOREACH macro in curve codeHans Goudey
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-07Refactor: remove `BKE_<id_type>_copy` functions.Bastien Montagne
2020-10-07UI: Fix capitalization in various placesYevgeny Makarov
2020-09-16Cleanup: use uint8_t for various flags in curvesJacques Lucke