Dominik Winkelbauer

Results 8 issues of Dominik Winkelbauer

**Merge first: #633** * Puts all children / parent methods into the entity class * get_children() and get_parent() now use `convert_to_entity_subclass` to return the blender objects wrapped into the correct...

cla-signed

The get_parent() function in MeshObject should be removed and the get_parent() function of Entity should automatically wrap children into MeshObject, Entity or Light.

enhancement

I would like to propose adding our recent forced alignment tool [CTC segmentation](https://github.com/lumaku/ctc-segmentation) which uses deep ASR models to segment/align audio and text. It's a bit more low-level, but is...

See https://github.com/DLR-RM/BlenderProc/pull/767#issuecomment-1332331345 > On Mac OS, you have to add in the general settings that your terminal is allowed to perform updates. Else it can not execute the pip installs....

enhancement

Sometimes it can happen that the simulateUsergroup hook in the TypoScriptFrontendController is called multiple times for the same request. But as the validateAndRemoveAccessToken() method removes the registered access token after...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior If you store an object, that is persisted, in the session,...

Bug

When using ``` bproc.loader.load_blend("my.blend", data_blocks=["objects", "collections"]) ``` the hierarchies between collections and objects should now be preserved. @johan-apes I think I found an easier way to fix the collection hierarchies....

cla-signed