[Bf-blender-cvs] [ab9d448be6e] temp-lineart-embree: Fix incorrect argument for rigid-body world export

Campbell Barton noreply at git.blender.org
Sat Mar 26 17:11:00 CET 2022


Commit: ab9d448be6e64ed6efd5a495173020a57f7ed14c
Author: Campbell Barton
Date:   Sat Mar 26 18:24:25 2022 +1100
Branches: temp-lineart-embree
https://developer.blender.org/rBab9d448be6e64ed6efd5a495173020a57f7ed14c

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);
 }



More information about the Bf-blender-cvs mailing list