SIGN IN SIGN UP

Fix Windows path escape in generated Blender render script (#390)

Use repr() (via f-string !r) for path embedding instead of raw-string
r'...' prefixes. Raw strings are fragile with trailing backslashes and
quotes in paths; repr() produces a correctly-escaped Python literal
for any path.

Affects three sites in bpy_gen.py:
- HDRI image path in _gen_world_settings
- Output filepath in _gen_render_output
- 'Render complete:' print statement in _gen_render_output

Fixes #343
C
ClumsyLucid committed
b7451aff88249f2d8ccfc209c0adfa399dd6150e
Parent: d71d4a2
Committed by GitHub <noreply@github.com> on 8/3/2026, 8:38:55 AM