Upliner / CharMorph

Other
305 stars 14 forks source link

Blender 4 compatibility #21

Closed mineralghost closed 8 months ago

mineralghost commented 9 months ago

Imagen de WhatsApp 2023-11-20 a las 17 05 43_d8573f22

(sorry for bad image quality)

Whenever i use the Add rig function i get the image above. I have rigify installed. I tried with all the 4 models i have available and none of them work properly.

Hopefullyidontgetbanned commented 9 months ago

4.0 support is in development, sorry it doesn't work at the moment

mineralghost commented 9 months ago

Okay, thank you for letting me know.

Upliner commented 9 months ago

Blender 4 compatibility is a real issue so reopening it

Hopefullyidontgetbanned commented 9 months ago

I should note that Particle Hair is broken for 4.0.

bpy.data.window_managers["WinMan"].charmorph_ui.base_model = 'mb_female' bpy.context.space_data.shading.type = 'WIREFRAME' bpy.context.space_data.shading.type = 'SOLID' bpy.data.window_managers["WinMan"].charmorph_ui.hair_style = 'symmetric1' Python: Traceback (most recent call last): File "C:\Users\Hope\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\CharMorph-master\hair.py", line 269, in execute bpy.ops.particle.copy_particle_systems(override, remove_target_particles=False, use_active=True) File "C:\Program Files\Blender Foundation\Blender 4.0\4.0\scripts\modules\bpy\ops.py", line 106, in __call__ C_exec, C_undo = _BPyOpsSubModOp._parse_args(args) File "C:\Program Files\Blender Foundation\Blender 4.0\4.0\scripts\modules\bpy\ops.py", line 60, in _parse_args raise ValueError("1-2 args execution context is supported") ValueError: 1-2 args execution context is supported

Upliner commented 9 months ago

Issues seem to be fixed (rig and hair). If no other issues are found I gonna close this and make new CharMorph release.

Hopefullyidontgetbanned commented 9 months ago

Issues seem to be fixed (rig and hair). If no other issues are found I gonna close this and make new CharMorph release.

Characters need to be manually converted but besides that everything works except inverting the preserve volume modifier

image
Upliner commented 9 months ago

Ahh it got inverted again! OK I'll take a look

Upliner commented 9 months ago

Characters need to be manually converted but besides that everything works except inverting the preserve volume modifier

OK, fixed it

Hopefullyidontgetbanned commented 9 months ago

Can confirm it's fixed

Hopefullyidontgetbanned commented 8 months ago

I believe this can be closed now

Hopefullyidontgetbanned commented 8 months ago

Seems like this was a mistake @Upliner Character editing still throws errors

image