NokiMo
cebstudios

cebstudios

patreon


cebstudios posts

Script to import Avatary FaceMocap in Blender as Shapekeys

This script helps you to import in blender the meshes created with Avatary Autoface.It will get all the objs generated and create a single mesh with all objs as shapekeys, so you can create the han...

View Post

AnimMotion and Some explanations

Sorry for the lack of update, let me explain what is happening and the ideas I'm working on.

Probably you have seen that I released the AnimMotion open beta.
This addon aims to make anima...

View Post

Mocap Import beta 0.76

Fixed a problem that if you didnt have opencv2 or medipipe installed, you wouldnt be able to open the addon.

And added an option to install opencv2 from the addon.


Attention....

View Post

AnimMotion Beta 0.10 OpenBeta

Here is how to install and how to use this new addon for blender that is in development.


To download it, please go to:

2021-09-18 20:27:55 +0000 UTC View Post

Dev Preview: AnimMotion new addon for animation in Blender

Here is a early test of a new addon in development.

This addon comes to make easy the creation of animation. This is done giving the user the ability to control the character like in a videog...

View Post

MOCAP Import beta 0.75

This new version brings a better UI, and a new method to use mediapipe, that should bring better conversion from video to an animated armature.


Besides that, you will also get an o...

View Post

Facemocap test (Blender Motion Track, RBF and Shapekeys)

After watching the amazing new addon from Facegood/Avatary I saw that a similar approach could be done right inside of blender.

Link to Facegood/Avatary: View Post

New and Amazing Facemocap Tool

When looking at twitter I've found a post showing some amazing tech for facial mocap.

This tech was done by Facegood, a chinese company.


The post in twitter<...

View Post

Script to install Opencv and Mediapipe inside of Blender (Windows)

You can download the file and open on the script tab inside blender, or copy the text and do like its show in the video

-----------------

import subprocess
View Post

Update on Development

It has been more than a week that I started the C++ development effort to create a better and custom mocap data creation tool.

But, C++ is not so easy like Python, and that's why I was not ab...

View Post

Addon development

Hello everyone.
I'm not posting about the development of mocap import addon, because I had to do a step back, to learn about C++ to go further on the addon development.

But soon I'll rele...

View Post

Dev Preview: Mediapipe multi convert video to mocap

I made a change in the code, so now, if you want to load a single video, on the load button you choose a video.

If you want to load lots of videos, just choose a folder and the script will lo...

View Post

Dev Preview: Mediapipe hands mocap in Blender

This code preview let you get bones movement from hands.


The easiest way to install the python packages inside blender to be able to use this blend file and run your own pose estim...

View Post

Tutorial: Lipsync animations in Blender using Audio2face. Example on CC3 character

This tutorial uses:

Nvidia Audio2Face 

https://www.nvidia.com/pt-br/omn...

View Post

Blender RigidBody problem and how to solve it.

If your simulation is exploding. Move it from the center, and it might start working correctly.  

This problem was driving me nuts, but with the help of RiceClever from the Blender Disco...

View Post

Dev Preview - Custom Bone Retarget

This video shows a part of the project for the modular mocap.


Here you can see that at the first try, the bone does not align correctly. That's because the bones are in different p...

View Post

Dev Preview - Mediapipe and new method of retarget

This is a preview video of the reviewed code for mediapipe.

In this post you can download a demo file with a model from Vroid and the script

You also have the option to load the py code...

View Post

DEV - Quaternions angles from obejcts, with one/more child bone

Updated code that also works with one child (hierarchy of one and two bone child)

Blend file attached

Added a file with loop to add N childs


View Post

DEV - Quaternions Angle transfer from anywhere

The previous post worked only when the reference point where on the Y axis.

By the time you moved (both objects that you wanted to get the angle) the angle got "crazy"


I foun...

View Post

DEV - Transfer angles from objects to bones

After days researching it, we've found a way to copy the angles from an object to bones.


Here is the code and the blend file is attached to this post

#This code was created t...

View Post

Dev update - Converting location to rotation

Since last week we've been working on the code to make a better conversion of data from Mediapipe (wich is great because Mediapipe is fast and runs on CPU)

One step we saw, was that, to make ...

View Post

Mocap_Import Beta 0.73

- added alternative import for frankmocap

- fixed import orientation for frankmocap (instead of load tilted, now it loads upside down, its not perfect but seems to be less worst 😊)

View Post

DEV Code Preview - Reviewing Mediapipe solution on Mocap_import Blender Addon

This is a preview video of the reviewed code for mediapipe.   

Making mediapipe more stable when creating an armature is a crucial part to be able to continue the idea of a modular ...

View Post

Updates 02/07/2021

Hello,

This week we got more busy than usual, so there was not many new things to show.

We are working to have some interesting things to show you all, probably by the end of next week....

View Post

Chain animation, blender source files

After some research, we were able to make a good chain animation using as reference this tutorial

https://www....

View Post

TTS engine to create high quality speech

Here is the service we are using to do the text to speech on our tutorials.

2021-06-26 06:38:30 +0000 UTC View Post

Blender3.0 using asset browser with animation, quick tip

Here is a tip on how to use asset browser on Blender 3.0 Alpha to use your animations, or pack of animations downloaded



View Post

Deeplabcut Facemocap Preview Code

Here is the preview code to be used with deeplabcut.

To use it, you must train your machine learning using deeplabcut. You can find more about it in:

2021-06-21 07:46:00 +0000 UTC View Post

Mocap Import 0 722 - Easymocap Upgrade

This new version of Mocap Import, you are able to use the oficial code from Easymocap site https://github.com/zju3dv/EasyMoca...

View Post

Audio2face import problems, workaround tip

Sometimes when you import audio2face files in blender, you will have problems, here is a simple workaround to help with the problem.

View Post