Hard Limit of 8 Instancer attributes for EeVe/ EeVe next - unclear if a bug or intentional #117928

Closed
opened 2024-02-07 00:40:57 +01:00 by bassam kurdali · 2 comments
Member

System Information
Operating system: Fedora Linux 39/Gnome
Graphics card: Intel OR Nvidia (13th Gen Intel® Core™ i9-13900H or Mobile RTX 2000 ADA)

Blender Version
Broken: 4.0, 4.1
Worked: Never?

Short description of error
I'm writing some instance attributes to control a shader from Geometry nodes within a geometry nodes modifier, in the theory that I don't need to write the same data to every vertex if it is the same, better to just write it to an instance.
Using the attributes in Cycles works fine
Using the attributes in EeVee or EeVee next stops working at the 9th attribute used, breaking shaders.

Exact steps for others to reproduce the error

  • Load the file testEV.blend
  • Switch to rendered view in the 3D Viewport
  • Play with the factor slider in the red mix node; observe the colors it goes between
  • Switch to EeVee or EeVee next
  • Play with the same slider: note the different results screenshoted, the last attribute "BASE_8" is not being read

Workaround for scalar attributes
The number 8 is a hard limit for any attribute type, if you need only scalars you can bundle each 3 into one vector attributes, increasing the limit (potentially) to 24

**System Information** Operating system: Fedora Linux 39/Gnome Graphics card: Intel OR Nvidia (13th Gen Intel® Core™ i9-13900H or Mobile RTX 2000 ADA) **Blender Version** Broken: 4.0, 4.1 Worked: Never? **Short description of error** I'm writing some instance attributes to control a shader from Geometry nodes within a geometry nodes modifier, in the theory that I don't need to write the same data to every vertex if it is the same, better to just write it to an instance. Using the attributes in Cycles works fine Using the attributes in EeVee or EeVee next stops working at the 9th attribute used, breaking shaders. **Exact steps for others to reproduce the error** - Load the file testEV.blend - Switch to rendered view in the 3D Viewport - Play with the factor slider in the red mix node; observe the colors it goes between - Switch to EeVee or EeVee next - Play with the same slider: note the different results screenshoted, the last attribute "BASE_8" is not being read **Workaround for scalar attributes** The number 8 is a hard limit for any attribute type, if you need only scalars you can bundle each 3 into one vector attributes, increasing the limit (potentially) to 24
bassam kurdali added the
Priority
Normal
Type
Report
Status
Needs Triage
labels 2024-02-07 00:40:57 +01:00
bassam kurdali added reference blender-v4.0-release 2024-02-07 00:41:14 +01:00
bassam kurdali changed reference from blender-v4.0-release to main 2024-02-07 00:41:30 +01:00
bassam kurdali changed reference from main to blender-v4.0-release 2024-02-07 00:41:37 +01:00
bassam kurdali added this to the EEVEE & Viewport project 2024-02-07 00:41:51 +01:00
Author
Member

Interestingly you can go over 8 if you have geometry attributes, which is why I feel this might be a bug, unless I am misunderstanding something?

Interestingly you can go over 8 if you have geometry attributes, which is why I feel this might be a bug, unless I am misunderstanding something?
Iliya Katushenock removed this from the EEVEE & Viewport project 2024-02-07 00:46:59 +01:00

I can't confirm, however this issue has been reported before, see #108534. Will merge reports. Please subscribe in #108534 if you want to see further updates.

I can't confirm, however this issue has been reported before, see #108534. Will merge reports. Please subscribe in #108534 if you want to see further updates.
Blender Bot added
Status
Archived
and removed
Status
Needs Triage
labels 2024-02-07 00:52:27 +01:00
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
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#117928
No description provided.