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-11-01Refactor: Rename Object->obmat to Object->object_to_worldSergey Sharybin
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-09-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-09-05GPU: remove 'GPU_SHADER_2D_FLAT_COLOR'Germano Cavalcante
2022-09-05GPU: remove 'GPU_SHADER_2D_UNIFORM_COLOR'Germano Cavalcante
2022-08-15GPU: replace GLEW with libepoxyChristian Rauch
2022-06-30Transform Snap: nearest face snap mode, snapping options, refactoring.jon denning
2022-06-27Fix T99182: Hard code screen_scale for circle drawing in 3DChris Blackbourn
2022-06-12Fix unreported: Choose nsegments for 2D rotation gizmo based on screen scale.Chris Blackbourn
2022-06-12Fix unreported: 2D Gizmo bounding box updated to use gizmo scale.Chris Blackbourn
2022-06-07Fix drawing increments after running Spin gizmoGermano Cavalcante
2022-06-07Cleanup: potential dereferencing of a NULL pointerGermano Cavalcante
2022-06-07Remove workaround for drawing the rotation gizmoGermano Cavalcante
2022-06-06Refactor: Snap-related. Clarified attribute names and refactored #defines in...jon denning
2022-06-06UI: offset scale gizmos instead of scaling their shapeCampbell Barton
2022-06-01Merge branch 'blender-v3.2-release'Campbell Barton
2022-06-01Fix T89726: Fix hitbox of axis gizmo in UV EditorChris Blackbourn
2022-05-13Cleanup: spelling in comments, capitalize tagsCampbell Barton
2022-04-29Cleanup: silence unused variable warningsGermano Cavalcante
2022-04-28Snap Gizmo: update props using gizmo's snap_stateGermano Cavalcante
2022-04-28Snap Cursor: split 'ED_view3d_cursor_snap_data_get'Germano Cavalcante
2022-04-20Cleanup: spelling in commentsCampbell Barton
2022-04-14Metal: GPU_PRIM_LINE_LOOP alternative implementations.Jason Fielder
2022-03-15Fix T96357: Issue clicking on stem of arrow gizmos to scale on axisCampbell Barton
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-03-01Cleanup: ED_view3d_win_to_delta & ED_view3d_calc_zfac usageCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-04Cleanup: cage3d gizmo used two margin scale valuesCampbell Barton
2022-02-04Fix T88579: scale cage doesn't work well for small/large objectslictex_
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-11-08Fix snap cursor not active even if gizmo is availableGermano Cavalcante
2021-11-02Fix snap cursor still active even when gizmo is not availableGermano Cavalcante
2021-10-27Cleanup: remove underscore prefix from variableCampbell Barton
2021-10-26View3D Snap Cursor: sanitize and increase the maximum amount of statesGermano Cavalcante
2021-10-20Cleanup: use an array for wmEvent cursor position variablesAaron Carlisle
2021-10-20Cleanup: unused parameters, `nullptr` instead of `NULL` in cpp code...Bastien Montagne
2021-10-20View3D: Cursor Snap RefactorGermano Cavalcante
2021-10-18Snap and Placement Gizmo RefactorGermano Cavalcante
2021-10-16Fix T92184: Cage gizmo doesn't with area lightRichard Antalik
2021-10-14Cleanup: clang-tidy, clang-format & spellingCampbell Barton
2021-10-14Fix invalid arguments to ED_gizmotypes_snap_3d_context_ensureCampbell Barton
2021-10-13Cleanup: Snap Context RefactorGermano Cavalcante
2021-10-08VSE: Implement the bounding box (xform) tool in the seq preview windowSebastian Parborg
2021-09-09Gizmo: warn when 2D projection fails with non-invertable matricesCampbell Barton
2021-07-30Cleanup: headers, use 'pragma once', remove argument to '\file'Campbell Barton
2021-07-30Cleanup: clang-format (re-run after v12 version bump)Campbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-30Cleanup: use const arguments for accessor functionsCampbell Barton