Memory leak in io_import_images_as_planes
when running in Python
#105431
Labels
No Label
Interest
Animation & Rigging
Interest
Blender Cloud
Interest
Collada
Interest
Core
Interest
Documentation
Interest
Eevee & Viewport
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
Import and Export
Interest
Modeling
Interest
Modifiers
Interest
Nodes & Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds, Tests & Devices
Interest
Python API
Interest
Rendering & Cycles
Interest
Sculpt, Paint & Texture
Interest
Translations
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Meta
Good First Issue
Meta
Papercut
Module
Add-ons (BF-Blender)
Module
Add-ons (Community)
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#105431
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
System Information
Operating system: Linux-5.15.0-117-generic-x86_64-with-glibc2.35 64 Bits, X11 UI
Graphics card: Quadro P4000/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA 535.183.01
Blender Version
Broken: version: 4.0.0, 3.6.0
Worked: Because I use Python 3.10, I wasn't able to test older versions
Addon Information
Name: Import Images as Planes (3, 5, 1)
Author: Florian Meyer (tstscr), mont29, matali, Ted Schundler (SpkyElctrc), mrbimax
Short description of error
I'm using Blender by running a Python script (in Python 3.10) and importing the
bpy
library. When I try to use theio_import_images_as_planes
addon, I get the following error:Note that the amount of unfreed memory varies a bit between different computers and different Blender versions (3.6 vs 4.0)
If I actually use the addon before quitting, the amount of unfreed memory is greater.
Exact steps for others to reproduce the error
This is what I ran on my terminal. See error message at end
The same thing happens if I replace 4.0.0 with 3.6.0