JoeVenner

Results 9 comments of JoeVenner
trafficstars

Hi Friend, Glad to hear that from you! to get the bones parameters you can find the function in `OpenCVAnimOperator.py Line 160` `bones = bpy.data.objects["NameOfTheCharacter"].pose.bones` Please check the file i...

Hi Chema, The aboce error is coming from providing to the CV2 circle function a non int data type as it accepts only int data type. Try to look for...

Hi There, I’m really happy to hear that from you, can you try the version i used 2.8 and let me know if it works for you! Le dim. 27...

Hey there! Sorry, I'm not into this much lately, so the latest compatible version is 2.8, 2.9 you will face issues. Thanks On Thu, Jul 28, 2022 at 10:28 AM...

Glad to hear that 🥳 Enjoy your journey with Python ☺️ Le dim. 27 mars 2022 à 21:19, KronkTR ***@***.***> a écrit : > Finally! > It worked. Thank you...

Please just clone the last version i published. FYI (the problem comes from giving float numbers as a parameter to the opencv circle function) ` cv2.circle(image, (int(x),int(y)), 2, (0, 255,...

Hi Syedasara, Yes you can use another character, u need just to change the name of the character, ` bones = bpy.data.objects["RIG-Vincent"].pose.bones ` You can find in the code in...

> Could you address this issue too ? > > ``` > Exception in Tkinter callback > Traceback (most recent call last): > File "C:\Users\{name}\AppData\Local\Programs\Python\Python39\lib\tkinter\__init__.py", line 1892, in __call__ >...

easy thing, only by looking if there is any blue square around the face as you will find below, and as soon as the app detects the face it will...