Commit: 4d5e8e54774c22426a78bdd8aeaf55e601d22f8d
Author: Campbell Barton
Date:   Sat Mar 26 18:24:25 2022 +1100
Branches: master
https://developer.blender.org/rB4d5e8e54774c22426a78bdd8aeaf55e601d22f8d

Fix incorrect argument for rigid-body world export

===================================================================

M       source/blender/editors/physics/rigidbody_world.c

===================================================================

diff --git a/source/blender/editors/physics/rigidbody_world.c 
b/source/blender/editors/physics/rigidbody_world.c
index fa90d1e64d6..a77d70d5d9b 100644
--- a/source/blender/editors/physics/rigidbody_world.c
+++ b/source/blender/editors/physics/rigidbody_world.c
@@ -192,7 +192,7 @@ void RIGIDBODY_OT_world_export(wmOperatorType *ot)
                                  FILE_TYPE_FOLDER,
                                  FILE_SPECIAL,
                                  FILE_SAVE,
-                                 FILE_RELPATH,
+                                 WM_FILESEL_RELPATH,
                                  FILE_DEFAULTDISPLAY,
                                  FILE_SORT_DEFAULT);
 }

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to