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:
authorHans Goudey <h.goudey@me.com>2021-07-19 02:29:49 +0300
committerHans Goudey <h.goudey@me.com>2021-07-19 02:29:49 +0300
commitdb384d4df6c0aca209554573e2fe85efa9f0cd0d (patch)
treeccc35afe7000942113d8f700ae5f4fdc3bf61bfe /source/blender/python/BPY_extern.h
parent20ddb64207a1b06df56b6666574843fa6d9b3374 (diff)
parent83883ae66ad3231840d483ff091727b33d2f355b (diff)
Merge branch 'master' into temp-geometry-nodes-curve-sample
Diffstat (limited to 'source/blender/python/BPY_extern.h')
-rw-r--r--source/blender/python/BPY_extern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/BPY_extern.h b/source/blender/python/BPY_extern.h
index 90f54c50a6d..84d804f8bdf 100644
--- a/source/blender/python/BPY_extern.h
+++ b/source/blender/python/BPY_extern.h
@@ -20,8 +20,8 @@
#pragma once
-struct AnimationEvalContext;
struct ARegionType;
+struct AnimationEvalContext;
struct ChannelDriver; /* DNA_anim_types.h */
struct ID; /* DNA_ID.h */
struct ListBase; /* DNA_listBase.h */