BasicOperations/FBComponent.py
18 lobj.Translation.SetAnimated(
True)
22 for lComp
in gScene.Components:
24 if lComp !=
None and lComp.Is(FBModel.TypeInfo):
25 if (lComp.Name ==
'Cube'):
27 ltran = lComp.PropertyList.Find (
'Translation (Lcl)' )
29 print "Can't find translation property"