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>2012-03-21 09:33:37 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-03-21 09:33:37 +0400
commit9773f87891b58e91f46b3cfd3e6f4f50de5d9411 (patch)
tree38c74bc80c389d0224514a6b5eab74d72e14b57d /source/creator
parent1d5922fbaf1bf66a73761c0baceda3edca8211fe (diff)
bmesh docs:
- add examples for custom-data access - group BMesh types logically in docs - added missing docstrings needed to add grouping functionality to sphinx for this.
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 57c62db3117..3374d653148 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -230,7 +230,7 @@ set(BLENDER_TEXT_FILES
# -----------------------------------------------------------------------------
-# Platform Spesific Var: TARGETDIR_VER
+# Platform Specific Var: TARGETDIR_VER
if(UNIX AND NOT APPLE)
if(WITH_INSTALL_PORTABLE)