I am working on implementation of this class:
class yObjectManagerMetaData
{
public:
yObjectMetaData *getObjectMetaData(const std::string &objectName, const std::string &blendFileName);
yObjectMetaData *getGroupMetaData(const std::string &groupName, const std::string &path);
bool loadBlendFile(const std::string path);
};
Could you share some hint about implementation?
Regards
Pawel
I am working on implementation of this class:
class yObjectManagerMetaData
{
public:
yObjectMetaData *getObjectMetaData(const std::string &objectName, const std::string &blendFileName);
yObjectMetaData *getGroupMetaData(const std::string &groupName, const std::string &path);
bool loadBlendFile(const std::string path);
};
Could you share some hint about implementation?
Regards
Pawel