How to fix Blender RBC 1.3 (Record Cache Error)

Поделиться
HTML-код
  • Опубликовано: 2 ноя 2024

Комментарии • 16

  • @Kayra_Efe
    @Kayra_Efe Месяц назад +1

    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'

    • @atthariqinsanulhaq
      @atthariqinsanulhaq  Месяц назад +2

      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 ✨✨✨

    • @Kayra_Efe
      @Kayra_Efe Месяц назад +1

      @@atthariqinsanulhaq DUDE AGAIN SAVE MY LIFE AGAIN

    • @atthariqinsanulhaq
      @atthariqinsanulhaq  Месяц назад

      @@Kayra_Efe That means a lot, happy I could help ✨✨

  • @griffpromax
    @griffpromax 2 месяца назад +1

    Thank you soooo much!!!! I hope it works now and blender doesn't crash

  • @Toxn.
    @Toxn. 2 месяца назад +1

    Thanks bro

  • @diwanaufal
    @diwanaufal Месяц назад +1

    this is work, thanks man

  • @FardageClips
    @FardageClips 23 дня назад +1

    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

    • @atthariqinsanulhaq
      @atthariqinsanulhaq  23 дня назад

      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 ✨✨

  • @atthariqinsanulhaq
    @atthariqinsanulhaq  2 месяца назад +1

    Also you can change the code in blender text editor ✨

  • @bloc4323
    @bloc4323 Месяц назад +1

    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

    • @atthariqinsanulhaq
      @atthariqinsanulhaq  Месяц назад

      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

    • @atthariqinsanulhaq
      @atthariqinsanulhaq  Месяц назад +1

      but here's the video to fix that problem : ruclips.net/video/f_ueDRuYEvU/видео.html
      stay cool 😎✨