MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ read_mesh_network() [1/2]

auto MayaFlux::Creator::read_mesh_network ( ) -> std::shared_ptr<Nodes::Network::MeshNetwork>
inline

Definition at line 192 of file Creator.hpp.

193 {
195 if (network)
197 return network;
198 }
Core::GlobalNetworkConfig network
Definition Config.cpp:37
#define MF_LIVE_EXPOSE_AUTO(ptr)
Auto-expose variant that deduces the key prefix from the shared_ptr element type.
std::shared_ptr< Nodes::Network::MeshNetwork > choose_mesh_network(IO::TextureResolver resolver)
Present a native open-file dialog filtered to 3D model formats and load the chosen file as a MeshNetw...
Definition Depot.cpp:166

References MayaFlux::choose_mesh_network(), MF_LIVE_EXPOSE_AUTO, and network.

+ Here is the call graph for this function: