Post #491: :elif attr == "particle_system": value = self.get_modifier_by_type( ao, 'PARTICLE_SYSTEM').particle_systemIt will look like this:
... elif attr in BlContext.data: value = ao.data if ao else None elif attr == "particle_system": value = self.get_modifier_by_type( ao, 'PARTICLE_SYSTEM').particle_system elif attr in BlContext.mods: value = self.get_modifier_by_type(ao, BlContext.mods[attr]) ...
ok no prob man . thank … i will add it 