Greetings - I'm wondering if it is possible to use particle systems with namespaces. THe problem arises when using PP attributes that supply data to specific dynamic nodes...
Without namespacing everything works fine - We can specify a PP attribute to supply values to an associated emitter or field, as explained in the docs :
- User Guide > Dynamics and Effects > Dynamics > Fields > Work with fields > Work with per-particle field attributes
- User Guide > Dynamics and Effects > Dynamics > Particles > Work with emitters > Vary emission from different points of point emitters
These techniques require that the PP attr name is formed from a maya emitter/field node name. SHould we wish to change the name of said field/emitter we can do so, also making sure to change the relevant 'nameFieldPP' attr on our particle shape [1]
Finally, the problem: When using namespaces, our field/emitter name will be of the format "namespace:field" - It is not possible to name an attribute like that, so namespaced nodes become inacessible to these techniques :-(
(Furthermore, the fact that the add attibutes window fails when using a namespaced particleshape node indicates that the namespace/particle relationship has not even been considered by the developers. -sigh!- )
Am I missing something obvious here? If its an issue, can anyone suggest a workround?
cheers!
ciaran
[1] - We have to workround even this, as renameAttr doesnt work for particle Attrs.: Create a newly named attrPP, connect it, and delete the old one,
