Harley Acheson Harley
  • Joined on 2010-03-07
Harley Acheson created pull request blender/blender#107661 2023-05-05 18:36:23 +02:00
IMB: Is_A Failures Detecting Valid Images
Harley Acheson pushed to Imb_is_a at Harley/blender 2023-05-05 18:30:43 +02:00
d35dafa4bb IMB: Is_A Failures Detecting Valid Images
Harley Acheson created branch Imb_is_a in Harley/blender 2023-05-05 18:30:43 +02:00
Harley Acheson commented on issue blender/blender#107380 2023-05-05 18:05:11 +02:00
UI: Visual Differentiation for Thumbnails in Progress

PNGs having metadata isn't the problem. The error is that some PNGs are not being detected as such.

Harley Acheson commented on pull request blender/blender#107630 2023-05-04 23:19:14 +02:00
WIP: UI: Test Changes to Gizmo Ruler

Still nope.

Harley Acheson commented on pull request blender/blender#107630 2023-05-04 22:33:01 +02:00
WIP: UI: Test Changes to Gizmo Ruler

@blender-bot package windows

Harley Acheson pushed to RulerTest1 at Harley/blender 2023-05-04 22:32:49 +02:00
57dc995692 Merge branch 'main' into RulerTest1
e858aa7181 Fix #107623: Do not allow dragging search menu from custom socket
93d464dcd1 Fix snapping with constraint flickering
Compare 3 commits »
Harley Acheson pushed to RulerTest1 at Harley/blender 2023-05-04 22:31:55 +02:00
a3a2127d87 More test changes
Harley Acheson commented on pull request blender/blender#107630 2023-05-04 21:26:03 +02:00
WIP: UI: Test Changes to Gizmo Ruler

Does not work

Harley Acheson commented on pull request blender/blender#107630 2023-05-04 20:39:57 +02:00
WIP: UI: Test Changes to Gizmo Ruler

@blender-bot package windows

Harley Acheson pushed to RulerTest1 at Harley/blender 2023-05-04 20:39:21 +02:00
5a3f33dfef Merge branch 'main' into RulerTest1
e858aa7181 Fix #107623: Do not allow dragging search menu from custom socket
93d464dcd1 Fix snapping with constraint flickering
Compare 3 commits »
Harley Acheson created pull request blender/blender#107630 2023-05-04 20:38:48 +02:00
WIP: UI: Test Changes to Gizmo Ruler
Harley Acheson created branch RulerTest1 in Harley/blender 2023-05-04 20:38:11 +02:00
Harley Acheson pushed to RulerTest1 at Harley/blender 2023-05-04 20:38:11 +02:00
2dce022511 WIP: UI: Test Changes to Gizmo Ruler
730b11034f Cleanup: Move remaining modifier files to C++
eca8e6bf5e Refactor: Convert mask module to C++
5aa51cf607 EEVEE-Next: Fix warning when using Metal backend
78d2f162e8 Metal: Fix EEVEE-Next shader compilation errors
Compare 10 commits »
Harley Acheson commented on issue blender/blender#107570 2023-05-04 17:49:12 +02:00
Regression: Can`t select ruler or click it to make andgular ruler.

I'm not observing this issue with the project built for, and loaded into VS 2019 .29.30133. The buildbots are on .29.30139.0. So this might not be a strictly compiler version issue. Possibly…

Harley Acheson commented on issue blender/blender#107570 2023-05-03 23:29:50 +02:00
Regression: Can`t select ruler or click it to make andgular ruler.

view3d_gizmo_ruler.cc changed from C to C++ on April 19th, the last day it worked. So this is looking like a compiler issue. It is working correctly when compiled on VS 2022 but not working…

Harley Acheson commented on issue blender/blender#107570 2023-05-03 22:46:10 +02:00
Regression: Can`t select ruler or click it to make andgular ruler.

This features works as expected when I compile (lite or Full) myself. But the same code on the buildbot breaks.

For the nightlies this worked on April 19th (45c0762f1b9b) but was broken on…

Harley Acheson commented on issue blender/blender#107570 2023-05-03 19:28:27 +02:00
Regression: Can`t select ruler or click it to make andgular ruler.

I can confirm the reported behavior in the last buildbot nightly build - blender-3.6.0-alpha+main.d5fc1b9ba4b8-windows.amd64-release.zip. The quickest indication of the problem is that the mouse…