Sohler Günther
Sohler Günther
this is yet already possible. an external program/editor can save the scad file which is in use and openscad will automatically adapt to the new file content and display. having...
Customizer.Variable is a defined on CC side, right ?
I started trying with nanobind and came up with this CMakeLists.txt nanobind_add_module( openscad NB_STATIC STABLE_ABI pymodule.cc) it creates these modules libs: libnanobind-static.a openscad.cpython-311-x86_64-linux-gnu.so how can i tell it to create...
OK, but then I am wondering what the STATIC means in NB_STATIC keyword. Right now nanobind does actually create a shared object file ready for use with python import. But...
pca006132, apart that the document describes pybind11, wheras i started off with nanobind, the section describes, that its even possible to import embedded modules when i use their python interpreter...
I started migration to nanobind in a new branch, so I am flexible so changing to nanobind is scheduled/planned. Lets see, when/if we will arrive. I'll raise a ticket @...
seems not planned https://github.com/wjakob/nanobind/issues/169
Sorry i will Not duplicate all the required Files which come with the Python Installation. I can add nice Warning and Install Instruktion instead. lkarthee ***@***.***> schrieb am Sa., 9....
pca006132 i am not happy with pybind11. e.g. i try to make a function to create a cube with 3 float parameters and it works when passing 3 floats. if...
Guys, you can exactly specify the amount of decimals to be displayed in the customizer -> Sets 3 decimals for parameter 'var' var=6; // [4:0.001:10] -> Sets 1 decimals for...