Daniel Gryningstjerna Dan-Gry
Daniel Gryningstjerna commented on pull request blender/blender#109318 2024-01-31 22:51:30 +01:00
UI: Automatic X-Ray

This would be very useful! any news?

Daniel Gryningstjerna commented on pull request blender/blender#117381 2024-01-30 20:29:53 +01:00
UV: support changing the opacity of the UV stretching overlay

Super nice patch! ❤️ 🥳

It would be super convient to have when you whant to see how the texurer looks under the uv islands, without needing to hide it.

Is there anyone who is is…

Daniel Gryningstjerna commented on issue blender/blender#117438 2024-01-23 20:37:55 +01:00
Regression: Performance with the new Smooth by Angle is significantly slower then auto smooth in 4.0

@mano-wii @HooglyBoogly Alright, thanks for the explanation. I hope we can see an edit mode that can use Mesh in the future. 😄

In the meanwhile, I'll will stick to 4.0 for production work…

Daniel Gryningstjerna opened issue blender/blender#117438 2024-01-23 10:02:16 +01:00
Regression: Performance with the new Smooth by Angle is significantly slower then auto smooth in 4.0
Daniel Gryningstjerna opened issue blender/blender#117410 2024-01-22 15:40:23 +01:00
Applying data transfer modifier does not add the normal's to the object
Daniel Gryningstjerna commented on issue blender/blender#117077 2024-01-19 11:19:48 +01:00
Close/Open Panels Does not Work in some cases with Layoute Panel

Committed a fix.

Hi @JacquesLucke Thanks a lot for the fix! Its much appreciated! :)

Note that the name DATA_PT_modifiers that's used in the script collides with the existing…

Daniel Gryningstjerna commented on issue blender/blender#117077 2024-01-17 17:30:13 +01:00
Close/Open Panels Does not Work in some cases with Layoute Panel

@PratikPB2123 @iss Made an even easier test case that can just be run from the script editor:


import bpy
from bpy.types import Panel


def modifiers_ui_with_list(context, layout,…
Daniel Gryningstjerna commented on issue blender/blender#117077 2024-01-17 13:56:15 +01:00
Close/Open Panels Does not Work in some cases with Layoute Panel

@PratikPB2123 @iss Hi, here is a way more simplified test case to trigger the bug. image

Daniel Gryningstjerna commented on issue blender/blender#117077 2024-01-16 09:37:52 +01:00
Close/Open Panels Does not Work in some cases with Layoute Panel

Hi, thanks for the report. I can confirm. Though script/add-on is quite big and has references in various other files. Could simplify this further?

I tried

Unfortunately I have been unable…

Daniel Gryningstjerna opened issue blender/blender#117077 2024-01-12 21:05:05 +01:00
Close/Open Panels Does not Work in some cases with Layoute Panel
Daniel Gryningstjerna opened issue blender/blender#116477 2023-12-22 23:44:20 +01:00
Warning in Consol when adding Frizz Hair Curves
Daniel Gryningstjerna commented on issue blender/blender#116307 2023-12-20 02:12:47 +01:00
Regression: Crash with data transfer modifier in 4.0

Last I heard 4.0 isn't getting another corrective release, so I'll wait to hear about that before putting time into this.

I feel like this is a serious enough issue that there should be a…

Daniel Gryningstjerna commented on issue blender/blender#116365 2023-12-20 02:10:12 +01:00
Crash when using transfering face corner colors with Data Transfer modifier

I also reported the same thing, but seems it wont be fixed in 4.0 :( Its fixed in Blender 4.1. blender/blender#116307

Daniel Gryningstjerna commented on pull request blender/blender#111076 2023-12-19 01:28:01 +01:00
UI: Gizmo Button for Lock Camera to View

I also agree with @nickberckley and everyone else. I think the extreme usefulness and ease of access for this feature are way more important than some very minor design issues on the icons.

To…

Daniel Gryningstjerna opened issue blender/blender#116307 2023-12-18 19:07:47 +01:00
Crash with data transfere modifier in 4.0
Daniel Gryningstjerna commented on pull request blender/blender#114797 2023-12-07 16:33:10 +01:00
Fix #114760: new attribute does not get active for some domains

Thanks a lot for fixing this! ❤️ Will it be added in 4.0.3?

Daniel Gryningstjerna opened issue blender/blender#114760 2023-11-12 14:12:29 +01:00
Creating a new attribute does not get selected if it's a face
Daniel Gryningstjerna commented on pull request blender/blender#110092 2023-11-04 18:23:46 +01:00
PyAPI: postpone loading add-ons until after key-maps have been defined

@Dangry it's not clear to me how this would make it impossible to change user shortcuts. If anything this change should give more control. Consider making a bug report with specific details…

Daniel Gryningstjerna commented on pull request blender/blender#110092 2023-11-04 17:47:33 +01:00
PyAPI: postpone loading add-ons until after key-maps have been defined

Is there any chance the old behavior for keymaps will return to the way it used to be in 4.0? It was super useful to be able to change user shortcuts with addons at startup, but now it has stopped…

Daniel Gryningstjerna commented on issue blender/blender#113603 2023-11-04 17:44:48 +01:00
Blender 4.0.0 Beta do not save addons keymap preferences state

Is there any chance the old behavior for keymaps will return to the way it used to be in 4.0? It was really useful to be able to change user shortcuts in addons at startup, but now after this…