Harley Acheson Harley
  • Joined on 2010-03-07
Harley Acheson pushed to TooltipsSimple at Harley/blender 2023-04-11 18:48:58 +02:00
149b6dc338 Simplified to only return Asset tips
4472717de2 Cleanup: Remove unnecessary PBVH attribute pointer
b03174782e Fix #106775: File Draw Negative Width Buttons
9477ab65a4 ImageEngine: Improve Performance and Quality.
43b37fbc93 Fix #106722: Motion tracking data lost on recovering autosave
Compare 73 commits »
Harley Acheson commented on pull request blender/blender#105812 2023-04-11 17:38:25 +02:00
Assets: Do Not Show Blank Read-Only Metadata

@JulianEisel - Would add a function to avoid duplication...

Yes, that is much nicer. Thanks!

Harley Acheson pushed to AssetMetaReadOnly at Harley/blender 2023-04-11 17:36:13 +02:00
c2cd2361d5 Tidying up as per review.
4472717de2 Cleanup: Remove unnecessary PBVH attribute pointer
b03174782e Fix #106775: File Draw Negative Width Buttons
9477ab65a4 ImageEngine: Improve Performance and Quality.
43b37fbc93 Fix #106722: Motion tracking data lost on recovering autosave
Compare 1138 commits »
Harley Acheson deleted branch FileDrawAssert from Harley/blender 2023-04-11 17:01:08 +02:00
Harley Acheson pushed to main at blender/blender 2023-04-11 17:01:06 +02:00
b03174782e Fix #106775: File Draw Negative Width Buttons
Harley Acheson closed issue blender/blender#106775 2023-04-11 17:01:05 +02:00
Debug Assert Opening File Browser Side Bar
Harley Acheson merged pull request blender/blender#106777 2023-04-11 17:01:04 +02:00
Fix #106775: File Draw Negative Width Buttons
Harley Acheson pushed to FileDrawAssert at Harley/blender 2023-04-11 16:51:42 +02:00
c7a8c3fcf5 Merge branch 'main' into FileDrawAssert
9477ab65a4 ImageEngine: Improve Performance and Quality.
43b37fbc93 Fix #106722: Motion tracking data lost on recovering autosave
d299b1157f Cleanup: Update versioning code after subversion bump
ba25023d22 Python: Support multiple custom script directories in Preferences
Compare 17 commits »
Harley Acheson created pull request blender/blender#106777 2023-04-10 23:06:15 +02:00
Fix #106775: File Draw Negative Width Buttons
Harley Acheson created branch FileDrawAssert in Harley/blender 2023-04-10 23:02:46 +02:00
Harley Acheson pushed to FileDrawAssert at Harley/blender 2023-04-10 23:02:46 +02:00
951934425a Fix #106775: File Draw Negative Width Buttons
f7029bc960 Cleanup: Incorrect assignment in previous cleanup commit
47ab0403f0 Cleanup: Slight improvements to Python BVH tree utility
c71f66daa8 Cleanup: Remove commented code
0c01e0f489 Realtime Compositor: Implement Map UV node
Compare 10 commits »
Harley Acheson closed issue blender/blender#106695 2023-04-10 22:39:24 +02:00
Dimensions panel misbehavior
Harley Acheson commented on issue blender/blender#106695 2023-04-10 22:39:22 +02:00
Dimensions panel misbehavior

I never talked about float precision...

Yet this problem is very much about float precision, as previously mentioned.

So im asking, what money should i pay to make this happen?

This…

Harley Acheson opened issue blender/blender#106775 2023-04-10 21:22:31 +02:00
Debug Assert Opening File Browser Side Bar
Harley Acheson commented on pull request blender/blender#106769 2023-04-10 20:23:44 +02:00
Fix #66722: Blender doesn't open file if isn't focused

Just mentioning that on the Windows platform we steal focus a few different times during startup so it is basically impossible for a different app to remain in focus between launching Blender and…

Harley Acheson closed issue blender/blender#106695 2023-04-10 19:39:33 +02:00
Dimensions panel misbehavior
Harley Acheson commented on issue blender/blender#106695 2023-04-10 19:39:32 +02:00
Dimensions panel misbehavior

One is in blender 2.79b which is the proper behavior, and the second is the bug in the newest version.

Blender 2.79b's behavior for this gave us far more bug reports. This is because it…

Harley Acheson commented on issue blender/blender#106762 2023-04-10 18:34:04 +02:00
Regression: Color sampling in texture paint mode crashes Blender

Setting higher priority because this looks to be something that would cause similar issues far outside of the reported problem.

Harley Acheson commented on issue blender/blender#106762 2023-04-10 18:27:12 +02:00
Regression: Color sampling in texture paint mode crashes Blender

When following the above instructions I get an exception in drw_command_create. That function is called with the DRWShadingGroup *shgroup argument uninitiated.

Immediately before this we go…