Daniel G

Results 52 issues of Daniel G

when the user has to many workspace tabs the gob buttons are hidden. find a better spot where this does not happen or make this customizable so the user can...

https://blog.michelanders.nl/2016/02/copying-vertices-to-numpy-arrays-in_4.html https://blenderartists.org/t/efficient-copying-of-vertex-coords-to-and-from-numpy-arrays/661467/14 https://blender.stackexchange.com/questions/6155/how-to-convert-coordinates-from-vertex-to-world-space foreach_set is much faster than from_pydata, at the expense of having to specify the geometry data on a somewhat lower level (ie including loops) https://devtalk.blender.org/t/alternative-in-2-80-to-create-meshes-from-python-using-the-tessfaces-api/7445/7 https://wiki.blender.org/wiki/Reference/Release_Notes/2.80/Python_API/Mesh_API

enhancement
performance
FBX

if positive_case: if particular_example: do_something else: raise exception

python

self.report({'INFO/WARNING/ERROR'}, "info message")

enhancement

enhancement
ZScript
python
FBX

![image](https://user-images.githubusercontent.com/1472884/104823764-e05ecc80-584c-11eb-91a3-c100a9f2373e.png) basic implementation seems to work, it is possible to check a release or git tag on github and check with that if there is a new addon version available....

enhancement
python

the plan behind this node builder is to have a modular node system rather than a hardcoded node tree where the user can define a node templates to his own...

enhancement