Nebula
|
#include "foundation/stdneb.h"
#include "conversion.h"
#include "nanobind/nanobind.h"
#include "nanobind/ndarray.h"
#include <nanobind/operators.h>
#include "util/random.h"
#include "scripting/scriptserver.h"
Namespaces | |
namespace | Python |
Python conversion functions. | |
Functions | |
Python::NB_MODULE (nmath, m) | |
Python::NB_MODULE (util, m) | |
nanobind::handle | Python::VariantToPyType (Util::Variant src, py::rv_policy policy, nanobind::detail::cleanup_list *cleanup) |
void | Python::RegisterNebulaModules () |