Thank you every one :) Haven't used the contextmanager in a while, great example Justin thank you very much.
On Monday, March 16, 2015 at 12:20:03 PM UTC+7, Panupat Chongstitwattana wrote: > > If I store my object names without namespace and then reference them into > a new scene. > > For example if this is the string I stored. > rig_grp|geo_grp|head_grp|left_eye_geo > > And I know for certain my namespace would be "ref_RN1" > > Currently I would manipulate the stored string so it turns into > ref_RN1:rig_grp|ref_RN1:geo_grp|ref_RN1:head_grp|ref_RN1:left_eye_geo > But I'm curious if there's a cleaner or more proper way to do this? > > Tried use namespace(set=':ref_extra_RN1') but that doesn't seem to do > anything > > Best regard. > -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/14b2538a-8796-48cb-a0e9-33f274d4b02f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
