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.
please @Adobe fix this.
Copy link to clipboard
Copied
me too, blender get closed suddenly
Copy link to clipboard
Copied
Guy Bento here! Thanks for the repair on this definition. Works properly since the the first time here.
Copy link to clipboard
Copied
Thank you so much.
Copy link to clipboard
Copied
thank you so much
Copy link to clipboard
Copied
internet provides. works. thanks friend.
Copy link to clipboard
Copied
It worked, Thank Nisim.
Copy link to clipboard
Copied
Thankyou so much!!!
Copy link to clipboard
Copied
Thankyou so much
Copy link to clipboard
Copied
Thanks a lot!
Copy link to clipboard
Copied
thank you !!! this worked 100%
Copy link to clipboard
Copied
I love you guys!
Copy link to clipboard
Copied
perfect! THANK YOU!!! This still works exactly asyou explained for version 4.2 btw. One note, i was looking for this in progarm files but to be clear it's in:
C:\Users\ <your username>\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\mixamo_rig\lib
Copy link to clipboard
Copied
you are like a god thank u chat gpt
i Support Ai for this type of help
Copy link to clipboard
Copied
you are a genius !!
Copy link to clipboard
Copied
You are awesome! ❤️ I hope life takes care of thanking you enough
Copy link to clipboard
Copied
Thanks
Copy link to clipboard
Copied
Worked great, thanks!
Copy link to clipboard
Copied
Thank you
Copy link to clipboard
Copied
its worked.
nice work thank you.
Copy link to clipboard
Copied
Thanks man
Copy link to clipboard
Copied
Hey so I just found the fix on YouTube, here's the link for Mixamo Addon for Blender 4.0
https://drive.google.com/file/d/1G71J1TgZ9sX-LRx1uU8SdrZA4UUwxtLz/view
Copy link to clipboard
Copied
Share the youtube video
Copy link to clipboard
Copied
Copy link to clipboard
Copied
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()
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
Copy link to clipboard
Copied
Wonderful its working. Thanq very much. I wasted alot of time. Very happy. Thanks once again.