Improper Module Structure for Imbuf Methods #85938

Closed
opened 2021-02-24 06:52:12 +01:00 by Aaron Carlisle · 5 comments
Member

System Information
Operating system: Linux-5.8.0-43-generic-x86_64-with-glibc2.32 64 Bits
Graphics card: Mesa Intel(R) UHD Graphics 620 (KBL GT2) Intel 4.6 (Core Profile) Mesa 20.2.6

Blender Version
Broken: version: 2.93.0 Alpha, branch: Unknown, commit date: Unknown Unknown, hash: rBUnknown
Worked: (newest version of Blender that worked as expected)

Short description of error
Several methods ie. imbuf.crop() are wrongly implemented in the imbuf module. A new imbuf.types module needs to be created, similar to bmesh.types for Py_ImBuf_methods

This currently results in missing documentation for Py_ImBuf_methods
`

**System Information** Operating system: Linux-5.8.0-43-generic-x86_64-with-glibc2.32 64 Bits Graphics card: Mesa Intel(R) UHD Graphics 620 (KBL GT2) Intel 4.6 (Core Profile) Mesa 20.2.6 **Blender Version** Broken: version: 2.93.0 Alpha, branch: Unknown, commit date: Unknown Unknown, hash: `rBUnknown` Worked: (newest version of Blender that worked as expected) **Short description of error** Several methods ie. `imbuf.crop()` are wrongly implemented in the `imbuf` module. A new `imbuf.types` module needs to be created, similar to `bmesh.types` for `Py_ImBuf_methods` This currently results in missing documentation for `Py_ImBuf_methods` `
Author
Member

Added subscriber: @Blendify

Added subscriber: @Blendify
Author
Member

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

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

Added subscriber: @ideasman42

Added subscriber: @ideasman42

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'
Campbell Barton self-assigned this 2021-02-25 03:54:08 +01:00
blender/blender@c47990f41c
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 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-manual#85938
No description provided.