Python error when using lambda for poll function and annotations from future #86332

Closed
opened 2021-03-06 09:49:05 +01:00 by Jesse Yurkovich · 14 comments

System Information
Operating system: Windows-10-10.0.19041-SP0 64 Bits
Graphics card: Quadro 600/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 369.09

Blender Version
Broken: version: 2.93.0 Alpha, branch: master, commit date: 2021-03-05 20:45, hash: becc36cce5
Worked: version: 2.93.0 Alpha, branch: master, commit date: 2021-02-20 05:19, hash: 37e6a1995a

caused by 08dbc4f996

Short description of error
The UI element which should allow the user to select which Camera to use as the adaptive subdivision dicing camera no longer functions. This seems like a recent regression in the past 2 weeks.

Exact steps for others to reproduce the error

  • Start with default scene
  • Enable Cycles, Experimental
  • Go to the Subdivision properties under Cycles and attempt to select a Dicing Camera
  • Observe that nothing is listed even when adding new cameras to the scene, not even the default camera is listed
**System Information** Operating system: Windows-10-10.0.19041-SP0 64 Bits Graphics card: Quadro 600/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 369.09 **Blender Version** Broken: version: 2.93.0 Alpha, branch: master, commit date: 2021-03-05 20:45, hash: `becc36cce5` Worked: version: 2.93.0 Alpha, branch: master, commit date: 2021-02-20 05:19, hash: `37e6a1995a` caused by 08dbc4f996 **Short description of error** The UI element which should allow the user to select which Camera to use as the adaptive subdivision dicing camera no longer functions. This seems like a recent regression in the past 2 weeks. **Exact steps for others to reproduce the error** - Start with default scene - Enable Cycles, Experimental - Go to the Subdivision properties under Cycles and attempt to select a Dicing Camera - Observe that nothing is listed even when adding new cameras to the scene, not even the default camera is listed
Author
Member

Added subscriber: @deadpin

Added subscriber: @deadpin
Member

Added subscriber: @lichtwerk

Added subscriber: @lichtwerk
Member

Changed status from 'Needs Triage' to: 'Confirmed'

Changed status from 'Needs Triage' to: 'Confirmed'
Philipp Oeser self-assigned this 2021-03-06 10:20:01 +01:00
Member

Confirmed, will check

Confirmed, will check
Member

It is caused by 08dbc4f996

I am getting this now:

Traceback (most recent call last):
  File "/build_linux/bin/2.93/scripts/modules/bpy_types.py", line 783, in draw_ls
    operator_context_default = self.layout.operator_context
AttributeError: 'CyclesRenderSettings' object has no attribute 'layout'

dicing_camera is using a lambda for its poll, thought that might be the reason, but so does e.g. the Sun Position Addon [and there it is working properly].

It is caused by 08dbc4f996 I am getting this now: ``` Traceback (most recent call last): File "/build_linux/bin/2.93/scripts/modules/bpy_types.py", line 783, in draw_ls operator_context_default = self.layout.operator_context AttributeError: 'CyclesRenderSettings' object has no attribute 'layout' ``` `dicing_camera` is using a lambda for its poll, thought that might be the reason, but so does e.g. the Sun Position Addon [and there it is working properly].
Philipp Oeser removed their assignment 2021-03-06 13:13:29 +01:00
Member

Added subscriber: @ideasman42

Added subscriber: @ideasman42
Member

but so does e.g. the Sun Position Addon [and there it is working properly].

that does not do the following though

from __future__ import annotations

it is probably more effective if @ideasman42 has a look here.

> but so does e.g. the Sun Position Addon [and there it is working properly]. that does not do the following though ``` from __future__ import annotations ``` it is probably more effective if @ideasman42 has a look here.

This issue was referenced by 476be3746e

This issue was referenced by 476be3746e85b4891189c8d480501905b9400c66

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'
Brecht Van Lommel self-assigned this 2021-03-12 17:50:34 +01:00

Changed status from 'Resolved' to: 'Confirmed'

Changed status from 'Resolved' to: 'Confirmed'

I committed a workaround, but I don't know if there is a deeper issue here in the Python API or Python itself. I'll leave it to the Python module to decide if they want to look into this further.

I guess that : from the lambda somehow messes with annotation parsing? Still not clear to me how that ends up affecting the GenericUI class.

      dicing_camera: PointerProperty(                                                                             
          name="Dicing Camera",
          type=bpy.types.Object,
          poll=lambda self, obj: obj.type == 'CAMERA',                                                            
      )
I committed a workaround, but I don't know if there is a deeper issue here in the Python API or Python itself. I'll leave it to the Python module to decide if they want to look into this further. I guess that `:` from the lambda somehow messes with annotation parsing? Still not clear to me how that ends up affecting the `GenericUI` class. ``` dicing_camera: PointerProperty( name="Dicing Camera", type=bpy.types.Object, poll=lambda self, obj: obj.type == 'CAMERA', ) ```
Brecht Van Lommel changed title from Cycles dicing camera is not settable in the UI to Python error when using lambda for poll function and annotations from future 2021-03-12 17:55:42 +01:00
Brecht Van Lommel removed their assignment 2021-03-12 17:55:42 +01:00

Added subscriber: @brecht

Added subscriber: @brecht
Campbell Barton self-assigned this 2021-03-15 13:37:47 +01:00

This issue was referenced by e125305af4

This issue was referenced by e125305af41a7360c52b9a38024b7e24fde06d70

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'
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
5 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#86332
No description provided.