mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 18:16:40 +00:00
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:
@@ -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 = "//"
|
||||
|
||||
Reference in New Issue
Block a user