-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Send to Unreal - re.error: global flags not at the start of the expression at position 22 #729
Comments
I confirm this bug - also present in Blender 4.1. It would be great if it would be fixed. Maybe @JoshQuake could come for rescue? ;) |
lol I haven't updated to 4.1 yet but might as well take a look |
It also happens in 4.1, I have not updated yet and I have stayed on 4.0 |
Here's a temp fix that removes (?i) regex from default lod_regex value. Global flags are not allowed mid string in blender 4.1+'s regex parser. send2ue-2.4.3_v4fixes_28-03.zip Created pull request #732 with fix as well |
@JoshQuake thanks very much, you are the boss. Although I still get error in Blender 4.1. Can you look at it (big please!) :) |
can you check your LOD settings? If yours has (?i) then remove it from there. |
@JoshQuake - thank you, that was it! After removal plugin works correctly! |
It seems to be an issue with builds that use python 3.11. I built blender 4.0.2 with 3.11 and it also occurred there.
|
Thanks for this! |
what did you remove? did you "uncheck" LODs? |
Remove |
Is there a reason why the LOD regex was case-insensitive to begin with? If so, wouldn't it be better to change the regex string to use The issue is now with the placement of the inline flag, not that the flag exists. (I honestly don't know what the correct answer is, but I can offer that brute deleting flags usually isn't the best long-term approach. No passive aggression, just speaking from my past mistakes...) |
Yep, that was a temp solution. It has been properly resolved at the maintained repo https://github.com/poly-hammer/BlenderTools/ |
@JoshQuake |
Go to Pipeline tab > Export > Settings Dialog > Click Import tab and under LOD Settings |
Hey we are maintaing a new fork now. I would follow that for updates, since the Epic one is still only compatible with This release should work |
try going to Blender preferences, under Add ons and down to Preferences, change the RPC Response timeout to 99999 |
The error is a Regex error. It is related to changes in |
I see, thank you so much! 2.4.5 worked smoothly on my end now. |
Hi
Send to Unreal is throwing this error under Blender 4.2, Windows 11, version 2.4.3
In the description paste in and edit the following:
Add Suzanne, add a material to it, press push asset from the menu
The text was updated successfully, but these errors were encountered: