[Durian-svn] [2432] Added two little bits at the bottom (Cam feel free to overwrite)

dolf institute at blender.org
Fri Apr 23 17:43:57 CEST 2010


Revision: 2432
          https://blenderinstitute.dyndns.org/durian-svn/?do=log&project=durian&path=/&rev=2432
Author:   dolf
Date:     2010-04-23 17:43:57 +0200 (Fri, 23 Apr 2010)
Log Message:
-----------
Added two little bits at the bottom (Cam feel free to overwrite)

Modified Paths:
--------------
    pro/scripts/modules/finals_config.py

Modified: pro/scripts/modules/finals_config.py
===================================================================
--- pro/scripts/modules/finals_config.py	2010-04-23 15:39:26 UTC (rev 2431)
+++ pro/scripts/modules/finals_config.py	2010-04-23 15:43:57 UTC (rev 2432)
@@ -120,9 +120,23 @@
         psys = obj.particle_systems["beard_hair_pa"]
         pointcache_generic_setup(psys.point_cache, frame_start, frame_end)
         psys.hair_dynamics = True
-        psys.settings.mass = 0.01 # was 0.01
+        #psys.settings.mass = 0.01 # was 0.01
         
+    obj = bpy.data.objects.get("GEO-shaman_mo_right") # mustache right
 
+    if obj:
+        psys = obj.particle_systems["mo_right"]
+        pointcache_generic_setup(psys.point_cache, frame_start, frame_end)
+        psys.hair_dynamics = True
+        
+    obj = bpy.data.objects.get("GEO-shaman_mo_left") # mustache left
 
+    if obj:
+        psys = obj.particle_systems["mo_left"]
+        pointcache_generic_setup(psys.point_cache, frame_start, frame_end)
+        psys.hair_dynamics = True
+        
 
 
+
+



More information about the Durian-svn mailing list