New question #180578 on Yade: https://answers.launchpad.net/yade/+question/180578
hi all what's the difference between "dynamic" and "fixed" when I code " O.bodies.append(utils.box( center=(5.,5.,2.), extents=(2.,2.,2.),dynamic=True,fixed=False,wire=False))" the DeprecationWarning: dynamic=True is deprecated, use fixed=False instead _commonBodySetup(b,V,geomInert,material,pos=center,dynamic=dynamic,fixed=fixed) Best regards -- You received this question notification because you are a member of yade-users, which is an answer contact for Yade. _______________________________________________ Mailing list: https://launchpad.net/~yade-users Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-users More help : https://help.launchpad.net/ListHelp

