Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-03-26 10:24:25 +0300
committerCampbell Barton <campbell@blender.org>2022-03-26 10:36:28 +0300
commit4d5e8e54774c22426a78bdd8aeaf55e601d22f8d (patch)
treebf7327046a259128603a0a8e0ec812d2d8b235c2 /source/blender/editors/physics
parentc01afe9562a9439e38cfe917c993c161b815cc94 (diff)
Fix incorrect argument for rigid-body world export
Diffstat (limited to 'source/blender/editors/physics')
-rw-r--r--source/blender/editors/physics/rigidbody_world.c2
1 files changed, 1 insertions, 1 deletions
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);
}