EggGroupUniquifier

from panda3d.egg import EggGroupUniquifier
class EggGroupUniquifier

Bases:

Bases: EggNameUniquifier

This is a specialization of EggNameUniquifier to generate unique names for EggGroup nodes. It’s not called automatically; you must invoke it yourself if you want it.

Inheritance diagram

Inheritance diagram of EggGroupUniquifier

__init__(filter_names: bool)

If filterName() is true, then the group names will be coerced into a fairly safe, standard convention that uses no characters other than a-z, A-Z, 0-9, and underscore. If filterName() is false, the group names will be left unchanged.

static getClassType() panda3d.core.TypeHandle