dereck-4
  • Joined on 2024-08-26
dereck-4 created pull request blender/blender#130332 2024-11-15 15:40:49 +01:00
fix the crash when select the object if the object in scene exceed 65536
dereck-4 pushed to fix_crash_noactiveobj at dereck-4/blender 2024-11-15 15:38:44 +01:00
0a66a9124f fix the crash when select the object if the object in scene exceed 65536
dereck-4 created branch fix_crash_noactiveobj in dereck-4/blender 2024-11-15 15:38:44 +01:00
dereck-4 pushed to main at dereck-4/blender 2024-11-15 15:37:05 +01:00
f298122551 Merge remote-tracking branch 'remotes/origin/main'
d04d23bc40 Refactor: Grease Pencil: Port AntiAliasing drawing to new draw manager
87cf01efab Refactor: Grease Pencil: Port Vfx drawing to new draw manager
8e75b5f4c7 Merge branch 'blender-v4.3-release'
217fa8d09e Fix #130276: Trace operator needs to tag data after curves replacement
Compare 26 commits »
dereck-4 pushed to main at dereck-4/blender 2024-11-15 15:34:30 +01:00
98ec7c8a08 Merge branch 'main' of projects.blender.org:dereck-4/blender
34cccfc703 fix the crash when select the object if the object in scene exceed 65536
8c76e58d70 Merge remote-tracking branch 'remotes/origin/main'
4384ea8a6d math expression.cc
49b968cf39 Merge branch 'blender-v4.3-release'
Compare 2540 commits »
dereck-4 deleted branch fix_crash_activeobj from dereck-4/blender 2024-11-15 15:15:19 +01:00
dereck-4 closed pull request blender/blender#130330 2024-11-15 15:14:03 +01:00
fix the crash when select the object if the object in scene exceed 65536
dereck-4 created pull request blender/blender#130330 2024-11-15 15:11:41 +01:00
fix the crash when select the object if the object in scene exceed 65536
dereck-4 pushed to fix_crash_activeobj at dereck-4/blender 2024-11-15 15:09:22 +01:00
2951de2434 fix the crash when select the object if the object in scene exceed 65536
b8b3f8e723 Release: Bump 4.3 to rc
221cef2855 Formatting
0ab7e59f66 Formatting
19f14aa7aa Merge branch 'blender-v4.3-release'
Compare 10 commits »
dereck-4 created branch fix_crash_activeobj in dereck-4/blender 2024-11-15 15:09:22 +01:00
dereck-4 commented on pull request blender/blender#129209 2024-10-18 23:44:40 +02:00
Fix: operators can have invalid utf-8 strings

This reproduces the issue for me. I don't quite get what is special about this string yet. For Python it seems to be all fine. I can encode as utf8 and decode without problem and the before/after…

dereck-4 commented on pull request blender/blender#129209 2024-10-18 16:24:38 +02:00
Fix: operators can have invalid utf-8 strings

Is there a simple test case to validate this?

If I try to reproduce the error using the input from the report:

diff --git a/scripts/startup/bl_operators/file.py…
dereck-4 pushed to fix_search_problem at dereck-4/blender 2024-10-18 16:02:03 +02:00
268de5bb67 some protect
dereck-4 commented on pull request blender/blender#129167 2024-10-18 15:34:43 +02:00
fix search string in a endless loop

I still think that making this search code safe would also be worth it.

Would move the check outside of the for loop though, something like that:

diff --git a/source/bl…
dereck-4 commented on pull request blender/blender#129167 2024-10-18 05:19:18 +02:00
fix search string in a endless loop

use this plugins and switch to simplified chinese,then use f3 to search "camera",the problem is show

dereck-4 commented on pull request blender/blender#129167 2024-10-18 02:02:40 +02:00
fix search string in a endless loop

Thanks for the fix. Do you think it may be possible for me to reproduce this by just pasting some text into the searchbox or is it more complicated?

Just input c a m e r a,the bug will…

dereck-4 created pull request blender/blender#129167 2024-10-17 17:17:06 +02:00
fix search string in a endless loop
dereck-4 pushed to fix_string_property at dereck-4/blender 2024-10-17 17:14:15 +02:00
d47b799097 fix copy problem
09ba430e7f fix string length
70ad7bf701 fix string length
ff9bbaf818 restore handling std::string ,and handle cpp_type_to_column_type
2b95a7fb43 Merge branch 'main' of https://projects.blender.org/blender/blender into fix_string_property
Compare 5 commits »
dereck-4 created branch fix_string_property in dereck-4/blender 2024-10-17 17:14:15 +02:00
dereck-4 pushed to fix_search_problem at dereck-4/blender 2024-10-17 17:14:13 +02:00
454d15b000 fix search string in a endless loop
ad88aedbac Docs: note that recent files shouldn't remove files that don't load
0e8980c118 Fix: UI: Restore GP3 Join operator in menu
91aa21e086 Docs: simplify the description of the select by pole count operator
c0e9184e5b Cleanup: remove white-space to satisfy license checker
Compare 10 commits »