2

I am sending a mesh to my friend to fix. To let him know which places to fix, I have created many Emptys at various location named them, Problem 1, Problem 2, etc. I send him the file along with a text file,

Problem 1: Fix texture here.
Problem 2: Fix topology here.
...

Is there a way to do this a little more ''integrated''? I want to add "tooltips" or comments at various places in the mesh so that he can see it directly in Blender, instead of him switching between Blender and text editor back and forth.

Please don't suggest to create a text object.

Chris
  • 59,454
  • 6
  • 30
  • 84
sigsegv
  • 129
  • 1

1 Answers1

3

if you have not hundreds of them you could do this:

Select the vertex, where the problem is.

CTRL-H -> Hook to new object.

enter image description here

Select "show name".

And change the name of the empty to the problem's text.

result:

enter image description here

Chris
  • 59,454
  • 6
  • 30
  • 84