yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #00674
Re: r1529 - in trunk: core/DefaultContainerImplementations gui/py pkg/common/Container
-
To:
yade-dev@xxxxxxxxxxxxxxxxxxx
-
From:
Václav S(milauer <eudoxos@xxxxxxxx>
-
Date:
Sat, 27 Sep 2008 11:30:05 +0200
-
In-reply-to:
<20080926135454.08978131@szpak>
-
User-agent:
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.17) Gecko/20080925 Lightning/0.8 Thunderbird/2.0.0.17 Mnenhy/0.7.5.666
>> # remove all bodies except spheres (changes IDs)
>> o.bodies.replace([b for o.bodies if b.shape.name=='Sphere'])
>>
>
> ... And SAP collider is not crashing? :) Good that you have made that
> automatic crash test.
>
I was replacing all engines at the same time, so I don't know about the
collider. But it was easier than saving all sphere params to some
separate file and loading them afterwards.
References