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

Mixamo addon not working on Blender 4.0

Community Beginner ,
Nov 17, 2023 Nov 17, 2023

Copy link to clipboard

Copied

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

Views

37.6K

Translate

Translate

Report

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

Copy link to clipboard

Copied

SAME!!!

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

same +

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

same

Votes

Translate

Translate

Report

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 06, 2023 Dec 06, 2023

Copy link to clipboard

Copied

same error msg. macbook, ventura.

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

Same error in my MacBook Air Ventura 13

 

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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

 

 

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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.

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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.

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

AMEN

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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

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

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

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

Me Ajudou muito obrigo. parbens 

 

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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&... 

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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.

 

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

Thank you. Your solution installed for me.

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

Thankyou so much!

 

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

thanks man

 

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

Thankyou so much

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

you are the best!! thanks a lot

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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! 

Votes

Translate

Translate

Report

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