-
Blender devs decided to make the old addons disfunctional. This means that we need to upgrade all of our own addons to Blender 2.8 so that we can later use it in Bforartists 2.
Update createisocam …
-
```
import pymesh as pm
b = pm.generate_box_mesh((0,0,0), (10,10,10), subdiv_order=3)
b, info = pm.remove_isolated_vertices(b)
print('num_vertex_removed:', info['num_vertex_removed'])
for i…
-
If I want to create a mesh from the sites can I use edges and assume they are connected, i.e. iterate through edges and add each starting point to a list of vertices ?
-
joint transformation weights need to sum to 1. Otherwise there seems to be only a reference to the glTF overview and tutorial in the spec. on exactly how the weights are expected to be applied. The tu…
-
More specifically, the `LIBQI_VERSION` definition cannot be found, but even after manually setting it, a series of errors are encountered.
I have successfully compiled and installed libqi and libqi…
-
Currently planned modules:
* Core - contains all mixins necessary for the mod to work, and cubic chunks debug world type, with all the necessary code to make cubic chunks world types work
* Vanill…
-
When compiling with the following flags:
**python configure.py --prob=jet --flux=default --coord=cartesian -s -omp**
and then running with the regular athinput.jet file the pressure is not written p…
-
I'm trying to make a simple character-chooser screen, with 3 characters (colored spheres, for now) and I can't seem to load them from imported definitions. I am trying to have all the characters/model…
-
See https://github.com/tpaviot/pythonocc-core/issues/342
I would like to help in this effort as much as possible, but I will need guidance. Is it possible to make any movement on this without OCE sup…
-
Hello,
I rune muse 2.1.2-3, on Debian stretch. https://packages.debian.org/en/stretch/muse
When I start muse I get a message about the timer that is 250Hz while it must be 500Hz.
Muse fallba…