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>2011-11-04 19:21:34 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-11-04 19:21:34 +0400
commit209ceb6969cf2398aa38a7a292e64ef130d5e8db (patch)
tree4fdd393c40031e1cb296e076cb0a1cbcd78f6d00 /build_files/cmake/project_info.py
parent4ea816837de646af124ffc82758cae37950a0a51 (diff)
correct some warnings, also sensor_x was being paassed to object_camera_matrix(...) for x and y args, looks like an accident
Diffstat (limited to 'build_files/cmake/project_info.py')
-rwxr-xr-xbuild_files/cmake/project_info.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/build_files/cmake/project_info.py b/build_files/cmake/project_info.py
index da1f2087f4f..eed002ce7ba 100755
--- a/build_files/cmake/project_info.py
+++ b/build_files/cmake/project_info.py
@@ -234,4 +234,3 @@ def project_name_get(path, fallback="Blender", prefix="Blender_"):
if "/branches/" in l:
return prefix + l.rsplit("/branches/", 1)[-1].split("/", 1)[0]
return fallback
-