Zach Eastin Zeastin
  • United States
  • The lead programmer for True-VFX.

  • Joined on 2019-03-08
Zach Eastin commented on issue blender/blender#119090 2024-03-05 16:27:23 +01:00
UI Popover hides in favor of EnumProperty when aligned

Video to show what I'm getting at

Zach Eastin opened issue blender/blender#119090 2024-03-05 16:19:15 +01:00
UI Popover hides in favor of EnumProperty when aligned
Zach Eastin commented on issue blender/blender#118211 2024-02-13 19:57:46 +01:00
UILayout.panel adds extra bottom padding causing non-vertical centering with boxes

Yeah here's a quick test to show what I'm talking about

import bpy


class TEST_PT_Panel(bpy.types.Panel):
    """Creates a Panel in the Object properties window"""
    bl_label =
Zach Eastin opened issue blender/blender#118211 2024-02-13 17:26:59 +01:00
UILayout.panel adds extra bottom padding causing non-vertical centering with boxes
Zach Eastin commented on issue blender/blender#117706 2024-02-07 21:13:10 +01:00
Cycles SVM Stack full with relatively few nodes

Hopefully some helpful information. Removing the boolean and integer sockets from our shader groups seems to have removed the svm issue entirely and are easily able to add all node groups we wish to.

Zach Eastin commented on issue blender/blender#117706 2024-02-01 18:17:37 +01:00
Cycles SVM Stack full with relatively few nodes

Okay just to add some more info. Here's one more blend file. For the last blend file I duplicated a group node that used Boolean sockets and just deleted all boolean sockets from a copy of the…

Zach Eastin commented on pull request blender/blender#117310 2024-02-01 17:24:36 +01:00
UI: Configurable Layout Separators

Are you able to give me a scenario to test?

No, sorry I don't have anything in mind. I was mainly asking about the row/column thing and grid just popped in my mind and was curious.

Zach Eastin commented on pull request blender/blender#117310 2024-02-01 17:08:34 +01:00
UI: Configurable Layout Separators

First off, thank you so much for this! I can't tell you how much time I've tried creating hacky horizontal lines in my addons using repeating hyphens or asterisks. Second, if done in a normal…

Zach Eastin reopened issue blender/blender#117706 2024-02-01 16:46:20 +01:00
Cycles SVM Stack full with relatively few nodes
Zach Eastin commented on issue blender/blender#117706 2024-02-01 16:46:16 +01:00
Cycles SVM Stack full with relatively few nodes

Apologies for being maybe a bit of a pain but I think this is different than #115459 . Though, and maybe I just missed the explanation, if I'm hitting the max of 256 nodes shouldn't that limit be…

Zach Eastin opened issue blender/blender#117706 2024-01-31 23:59:08 +01:00
Cycles SVM Stack full with relatively few nodes
Zach Eastin opened issue blender/blender#116057 2023-12-11 18:48:54 +01:00
UI: Forcing Toggle outside of its layout bounds causes toggle to no longer represent the event box.
Zach Eastin commented on issue blender/blender#115012 2023-11-16 20:21:20 +01:00
Blur node is not evaluating when ran through attribute socket of Raycast node

Oh, I see! You're right, adding an Evaluate on Domain node after the blur attribute node fixes this

Zach Eastin opened issue blender/blender#115012 2023-11-16 20:08:46 +01:00
Blur node is not evaluating when ran through attribute socket of Raycast node
Zach Eastin commented on issue blender/blender#111142 2023-08-15 18:04:02 +02:00
Regression: Node group property 'bl_static_type' returns empty string

Okay apparently I'm not reading well today. So both Node.type and Node.bl_static_type are deprecated and which I assume means this bug is not really important as they will be removed later on.…

Zach Eastin commented on issue blender/blender#111142 2023-08-15 17:54:35 +02:00
Regression: Node group property 'bl_static_type' returns empty string

As a note, I would advise against using Node.type because it is deprecated (as is bl_static_type).

Okay I…

Zach Eastin opened issue blender/blender#111142 2023-08-15 16:30:10 +02:00
Node group property 'type' returns empty string
Zach Eastin commented on issue blender/blender#77837 2023-06-30 18:43:41 +02:00
Removing Addon with compiled modules(e.g. cython) on Windows will cause PermissionError: [WinError 5] Access is denied

Adding a ping here as D13685 was archived. @regcs were you able to or anyone else able to get a fix in?

Zach Eastin commented on issue blender/blender#108327 2023-05-26 19:55:38 +02:00
Mismatch between nodetrees when creating a link does not throw error

I'm really not sure if we want to do a bunch of things for each link creation operation just so that the sockets can know about their node tree.

I could be wrong, or without understanding…

Zach Eastin opened issue blender/blender#108327 2023-05-26 18:46:59 +02:00
Mismatch between nodetrees when creating a link does not throw error