sandarm SandarM
  • Joined on 2024-06-11
sandarm commented on pull request blender/blender#123908 2024-07-20 09:58:13 +02:00
Fix: Unnecessary undo steps being created in 3d viewport in Edit Mode when a click on an empty area of the 3d viewport doesn't select anything, with nothing previously selected (i.e. empty selection to empty selection)

@mano-wii and @ideasman42 thanks for the feedback. I'd be happy to help find a solution to fix this issue, if you would like to discuss ideas for alternative ways please let me know and we could…

sandarm commented on pull request blender/blender#123908 2024-07-09 19:38:42 +02:00
Fix: Unnecessary undo steps being created in 3d viewport in Edit Mode when a click on an empty area of the 3d viewport doesn't select anything, with nothing previously selected (i.e. empty selection to empty selection)

Thanks for the feedback, looking at the value of BKE_editmesh_from_object(ob_iter)->bm->totvertsel for different types of selections: clicking on an empty area of the 3d viewport (select nothing…

sandarm created pull request blender/blender#123908 2024-06-28 17:28:23 +02:00
Fix for unnecessary undo steps being created in 3d viewport in Edit Mode when a click on an empty area of the 3d viewport doesn't select anything, with nothing previously selected (i.e. empty selection to empty selection)
0bf429a164 Autoformatter run on editmesh_select.cc
sandarm created branch editmesh_select-avoid-unnecessary-undo-steps-2 in SandarM/blender 2024-06-28 16:55:05 +02:00
59238869d7 Fix for Unnecessary undo steps being created in 3d viewport in Edit Mode when a click on an empty area of the 3d viewport doesn't select anything, with nothing previously selected (i.e. empty selection to empty selection). Relates to issue #94080
d819bed88f Merge branch 'blender-v4.2-release'
d6bf027f38 Fix: properly handle negative scale in safe conversion to loc/rot/scale
7866fcd869 Fix: convert math::Axis to vector
b59e009acc UI: Add function to query debug name of view items
Compare 10 commits »
sandarm pushed to editmesh_select-avoid-unnecessary-undo-steps at SandarM/blender 2024-06-28 10:25:03 +02:00
7a0628174c Fix for Unnecessary undo steps being created in 3d viewport in Edit Mode when a click on an empty area of the 3d viewport doesn't select anything, with nothing previously selected (i.e. empty selection to empty selection). Related to issue #94080
sandarm pushed to editmesh_select-avoid-unnecessary-undo-steps at SandarM/blender 2024-06-28 10:20:58 +02:00
9cb45ba6c3 Merge branch 'blender-v4.2-release'
99a871d2f3 Merge branch 'blender-v4.2-release'
4e734dc66d Merge branch 'blender-v4.2-release'
213a968e05 Merge branch 'blender-v4.2-release'
0b14da7391 Merge branch 'blender-v4.2-release'
Compare 10 commits »
sandarm created branch editmesh_select-avoid-unnecessary-undo-steps in SandarM/blender 2024-06-28 10:20:58 +02:00
sandarm pushed to operator-test-qctt-3 at SandarM/blender 2024-06-21 18:24:05 +02:00
1471a8ecf2 operators test dot py test3
sandarm created branch operator-test-qctt-3 in SandarM/blender 2024-06-21 18:24:05 +02:00
sandarm pushed to operator-test-qctt at SandarM/blender 2024-06-21 17:38:55 +02:00
05c7c24226 merge commit, merged from main
197c03c633 Merge branch 'blender-v4.2-release'
e72730d763 Fix: assert when switching to sculpt mode
f26e84098a Merge branch 'blender-v4.2-release'
23e497d1af Fix: Memory leak in volume with packed file
Compare 669 commits »
sandarm commented on issue blender/blender#94080 2024-06-21 13:42:51 +02:00
Clicking on empty space in editors creates undo step

ok working on it then

sandarm commented on issue blender/blender#94080 2024-06-21 13:10:20 +02:00
Clicking on empty space in editors creates undo step

Hi @PratikPB2123 and @mano-wii it seems like this problem also happens on the main 3d viewport in Edit Mode although the issue only mentions editor areas like outliner, sequencer, timeline, etc.…

sandarm pushed to operator-test-qctt at SandarM/blender 2024-06-20 09:45:03 +02:00
4d6bd16e0f updated operators.py after running auto-formatter
sandarm pushed to operator-test-qctt at SandarM/blender 2024-06-17 09:55:36 +02:00
2cd9efff60 commiting tests/data from /blender repo, as part of following instructions on https://developer.blender.org/docs/handbook/testing/setup/#committing-test-data where it says one should commit changes in the Blender repository, including the updated tests/data submodule hash
sandarm pushed to operator-test-qctt at SandarM/blender-test-data 2024-06-17 09:45:31 +02:00
fc4a9cd11f committing operators.blend file again (confirmed tests still passing) in order to follow procedure to commit test data into tests/data submodule part of /blender repo rather than into /blender-test-data repo directly
sandarm pushed to my_workshop at SandarM/blender 2024-06-17 07:51:21 +02:00
2cdb5070a9 mis archivos tema workshop
sandarm created branch my_workshop in SandarM/blender 2024-06-17 07:51:21 +02:00
sandarm created pull request blender/blender-test-data#3 2024-06-16 15:19:54 +02:00
operator-test-qctt