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
Community Beginner ,
Dec 07, 2023 Dec 07, 2023

Share the youtube video

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
🙂🙂🙂🙂🙂🙂🙂🙂🙂🙂🙂 Download Mixamo Here 🙂👍 https://fast-blender-add-ons.com/fast-mixamo/ (It's Fully Working in Blender 4.3!!!) 🙂👍 Any Issues With Update.... We're here 16 hrs a day every day!!! Just send message to info@fast-blender-add-ons.com 🔥 While you're there, check out Mixamo Pro...
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
Here are the text the video tell you to paste on the installation file on the lib folder, I done it and it worked, you can use this so you don't have to install nothing from.
First thing to paste on version.py:

 

import bpy

class ARP_blender_version:
    _string = bpy.app.version_string
    blender_v = bpy.app.version
    _float = blender_v[0]*100+blender_v[1]+blender_v[2]*0.01
    #_char = bpy.app.version_char

blender_version = ARP_blender_version()

 

Second thing to paste on armature.py:

 

import bpy

def restore_armature_layers(layers_select):
    armature - bpy.context.active_object.data

    #Check if the active object is an Armature
    if not isinstance(armature, bpy.types.Armature):
        return
    
    #Iterate over bones and restare their original hide status
    for bone, hide_status in zip(armature.bones, Layers_select):
        bone.hide = hide_status


def enable_all_armature_layers():
    armature - bpy.context.active_object.data

    # Ensure the active object is an Armature
    if not isinstance(armature, bpy.types.Armature):
        return []
    
    layers_select - []

    #Iterate over all bones
    for bone in armature.bones:
        #Store the current hide status
        layers_select.append(bone.hide)

        #Make the bone visible
        bone.hide = False

    return layers_select

 

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 28, 2024 Jan 28, 2024

Wonderful its working. Thanq very much. I wasted alot of time. Very happy. Thanks once again.

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 02, 2024 Feb 02, 2024

This fix right here worked from what I can see.  Rookie at Blender but so far so good.  Thank you 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 12, 2024 Feb 12, 2024

I've hit a wall, it says armature is not definedissue.png

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 10, 2024 Jan 10, 2024

yes this one works

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 13, 2024 Jan 13, 2024

Thank you for sharing

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 18, 2024 Jan 18, 2024

It works, thanks for hep 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 ,
Jan 19, 2024 Jan 19, 2024

thanks!!

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
Participant ,
Jan 26, 2024 Jan 26, 2024

That one worked! 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
New Here ,
Feb 03, 2024 Feb 03, 2024

it still showing so many errors 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

Doesnt work 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 ,
Dec 09, 2023 Dec 09, 2023

Same here.

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

see the above response with the addon with all fixes.

 

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

حسنا يا جماعة لنراجع الموضوعا انتم تقلون ان الصطر السابع علي تبديله بالسطر اللذي كتبتوه  

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 01, 2024 Jan 01, 2024

i messaged adobe's customer support and they were no help. please update the plugin adobe!

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 25, 2024 Jan 25, 2024

SAME!! issue

 

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 04, 2024 Feb 04, 2024

Tried doing this on 2 computers, thought my Educational work computer had blocked it, but nope.  Same exact error message on my home computer.  Come on Adobe, we're looking to do this on our tech classes but now have to look outside Adobe.  Very disappointing

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 17, 2024 Feb 17, 2024

Or or here me out... uninstall 4.0 and go and download the 3.0-3.6 version of blinder until they fix it. https://download.blender.org/release/Blender3.6/

 

None of these solutions work when you try to create a rig. You'll still get errors. Mixamo add on won't work regardless if you are able to enable it on 4.0. and Chat gpt cannot help you after the enable part. It produces the same code 15 times literally and says it fixed something. It doesn't, just download the old version instead. XOXO

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 18, 2024 Feb 18, 2024
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 01, 2024 Mar 01, 2024

Apparently they're not going to fix it. They simply don't care that their addon does not work

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 09, 2024 Mar 09, 2024

Did your problem got solved?
Even i got the same error while adding the mixamo to my blender 4.0.2 and I want to know the solution for this problem 

 

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 17, 2024 Mar 17, 2024

#some

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 08, 2024 Apr 08, 2024

Everything here was garbage.  I found it working at this link.  No BS.  

 

https://gitlab.com/x190/mixamo_blender4

 

 

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