Robert Zhang fafig
  • Joined on 2017-08-31
Robert Zhang commented on issue blender/blender#122647 2024-09-02 13:20:52 +02:00
Change operator property in modal cause crash in all version

It's not working for me, I've given it up for my project.

Robert Zhang opened issue blender/blender#123106 2024-06-12 01:36:47 +02:00
Custom panel name can't auto translation in Geometry nodes modifier
Robert Zhang commented on issue blender/blender#122647 2024-06-11 16:14:10 +02:00
Change operator property in modal cause crash in all version

That's looks great, I'll try it.

Robert Zhang commented on issue blender/blender#122647 2024-06-03 13:48:01 +02:00
Change operator property in modal cause crash in all version

By the way, the pop progress in operator is very cool for me if it's working well. :)

Robert Zhang commented on issue blender/blender#122647 2024-06-03 13:42:00 +02:00
Change operator property in modal cause crash in all version

That's the last choice for me. I just want to fix out why it's crash and why the pop dialog prop can't update in realtime. so report them.

Robert Zhang commented on issue blender/blender#122647 2024-06-03 13:15:59 +02:00
Change operator property in modal cause crash in all version

As you can see, there's same factor of progress in different place, but the pop dialog progress can't redraw in real time. it's another bug :)

Robert Zhang commented on issue blender/blender#122647 2024-06-03 12:56:21 +02:00
Change operator property in modal cause crash in all version

Here's two operator to do same thing, it will avoid crash. but can't update in realtime.

class BGC_OT_FTPWPDownload(Operator):
    bl_idname = "bgc_server.ftp_wpdownload"
    bl_label =…
Robert Zhang commented on issue blender/blender#122647 2024-06-03 12:41:34 +02:00
Change operator property in modal cause crash in all version

If I use two operator, one for factor update in modal, one for invoke_props_dialog to show the progress. it's will avoid the crash. But there's another issue, the progress can't redraw even I use…

Robert Zhang commented on issue blender/blender#122647 2024-06-03 12:34:41 +02:00
Change operator property in modal cause crash in all version

Yeah, I know this way, but I have hundreds of mission needs in progressing, I want to show or hidden them be free. if them can show in a dialog or popup, that's great.

Robert Zhang opened issue blender/blender#122647 2024-06-03 10:01:27 +02:00
Change operator property in modal cause crash in all version
Robert Zhang commented on issue blender/blender#122445 2024-05-29 19:39:11 +02:00
EnumProperty is getting garbled characters name in non_latin languages [Weird bug in all version]

I'm sure this problem bothers a lot of people, and they just don't explore more possibilities or solutions. They just reluctantly accepted your characterization of their bug.

Robert Zhang commented on issue blender/blender#122445 2024-05-29 19:36:36 +02:00
EnumProperty is getting garbled characters name in non_latin languages [Weird bug in all version]

@LazyDodo Just for congratulation? Doesn't this merit further discussion of its general solution? : )

Robert Zhang commented on issue blender/blender#122445 2024-05-29 19:32:03 +02:00
EnumProperty is getting garbled characters name in non_latin languages [Weird bug in all version]

@LazyDodo Thanks for your reply and the guide, I think I've fixed this bug. It's a way that to register global class variable, and cache the Enumproperty result and it's work well. This method…

Robert Zhang commented on issue blender/blender#122445 2024-05-29 18:50:11 +02:00
EnumProperty is getting garbled characters name in non_latin languages [Weird bug in all version]

@LazyDodo Thank you very much for convincing me to accept this dilemma from a technical perspective and I will no longer struggle with this issue. I have no objection to closing this report. @mod_…

Robert Zhang commented on issue blender/blender#122445 2024-05-29 18:38:58 +02:00
EnumProperty is getting garbled characters name in non_latin languages [Weird bug in all version]

I don't mean to emphasize racial discrimination. On the contrary, I hate to discuss technical issues with this. I hope you understand this, but the problem is actually not friendly to non-Latin…

Robert Zhang commented on issue blender/blender#122445 2024-05-29 18:33:28 +02:00
EnumProperty is getting garbled characters name in non_latin languages [Weird bug in all version]

@LazyDodo Thanks for your reply and give me a way that guide me how to thinking. As your link, I can fixed out the reason. So, is this bug confirmed to be unfriendly to non-Latin languages, or…

Robert Zhang commented on issue blender/blender#122445 2024-05-29 18:24:02 +02:00
EnumProperty is getting garbled characters name in non_latin languages [Weird bug in all version]

image This is the list name in latin langauge and Non_latin language

Robert Zhang opened issue blender/blender#122445 2024-05-29 18:06:27 +02:00
EnumProperty is getting garbled characters name in non_latin languages [Weird bug in all version]
Robert Zhang commented on issue blender/blender#121749 2024-05-18 17:53:37 +02:00
Integrating Node Wrangler features into core Blender

To use the nodes to do something, I believe everyone have to enable the node wrangler, except he/she don't know this addon. So it's time to put it in the core. I vote yes.

Robert Zhang opened issue blender/blender#114127 2023-10-25 03:02:22 +02:00
Light as instance can't real-time changes in eevee-next