Block a user
fix the crash when select the object if the object in scene exceed 65536
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
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'
fix the crash when select the object if the object in scene exceed 65536
fix the crash when select the object if the object in scene exceed 65536
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'
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…
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…
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…
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
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…
fix search string in a endless loop
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
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