bpy.selection is not working as expected #39297

Closed
opened 2014-03-20 20:48:02 +01:00 by Dani Epstein · 9 comments

System Information
Ubuntu 13.10 GTX460

Blender Version
2.70 Hash: aee3018

Short description of error
when part of a script, bpy.selection returns the last item selected in the 3D view, rather than whatever the script might have selected

Exact steps for others to reproduce the error

  1. start blender from the console
  2. load the attached file
  3. run the script

Line 8 will print 'flask', indicating that the flask was selected by the script which is not the case

Yet when typing bpy.selection into the console, the list of spheres is returned which is the expected behaviour

test_boolean_bug.blend

**System Information** Ubuntu 13.10 GTX460 **Blender Version** 2.70 Hash: aee3018 **Short description of error** when part of a script, bpy.selection returns the last item selected in the 3D view, rather than whatever the script might have selected **Exact steps for others to reproduce the error** 1) start blender from the console 2) load the attached file 3) run the script Line 8 will print 'flask', indicating that the flask was selected by the script which is not the case Yet when typing bpy.selection into the console, the list of spheres is returned which is the expected behaviour [test_boolean_bug.blend](https://archive.blender.org/developer/F81970/test_boolean_bug.blend)
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @DaniEpstein

Added subscriber: @DaniEpstein

Added subscriber: @mont29

Added subscriber: @mont29

Where from hell does this bpy.selection comes from???? I never saw that in the API, so if it has ever been there, it has been removed since ages!!!

Btw, your script fails when trying to use it, quite obviously…

Where from hell does this `bpy.selection` comes from???? I never saw that in the API, so if it has ever been there, it has been removed since ages!!! Btw, your script fails when trying to use it, quite obviously…

Added subscriber: @ParticleXY

Added subscriber: @ParticleXY

bpy.selection is part of curve tools, not the Blender API

https://svn.blender.org/svnroot/bf-extensions/contrib/py/scripts/addons/curve_tools.py

bpy.selection is part of curve tools, not the Blender API https://svn.blender.org/svnroot/bf-extensions/contrib/py/scripts/addons/curve_tools.py
Author

Mystery solved. Thanks for that!

Mystery solved. Thanks for that!

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Bastien Montagne self-assigned this 2014-03-20 22:07:24 +01:00

Ouch… Very bad practice, to add random attributes to root of an API module!!!

Anyway, this is an addon, and not even distributed with Blender releases, since it is in contribs! We do not handle bugs of such tools in our official tracker. :)

Ouch… **Very** bad practice, to add random attributes to root of an API module!!! Anyway, this is an addon, and not even distributed with Blender releases, since it is in contribs! We do not handle bugs of such tools in our official tracker. :)
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
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
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#39297
No description provided.