Re: [Maya-Python] Memory leak in Maya Python API 1.0

2018-02-19 Thread Pontsho Maseko
nto it right >>> now , maybe someone knows here ? >>> >>> >>> >>> Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for >>> Windows 10 >>> >>> >>> >>> *From: *Pontsho Maseko >>&g

Re: [Maya-Python] Memory leak in Maya Python API 1.0

2018-02-19 Thread Pontsho Maseko
*Pontsho Maseko >> *Sent: *Friday, February 16, 2018 2:59 PM >> >> *To: *Python Programming for Autodesk Maya >> *Subject: *Re: [Maya-Python] Memory leak in Maya Python API 1.0 >> >> >> >> Is there as safe way to query keyed attributes, do

Re: [Maya-Python] Memory leak in Maya Python API 1.0

2018-02-16 Thread Marcus Ottosson
: *Python Programming for Autodesk Maya > > *Subject: *Re: [Maya-Python] Memory leak in Maya Python API 1.0 > > > > Is there as safe way to query keyed attributes, doesnt have to be with the > MAnimUtil in maya api 2.0? > > On Friday, February 16, 2018 at 4:44:05 PM UTC+2, ju

RE: [Maya-Python] Memory leak in Maya Python API 1.0

2018-02-16 Thread justin hidair
findAnimatedPlugs() after a quick lookup Sent from Mail for Windows 10   From: Pontsho Maseko Sent: Friday, February 16, 2018 2:25 PM To: Python Programming for Autodesk Maya Subject: Re: [Maya-Python] Memory leak in Maya Python API 1.0   Plugs = om.MPlugArray() path = om.MDagPath() # The path to the

Re: [Maya-Python] Memory leak in Maya Python API 1.0

2018-02-16 Thread Pontsho Maseko
d an equivalent to > findAnimatedPlugs() after a quick lookup > > Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for > Windows 10 > > > > *From: *Pontsho Maseko > *Sent: *Friday, February 16, 2018 2:25 PM > *To: *Python Programming for Autode

RE: [Maya-Python] Memory leak in Maya Python API 1.0

2018-02-16 Thread justin hidair
: [Maya-Python] Memory leak in Maya Python API 1.0 Plugs = om.MPlugArray() path = om.MDagPath() # The path to the node working with om.MAnimUtil.finAnimatedPlugs(path, plugs) # This by definition should return keyed attributes a MPlugs I am trying to get attributes that are keyed. On Friday

Re: [Maya-Python] Memory leak in Maya Python API 1.0

2018-02-16 Thread Pontsho Maseko
Plugs = om.MPlugArray() path = om.MDagPath() # The path to the node working with om.MAnimUtil.finAnimatedPlugs(path, plugs) # This by definition should return keyed attributes a MPlugs I am trying to get attributes that are keyed. On Friday, February 16, 2018 at 3:44:58 PM UTC+2, Marcus Ot

Re: [Maya-Python] Memory leak in Maya Python API 1.0

2018-02-16 Thread Marcus Ottosson
Could you post an example of what you are currently trying? On 16 February 2018 at 13:18, Pontsho Maseko wrote: > Does anybody here knows, a way to find animated plugs with the the python > API. The python API 1.0's MAnimUtil gives me a memory leak report > "swig/python detected a memory leak of

[Maya-Python] Memory leak in Maya Python API 1.0

2018-02-16 Thread Pontsho Maseko
Does anybody here knows, a way to find animated plugs with the the python API. The python API 1.0's MAnimUtil gives me a memory leak report "swig/python detected a memory leak of type 'MAnimUtil *', no destructor found." then crushes maya. -- You received this message because you are subscribe