Index values can't be converted to string / numerical values #98743

Closed
opened 2022-06-09 19:25:34 +02:00 by RT · 9 comments

System Information
Operating system: Linux-5.13.0-48-generic-x86_64-with-glibc2.31 64 Bits
Graphics card: Mesa DRI Intel(R) HD Graphics 4600 (HSW GT2) Intel Open Source Technology Center 4.5 (Core Profile) Mesa 21.2.6

Blender Version
Broken: version: 3.2.0, branch: master, commit date: 2022-06-08 10:22, hash: e05e1e3691
Worked: (newest version of Blender that worked as expected)

Short description of error

I can place an instance of an object at each index but how can I replace each instance with it's corresponding numerical index value? (Is this just an over site?)

Exact steps for others to reproduce the error
image.png

My goal is to show the numerical index value and where it's located at/on an object (for faces/edges/vertices) using geometry nodes.

Example: Instead of showing cylinders have it display the corresponding index value.

image.png

My thought process was to:

  1. Convert each numerical index to a string and

  2. Place that string at it's corresponding index location. But ran into an issue at the start with converting the index value to a string. (Is this an over site?)

Note: The goal is to do this in Geometry Nodes. Is this even possible without using a loop (which GN doesn't have yet)?

I also tried this:

image.png

**System Information** Operating system: Linux-5.13.0-48-generic-x86_64-with-glibc2.31 64 Bits Graphics card: Mesa DRI Intel(R) HD Graphics 4600 (HSW GT2) Intel Open Source Technology Center 4.5 (Core Profile) Mesa 21.2.6 **Blender Version** Broken: version: 3.2.0, branch: master, commit date: 2022-06-08 10:22, hash: `e05e1e3691` Worked: (newest version of Blender that worked as expected) **Short description of error** I can place an instance of an object at each index but how can I replace each instance with it's corresponding numerical index value? (Is this just an over site?) **Exact steps for others to reproduce the error** ![image.png](https://archive.blender.org/developer/F13141962/image.png) My goal is to show the numerical index value and where it's located at/on an object (for faces/edges/vertices) using geometry nodes. Example: Instead of showing cylinders have it display the corresponding index value. ![image.png](https://archive.blender.org/developer/F13141964/image.png) My thought process was to: 1) Convert each numerical index to a string and 2) Place that string at it's corresponding index location. But ran into an issue at the start with converting the index value to a string. (Is this an over site?) Note: The goal is to do this in Geometry Nodes. Is this even possible without using a loop (which GN doesn't have yet)? I also tried this: ![image.png](https://archive.blender.org/developer/F13141968/image.png)
Author

Added subscriber: @Still

Added subscriber: @Still
Member

Added subscriber: @lichtwerk

Added subscriber: @lichtwerk
Member

Changed status from 'Needs Triage' to: 'Needs User Info'

Changed status from 'Needs Triage' to: 'Needs User Info'
Member

Sorry, can you explain if there is a bug involved here?

Because if this is a request for general support, the bugtracker is not the right place to post this.

For help using Blender, please try one of the community websites: https://www.blender.org/community/

Sorry, can you explain if there is a bug involved here? Because if this is a request for general support, the bugtracker is not the right place to post this. > For help using Blender, please try one of the community websites: https://www.blender.org/community/
Author

That's why I posted it I'm not really sure, hence me asking if this was an over site with the index node.

That's why I posted it I'm not really sure, hence me asking if this was an over site with the index node.
Member

Changed status from 'Needs User Info' to: 'Needs Triage'

Changed status from 'Needs User Info' to: 'Needs Triage'
Member

Added subscriber: @PratikPB2123

Added subscriber: @PratikPB2123
Member

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

Changed status from 'Needs Triage' to: 'Archived'
Member

Hi, I don't think this is a bug. value to string node do not accept field input (circular socket).
So you will only be able to display single value with current node setup at every instance point.
Feel free to comment if there is any misunderstanding from my end.

Hi, I don't think this is a bug. `value to string` node do not accept field input (circular socket). So you will only be able to display single value with current node setup at every instance point. Feel free to comment if there is any misunderstanding from my end.
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
3 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#98743
No description provided.