summaryrefslogtreecommitdiff
path: root/python/gras/GRAS_Utils.i
AgeCommit message (Collapse)Author
2013-04-04gras: revisit container storage after yesterdays learningJosh Blum
The mechanisms of connect are now resonsible for grabbing the container ref. When the object is a shared ptr, the element contructor overload sets weakself. When the object is in python, the python reference is held, even if its shared ptr underneath that. * removed the need for shared_from_this * removed the ref stuff in python Block
2013-03-17gras: work on python hooks for props interfaceJosh Blum