yvt deleted branch patches/fix-buttons-context-dir from yvt/blender 2024-01-16 04:36:49 +01:00
yvt commented on issue blender/blender#116842 2024-01-06 13:19:27 +01:00
gpu.matrix.load_identity doesn't empty stack as suggested by API docs

Aren't issues pertaining to the Python API documentation supposed to be sent here? <5b104fb3fa/.gitea/issue_te

yvt opened issue blender/blender#116842 2024-01-06 12:43:31 +01:00
gpu.matrix.load_identity doesn't empty stack as suggested by API docs
yvt commented on pull request blender/blender#116556 2023-12-26 17:18:48 +01:00
Fix: Align buttons context's dir with actual attributes

Minimum reproduction code (requires manually clicking the operator button):

import bpy

class COLLECTION_PT_buttons_cx_test(bpy.types.Panel):
    bl_space_type = 'PROPERTIES'
   
yvt created pull request blender/blender#116556 2023-12-26 17:15:47 +01:00
Fix: Align buttons context's dir with actually present attributes
yvt pushed to patches/fix-buttons-context-dir at yvt/blender 2023-12-26 17:11:14 +01:00
4525336fb2 Fix: Align buttons context's `dir` with actually present attributes
yvt pushed to patches/fix-buttons-context-dir at yvt/blender 2023-12-26 15:05:27 +01:00
e838f2b2d9 Fix: Make buttons context's `dir` match the actual set of recognized attributes
yvt created branch patches/fix-buttons-context-dir in yvt/blender 2023-12-26 02:11:39 +01:00
yvt pushed to patches/fix-buttons-context-dir at yvt/blender 2023-12-26 02:11:39 +01:00
c27df5f78d Fix: Make buttons context's `dir` match the actual set of recognized attributes
yvt created repository yvt/blender 2023-12-25 15:39:35 +01:00