[Bf-extensions-cvs] [541c2d6] master: Fix T37791: CMU changed its mocap lib website port

Daniel Monteiro Basso noreply at git.blender.org
Thu Dec 12 17:33:34 CET 2013


Commit: 541c2d6d3fe17dd8d6836208f630913f8dd27d69
Author: Daniel Monteiro Basso
Date:   Thu Dec 12 16:33:03 2013 +0000
http://developer.blender.org/rBAC541c2d6d3fe17dd8d6836208f630913f8dd27d69

Fix T37791: CMU changed its mocap lib website port

===================================================================

M	cmu_mocap_browser/library.py

===================================================================

diff --git a/cmu_mocap_browser/library.py b/cmu_mocap_browser/library.py
index 68c255a..5cb61a1 100644
--- a/cmu_mocap_browser/library.py
+++ b/cmu_mocap_browser/library.py
@@ -25,8 +25,8 @@
 # Science and Technology of Portugal, under the grant SFRH/BD/66452/2009.
 
 
-skeleton_url = "http://mocap.cs.cmu.edu:8080/subjects/{0:02d}/{0:02d}.asf"
-motion_url = "http://mocap.cs.cmu.edu:8080/subjects/{0:02d}/{0:02d}_{1:02d}."
+skeleton_url = "http://mocap.cs.cmu.edu/subjects/{0:02d}/{0:02d}.asf"
+motion_url = "http://mocap.cs.cmu.edu/subjects/{0:02d}/{0:02d}_{1:02d}."
 search_url = "http://mocap.cs.cmu.edu/search.php?subjectnumber=%&motion=%"
 
 # Carnegie Mellon University Mocap Library - http://mocap.cs.cmu.edu



More information about the Bf-extensions-cvs mailing list