M. Grady Saunders mgradysaunders
  • Joined on 2022-07-03
M. Grady Saunders commented on pull request blender/blender#110151 2023-08-20 19:11:22 +02:00
Outliner: Double-click on item icon to select contents/hierarchy

I was able to sync with upstream ok and my rebuild is good. Should be up to date now. I'm looking into implementing the suggested changes.

I do see there are some formatting discrepancies in a…

M. Grady Saunders pushed to temp-outliner-selection at mgradysaunders/blender 2023-08-20 19:06:50 +02:00
7826893792 Merge branch 'main' into temp-outliner-selection
65f91bd53a Fix: DRW: Broken debug decimal display
b4b5977aed DRW: Guard debug lib using defines
39a40d6f84 Cleanup: Subdiv: Replace "stack or buffer" storage with C++ classes
b25b13a90b Fix #111278: UI Text Extension of Selection
Compare 1038 commits »
M. Grady Saunders commented on pull request blender/blender#110151 2023-08-17 16:43:53 +02:00
Outliner: Double-click on item icon to select contents/hierarchy

Right, yes. I had gone off and forgot about this again, not realizing that the WIP prefix might prevent people from inspecting the behavior here in the meantime. (Never contributed to Blender…

M. Grady Saunders commented on issue blender/blender#99275 2023-07-18 16:47:54 +02:00
Outliner: Double click on icon to select contents/hierachy

It seemed to me that ctrl+shift was mentioned in the video, but it wasnt displayed. Am I wrong?

That is a good point @1D_Inc, I should have been clearer about that.

I only showed Shift…

M. Grady Saunders created pull request blender/blender#110151 2023-07-16 01:16:05 +02:00
WIP: Double click on icon to select contents/hierachy
M. Grady Saunders pushed to temp-outliner-selection at mgradysaunders/blender 2023-07-16 01:01:00 +02:00
1dab79ecba Initialize changes from local diff.
M. Grady Saunders created branch temp-outliner-selection in mgradysaunders/blender 2023-07-16 01:01:00 +02:00
M. Grady Saunders created repository mgradysaunders/blender 2023-07-16 00:11:26 +02:00
M. Grady Saunders commented on issue blender/blender#99275 2023-07-16 00:10:40 +02:00
Outliner: Double click on icon to select contents/hierachy

I just realized I was straight up wrong about Blender being on GitHub. Woops. I was on https://projects.blender.org/blender/blender and thought it was a GitHub page. Anyway, the fork/pull thing…

M. Grady Saunders commented on issue blender/blender#99275 2023-07-15 23:54:29 +02:00
Outliner: Double click on icon to select contents/hierachy

Here is my update/demo, finally. Not sure if the uploaded file will automatically appear or if I have to link it so here is the link:

<video src="/attachments/ac7a6f57-1a39-4b33-9fa5-ae539469b17…

M. Grady Saunders commented on issue blender/blender#99275 2023-07-05 23:42:53 +02:00
Outliner: Double click on icon to select contents/hierachy

I think I have the desired behavior wired up. The invariant condition is "recursive selection does not cross collection boundaries" in plain English. In other words, we recurse into parent/child…

M. Grady Saunders commented on issue blender/blender#99275 2023-06-27 21:45:34 +02:00
Outliner: Double click on icon to select contents/hierachy

Just checking in to say that I haven't gone off and completely forgotten about this again. I had some PTO from my regular job, and then spent some time getting more of my development environment…

M. Grady Saunders commented on issue blender/blender#99275 2023-05-23 23:39:13 +02:00
Outliner: Double click on icon to select contents/hierachy

I have the patch reimplemented the way it was working before without issue.

However, I realized that there is one more corner case that may not be working as desired, in particular when an…

M. Grady Saunders commented on issue blender/blender#99275 2023-05-18 23:10:34 +02:00
Outliner: Double click on icon to select contents/hierachy

Looks like Blender has switched Git URLs entirely in the meantime. So it might take me a minute to get back to where I was with this, but hopefully not too long. I'm going to see if it is possible…

M. Grady Saunders commented on issue blender/blender#99275 2023-05-17 20:20:40 +02:00
Outliner: Double click on icon to select contents/hierachy

@pablovazquez I can try to take a look at this again. And sorry I apparently missed the notification from March 6.

I will clarify that this is the first thing I have ever tried to contribute…