Jesse Yurkovich deadpin
  • Joined on 2017-12-05
Jesse Yurkovich closed issue blender/blender#129812 2024-11-04 18:28:25 +01:00
"Show In" boxes under the Object Visibility properties evaluate inversely to drivers
Jesse Yurkovich commented on issue blender/blender#129812 2024-11-04 18:28:22 +01:00
"Show In" boxes under the Object Visibility properties evaluate inversely to drivers

Drivers control the low level variable itself, not the UI. Wireframe is called show_wire and the Viewport item is called hide_viewport. As you can see by the name, this is a quirk of what…

Jesse Yurkovich pushed to main at deadpin/.profile 2024-11-04 08:43:40 +01:00
751dff2cea Update reports/2024.md
Jesse Yurkovich commented on pull request blender/blender#127128 2024-11-04 06:07:07 +01:00
UI: Use a Vector to store buttons in UI blocks

Without a virtual dtor, using std::unique_ptr<uiBut> would be very broken: https://godbolt.org/z/M1ToTbdGM

Jesse Yurkovich pushed to main at blender/blender 2024-11-04 05:29:57 +01:00
3ab01f02f3 Merge branch 'blender-v4.3-release'
673f6dbb7f Fix #129725: Handle case of no animation keys during Collada export
Compare 2 commits »
Jesse Yurkovich deleted branch fix129725-collada from deadpin/blender 2024-11-04 05:28:58 +01:00
Jesse Yurkovich closed issue blender/blender#129725 2024-11-04 05:28:55 +01:00
Blender 4.3 Beta crashes when exporting to Collada .dae
Jesse Yurkovich merged pull request blender/blender#129760 2024-11-04 05:28:51 +01:00
Fix #129725: Handle case of no animation keys during Collada export
Jesse Yurkovich pushed to blender-v4.3-release at blender/blender 2024-11-04 05:28:51 +01:00
673f6dbb7f Fix #129725: Handle case of no animation keys during Collada export
Jesse Yurkovich pushed to main at blender/blender 2024-11-04 04:39:42 +01:00
0d6dc4c594 Merge branch 'blender-v4.3-release'
60d88f46ba Fix: STL import crash when unable to open or read file
Compare 2 commits »
Jesse Yurkovich deleted branch fix-stl from deadpin/blender 2024-11-04 04:38:35 +01:00
Jesse Yurkovich pushed to blender-v4.3-release at blender/blender 2024-11-04 04:38:31 +01:00
60d88f46ba Fix: STL import crash when unable to open or read file
Jesse Yurkovich merged pull request blender/blender#129759 2024-11-04 04:38:30 +01:00
Fix: STL import crash when unable to open or read file
Jesse Yurkovich commented on issue blender/blender#129757 2024-11-03 22:14:09 +01:00
Cannot type on search menu

I'm unable to reproduce that here on Windows or Linux. It looks like you're using a non-official build of blender based on the information above. Please try using an official build of 4.2.3 and…

Jesse Yurkovich created pull request blender/blender#129760 2024-11-03 21:37:14 +01:00
Fix #129725: Handle case of no animation keys during Collada export
Jesse Yurkovich pushed to fix129725-collada at deadpin/blender 2024-11-03 21:35:21 +01:00
6ab936acda Fix #129725: Handle case of no animation keys during Collada export
Jesse Yurkovich created branch fix129725-collada in deadpin/blender 2024-11-03 21:35:21 +01:00
Jesse Yurkovich created pull request blender/blender#129759 2024-11-03 21:28:18 +01:00
Fix: STL import crash when unable to open or read file