Very minor documentation fixes, updated logo

This commit is contained in:
Wenzel Jakob
2016-01-17 22:36:36 +01:00
parent f4671f6a04
commit 6eb11da94a
9 changed files with 22 additions and 15 deletions

View File

@@ -146,7 +146,8 @@ elseif (UNIX)
# that's statically linked into an application like Blender or Maya.
# If we link our plugin library against the OS Python here and import it
# into Blender or Maya later on, this will cause segfaults when multiple
# conflicting Python instances are active at the same time.
# conflicting Python instances are active at the same time (even when they
# are of the same version).
# Windows is not affected by this issue since it handles DLL imports
# differently. The solution for Linux and Mac OS is simple: we just don't