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 <ideasman42@gmail.com>2018-06-29 09:05:38 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-29 09:05:38 +0300
commit9bd0c63382bf226c271c40d5a5967c22c75718ea (patch)
tree97ad1061c10f39498459d54da34caddd59d39fbd /source/blender/makesrna
parentbe983295ea14af226b3c824a035ccee9d416c67f (diff)
parentaf36dd4664ddf35c7ad99f05f9878ce1acf787bd (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/makesrna')
-rw-r--r--source/blender/makesrna/RNA_define.h1
-rw-r--r--source/blender/makesrna/intern/rna_camera_api.c1
-rw-r--r--source/blender/makesrna/intern/rna_context.c1
-rw-r--r--source/blender/makesrna/intern/rna_image_api.c1
-rw-r--r--source/blender/makesrna/intern/rna_lightprobe.c1
-rw-r--r--source/blender/makesrna/intern/rna_material_api.c1
-rw-r--r--source/blender/makesrna/intern/rna_packedfile.c1
-rw-r--r--source/blender/makesrna/intern/rna_pose_api.c1
-rw-r--r--source/blender/makesrna/intern/rna_screen.c1
-rw-r--r--source/blender/makesrna/intern/rna_speaker.c1
-rw-r--r--source/blender/makesrna/intern/rna_ui.c1
-rwxr-xr-xsource/blender/makesrna/rna_cleanup/rna_cleaner.py1
12 files changed, 0 insertions, 12 deletions
diff --git a/source/blender/makesrna/RNA_define.h b/source/blender/makesrna/RNA_define.h
index d56ccbcfa01..0c269d17072 100644
--- a/source/blender/makesrna/RNA_define.h
+++ b/source/blender/makesrna/RNA_define.h
@@ -259,4 +259,3 @@ extern const int rna_matrix_dimsize_4x2[];
#endif
#endif /* __RNA_DEFINE_H__ */
-
diff --git a/source/blender/makesrna/intern/rna_camera_api.c b/source/blender/makesrna/intern/rna_camera_api.c
index ae15c58dd29..d1b25239cbe 100644
--- a/source/blender/makesrna/intern/rna_camera_api.c
+++ b/source/blender/makesrna/intern/rna_camera_api.c
@@ -85,4 +85,3 @@ void RNA_api_camera(StructRNA *srna)
}
#endif
-
diff --git a/source/blender/makesrna/intern/rna_context.c b/source/blender/makesrna/intern/rna_context.c
index 706dc6a3cd7..6e07976a3c6 100644
--- a/source/blender/makesrna/intern/rna_context.c
+++ b/source/blender/makesrna/intern/rna_context.c
@@ -313,4 +313,3 @@ void RNA_def_context(BlenderRNA *brna)
}
#endif
-
diff --git a/source/blender/makesrna/intern/rna_image_api.c b/source/blender/makesrna/intern/rna_image_api.c
index d839995d15e..1d2c36e3e3e 100644
--- a/source/blender/makesrna/intern/rna_image_api.c
+++ b/source/blender/makesrna/intern/rna_image_api.c
@@ -397,4 +397,3 @@ void RNA_api_image(StructRNA *srna)
}
#endif
-
diff --git a/source/blender/makesrna/intern/rna_lightprobe.c b/source/blender/makesrna/intern/rna_lightprobe.c
index f3091ae5ee1..a14699691a6 100644
--- a/source/blender/makesrna/intern/rna_lightprobe.c
+++ b/source/blender/makesrna/intern/rna_lightprobe.c
@@ -222,4 +222,3 @@ void RNA_def_lightprobe(BlenderRNA *brna)
}
#endif
-
diff --git a/source/blender/makesrna/intern/rna_material_api.c b/source/blender/makesrna/intern/rna_material_api.c
index c7441f92c33..268655d77bf 100644
--- a/source/blender/makesrna/intern/rna_material_api.c
+++ b/source/blender/makesrna/intern/rna_material_api.c
@@ -50,4 +50,3 @@ void RNA_api_material(StructRNA *UNUSED(srna))
}
#endif
-
diff --git a/source/blender/makesrna/intern/rna_packedfile.c b/source/blender/makesrna/intern/rna_packedfile.c
index c7891680adb..51199af011b 100644
--- a/source/blender/makesrna/intern/rna_packedfile.c
+++ b/source/blender/makesrna/intern/rna_packedfile.c
@@ -79,4 +79,3 @@ void RNA_def_packedfile(BlenderRNA *brna)
}
#endif
-
diff --git a/source/blender/makesrna/intern/rna_pose_api.c b/source/blender/makesrna/intern/rna_pose_api.c
index f523b725b18..04ecdd497f6 100644
--- a/source/blender/makesrna/intern/rna_pose_api.c
+++ b/source/blender/makesrna/intern/rna_pose_api.c
@@ -84,4 +84,3 @@ void RNA_api_pose_channel(StructRNA *srna)
#endif
-
diff --git a/source/blender/makesrna/intern/rna_screen.c b/source/blender/makesrna/intern/rna_screen.c
index e4921b917f0..2529e687ac2 100644
--- a/source/blender/makesrna/intern/rna_screen.c
+++ b/source/blender/makesrna/intern/rna_screen.c
@@ -586,4 +586,3 @@ void RNA_def_screen(BlenderRNA *brna)
}
#endif
-
diff --git a/source/blender/makesrna/intern/rna_speaker.c b/source/blender/makesrna/intern/rna_speaker.c
index f37b75b3db2..41f22929143 100644
--- a/source/blender/makesrna/intern/rna_speaker.c
+++ b/source/blender/makesrna/intern/rna_speaker.c
@@ -163,4 +163,3 @@ void RNA_def_speaker(BlenderRNA *brna)
}
#endif
-
diff --git a/source/blender/makesrna/intern/rna_ui.c b/source/blender/makesrna/intern/rna_ui.c
index 70aa4709d8c..089f7129316 100644
--- a/source/blender/makesrna/intern/rna_ui.c
+++ b/source/blender/makesrna/intern/rna_ui.c
@@ -1437,4 +1437,3 @@ void RNA_def_ui(BlenderRNA *brna)
}
#endif /* RNA_RUNTIME */
-
diff --git a/source/blender/makesrna/rna_cleanup/rna_cleaner.py b/source/blender/makesrna/rna_cleanup/rna_cleaner.py
index 0b80a711c3b..f1cd46f3d57 100755
--- a/source/blender/makesrna/rna_cleanup/rna_cleaner.py
+++ b/source/blender/makesrna/rna_cleanup/rna_cleaner.py
@@ -318,4 +318,3 @@ if __name__=='__main__':
print("Incorrect python version, use python 3!")
else:
main()
-