Tuomo Keskitalo

Results 126 comments of Tuomo Keskitalo

Hi, I've now committed a patch for this, let me know if you find issues! Thank you as well! I had already given up hope to get motion blur working,...

Hi @dwerner95 , I used factor two because key frame value zero is set to nFrame-1 and value one to nFrame+1. Setting zero value to nFrame did not work, although...

Hi @dwerner95, I tested briefly and it looks like I could get some motion blur even in animation after changing line https://github.com/tkeskita/BVtkNodes/blob/master/converters.py#L736 to `kb.keyframe_insert("value",frame=nFrame)`. However, the default interpolation is Bezier...

Ok I found a way to change the interpolation to linear, so I removed the velocity scaling. Key frames are now set to current and next frame. Please let me...

This is maybe somehow related to `nodeitems_utils` Blender module 3.6/scripts/modules/nodeitems_utils.py?

Maybe not related to `nodeitems_utils` after all. Blender custom node tree bug? Need to try to create a simple custom node tree and node type example for testing and possible...