Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
57

Mixamo addon not working on Blender 4.0

Community Beginner ,
Nov 17, 2023 Nov 17, 2023

Could they please fix this, I was working on a project, and would really love to stick to Blender 4.0, its causing me a headache, i thought i could use, rigify, but mixamo's offers a faster workflow for me. Even when installing it takes longer and halts for some reason now, and i have to click to the side or resize the window to show the addon, when i proceed to activate it, the error pops up.

mix.png
please @Adobe fix this.

TOPICS
Animation Controls , Bug , Character , Feature request , Project Integration
68.5K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 20, 2023 Nov 20, 2023

SAME!!!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 03, 2023 Dec 03, 2023

same +

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 05, 2023 Dec 05, 2023

same

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Dec 06, 2023 Dec 06, 2023

same error msg. macbook, ventura.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Dec 06, 2023 Dec 06, 2023

Same error in my MacBook Air Ventura 13

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Dec 06, 2023 Dec 06, 2023

Managed to solve it

Pasted the error text in Chat GPT and it worked.

Aronsaur_05EE6_2-1701883369220.png

 

Used option 3 and tweaked the code a bit.

Aronsaur_05EE6_0-1701882598292.png

 

Found the file: 

Aronsaur_05EE6_1-1701882740270.png

Or by command line using cd:

/Users/aaronbl/Library/Application Support/Blender/4.0/scripts/addons

And using teh command "open ." to openning it on finder.

Opened the file in VS Code. Copied all the code there and give it to chat GPT....

Here is the whole conversation: https://chat.openai.com/share/4ca619f5-aecf-4ab5-a4fb-5357fb657255

 

 

Then copied and pasted the code he gave me, pressed command + s to save, went to blender and all worked fine. Cheers

 

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Dec 08, 2023 Dec 08, 2023

it is working very well!

the fix is easy:

  1.  Go to the file ".../Blender/4.0/scripts/addons/mixamo_rig/lib/version.py" 
  2.  Line 7 is `_char = bpy.app.version_char`
  3. Replace it with `_char = getattr(bpy.app, 'version_char', '')`
  4. save and enable addon.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 08, 2023 Dec 08, 2023

This worked like a charm. Nisim gave the info if you already had it installed after an update. If you're downloading it fresh:

  1. Download the plugin
  2. Extract the ZIP
  3. Go into the folders to 'mixamo_rig/lib/version.py'
  4. Replace line 7 with '_char = bpy.app.version_char', so that it fetches the new version number properly
  5. Save the file, and ZIP the mixamo_rig folder again. Then just add it in Blender as you would any other plugin.

    Quick fix, and works great.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 21, 2024 Feb 21, 2024

You are a king dude. Thanks for the wonderful fix.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 14, 2024 Mar 14, 2024

AMEN

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 03, 2024 Apr 03, 2024

 7حسناا هل يجب علي فقط فك ضغط الملف واستبدال الصطر ا_char bpy .app.version_char  وإستبدال

_char = getattr ( bpy .app، 'version_char' , '' )`  ب

ثم حفظ التغيرات وضغط الملف ومبروك علي

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 09, 2023 Dec 09, 2023

I modified it directly from the zip file, saved it, installed the plugin in Blender and it worked!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 11, 2024 Mar 11, 2024

Me Ajudou muito obrigo. parbens 

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Dec 09, 2023 Dec 09, 2023

Hi, 

I encounter 2 more exceptions in the Python code when using the command "Apply Animation to Control Rig".

so to make it easier for all I fixed all the issues and packed them in the addon zip file. it support Blender v3 and v4.

Both the exceptions were in the file armature.py.

Sharing it using Dropbox:

https://www.dropbox.com/scl/fi/zhsyu6hrl5qr0206q0kpn/mixamo_rig.zip?rlkey=82fs93m6c4efb8eiynx8enwvd&... 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Dec 25, 2023 Dec 25, 2023

One more thing about the addon for Blender v4.0.

I did encounter issues with some features when creating new characters and using the rigging action. However, the issue is not created when using Blender v3.6.x.

So what I did is create the complex flow in 3.6 and use/import it to 4.0. this is when you encounter too many issues.

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Feb 25, 2024 Feb 25, 2024

Thank you. Your solution installed for me.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 26, 2024 Feb 26, 2024

Didnt quite work, I attempted to create a rig, the plugin installed, but the rig creation gave me an error message D:

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 26, 2024 Jan 26, 2024

Thankyou so much!

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 03, 2024 Feb 03, 2024

thanks man

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 20, 2024 Feb 20, 2024

Thankyou so much

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Feb 22, 2024 Feb 22, 2024

I specifically signed in to tell you that I love you and you just saved me a massive headache. Thank you!!!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Feb 22, 2024 Feb 22, 2024

Just a heads up this doesn't work in Blender 4.0. When you go to 'create control rig' it just crashes.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 27, 2024 Feb 27, 2024

you are the best!! thanks a lot

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 03, 2024 Mar 03, 2024

I installed it perfectly but as I try to apply it to create a control rig my blender will turn off. Will appreciate hearing from you! 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines