Update note on Blender upstream issue

Fix was included in 4.5.7 (see 141496 bug in https://projects.blender.org/blender/blender/issues/141871)
This commit is contained in:
Andrej730
2026-03-03 14:29:40 +05:00
parent 3a54e808f6
commit a52a329197
@@ -2861,7 +2861,7 @@ class IFCFileHandlerOperator(bpy.types.Operator):
def clean_up_path(path: str) -> str:
# In Blender 4.5.6 there was a bug producing unncesseary double slash prefix
# breaking the paths. Issue is not present in 5.0+ and presumably will be solved in 4.5.7 too.
# breaking the paths. Issue is not present in 5.0+ and is fixed in 4.5.7.
# https://projects.blender.org/blender/blender/issues/153822
if bpy.app.version == (4, 5, 6):
blender_prefix = "//"