Loading...
Searching...
No Matches
Namespaces | Functions
py_bsdf.h File Reference

Export a BSDF model to python. More...

#include "pybind11/pybind11.h"
#include "concepts/stringconvert.h"
#include "util/typestring.h"
#include "python/py_arg.h"
#include "bbm/bsdf_ptr.h"
#include "bbm/bsdf.h"

Go to the source code of this file.

Namespaces

namespace  bbm
 
namespace  bbm::python
 

Functions

template<typename ARGS , bool TYPE = false>
requires is_args_v<ARGS>
std::string args_to_string (void)
 Provide a human readable string of an bbm::args type.
 
template<typename BSDFMODEL >
requires concepts::bsdfmodel<BSDFMODEL> && concepts::constructor<BSDFMODEL>
void def_bsdf (py::module &m)
 export a BSDF model to Python
 

Detailed Description

Export a BSDF model to python.