Dude Please solve the this question: Python: Traceback (most recent call last): File "C:\Users\mavi\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons bc_addon_pro\__init__.py", line 2342, in invoke return self.execute(context) File "C:\Users\mavi\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons bc_addon_pro\__init__.py", line 2330, in execute with context.temp.override(scene=bpy.context.scene, point_cache=bpy.context.scene.rigidbody_world.point_cache): AttributeError: 'Context' object has no attribute 'temp'
check the __init__.py file and go to line 2330 change the code from this with context.temp.override(scene=bpy.context.scene, point_cache=bpy.context.scene.rigidbody_world.point_cache): into this with context.temp_override(scene=bpy.context.scene, point_cache=bpy.context.scene.rigidbody_world.point_cache): reason : AttributeError: 'Context' object has no attribute 'temp' Beacause it should be "temp_override" instead of "temp.override" *Dont forget to disable then enable the addon or you can just restart blender after fixing the code thank you ✨✨✨
did anyone tell you that you are one of the best blender tutorial guy on youtube cause I sure Am gonna say it. You just saved Many People From a lot of suffering. Thanks
Thank you so much! That really means a lot to me. I'm so glad my tutorials could help you and others avoid some Blender struggles. Keep creating, and feel free to reach out if you have any questions along the way. Thanks for the support ✨✨
Sorry for Bothering i did the exact same and when enabling RBC i got this error message : Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 4.0\4.0\scripts\modules\addon_utils.py", line 364, in enable mod = importlib.import_module(module_name) File "C:\Program Files\Blender Foundation\Blender 4.0\4.0\python\lib\importlib\__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 879, in exec_module File "", line 1017, in get_code File "", line 947, in source_to_code File "", line 241, in _call_with_frames_removed File "C:\Users\Dilmi\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons bc_addon_pro\__init__.py", line 2330 bpy.ops.ptcache.free_bake() ^^^ IndentationError: expected an indented block after 'with' statement on line 2329 thanks btw
in the error you provided, it says "IndentationError: expected an indented block after 'with' statement on line 2329" make sure you put the indentation right it would be like bpy.ops.ptcache.free_bake() *press the tab
Dude Please solve the this question:
Python: Traceback (most recent call last):
File "C:\Users\mavi\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons
bc_addon_pro\__init__.py", line 2342, in invoke
return self.execute(context)
File "C:\Users\mavi\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons
bc_addon_pro\__init__.py", line 2330, in execute
with context.temp.override(scene=bpy.context.scene, point_cache=bpy.context.scene.rigidbody_world.point_cache):
AttributeError: 'Context' object has no attribute 'temp'
check the __init__.py file and go to line 2330
change the code from this
with context.temp.override(scene=bpy.context.scene, point_cache=bpy.context.scene.rigidbody_world.point_cache):
into this
with context.temp_override(scene=bpy.context.scene, point_cache=bpy.context.scene.rigidbody_world.point_cache):
reason :
AttributeError: 'Context' object has no attribute 'temp'
Beacause it should be "temp_override" instead of "temp.override"
*Dont forget to disable then enable the addon or you can just restart blender after fixing the code
thank you ✨✨✨
@@atthariqinsanulhaq DUDE AGAIN SAVE MY LIFE AGAIN
@@Kayra_Efe That means a lot, happy I could help ✨✨
Thank you soooo much!!!! I hope it works now and blender doesn't crash
Thanks bro
this is work, thanks man
Sama sama 💀
@@atthariqinsanulhaq LAAAH🙀
@@diwanaufal terkejut woilah 💀
did anyone tell you that you are one of the best blender tutorial guy on youtube cause I sure Am gonna say it. You just saved Many People From a lot of suffering. Thanks
Thank you so much! That really means a lot to me. I'm so glad my tutorials could help you and others avoid some Blender struggles. Keep creating, and feel free to reach out if you have any questions along the way. Thanks for the support ✨✨
Also you can change the code in blender text editor ✨
Sorry for Bothering i did the exact same and when enabling RBC i got this error message : Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\Blender 4.0\4.0\scripts\modules\addon_utils.py", line 364, in enable
mod = importlib.import_module(module_name)
File "C:\Program Files\Blender Foundation\Blender 4.0\4.0\python\lib\importlib\__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1050, in _gcd_import
File "", line 1027, in _find_and_load
File "", line 1006, in _find_and_load_unlocked
File "", line 688, in _load_unlocked
File "", line 879, in exec_module
File "", line 1017, in get_code
File "", line 947, in source_to_code
File "", line 241, in _call_with_frames_removed
File "C:\Users\Dilmi\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons
bc_addon_pro\__init__.py", line 2330
bpy.ops.ptcache.free_bake()
^^^
IndentationError: expected an indented block after 'with' statement on line 2329
thanks btw
in the error you provided, it says
"IndentationError: expected an indented block after 'with' statement on line 2329"
make sure you put the indentation right
it would be like
bpy.ops.ptcache.free_bake()
*press the tab
but here's the video to fix that problem : ruclips.net/video/f_ueDRuYEvU/видео.html
stay cool 😎✨