3drepo / 3drepobouncer

A C++ library providing 3D Repo Scene Graph definition, repository management logic and manipulation logic. It is is essentially the refactored 3DRepoCore and (parts of) 3DRepoGUI
GNU Affero General Public License v3.0
29 stars 13 forks source link

Issue 462 - Introduce RepoVariant type to manage metadata #658

Closed sbanethia closed 5 months ago

sbanethia commented 9 months ago

This fixes #462

Description

Added RepoVariant class to accept multiple data types in the meta data and removed unwanted casting to std::string and removed lexical cast to std::string

carmenfan commented 5 months ago

let's park this. Closing the PR.

It's still very far away from being mergable.... for e.g, I'm not convinced we need to define our own OdInts for example...