About 77,900 results
Open links in new tab
  1. Is there a way to paint text onto a texture in Blender?

    Jan 25, 2015 · 9 Blender's painting tools are limited to simple brushes and textures. The easiest way would be to open the image in an image editor and add text to it. You could open an …

  2. Unable to add text - Blender Stack Exchange

    Jan 31, 2023 · Im a newbie trying to "Add Text" but I cannot seem to find the Text option under shift A. I tried searching up in search bar and no luck with that either. No one else …

  3. Can I (easily) add text to a movie? - Blender Stack Exchange

    Pre 2.76 Answer (Also for more advanced control over the text) First, make sure you're in the Blender Internal Renderer. Then add a text object, and change the font settings to your liking. …

  4. edit mode - How to add text to model - Blender Stack Exchange

    Jun 21, 2021 · 2 I want to add signs including text to my model. I ADDed MESH > PLANE for the sign board resized and scaled and then ADDed TEXT changed font size then moved (Grab) …

  5. How to add outline to text? - Blender Stack Exchange

    12 How would one add outline to a text object? Do text objects even have outline support? Should I instead create the text in GIMP or a similar program and import them in blender to replace …

  6. How can I write something on an object? - Blender Stack Exchange

    Sep 3, 2019 · I've tried to use curve method and also have tried to add texture on it. But my ways didn't work or I did something wrong. How can I write for example "Aceton Box" on this object ?

  7. How to animate text for 2D animation? - Blender Stack Exchange

    Jun 28, 2020 · How do I animate text in a 2D animation? I would like to play around with text alpha (opacity), scaling the size and position. In my animation, I will use text as title and main …

  8. How to add text on products? - Blender Stack Exchange

    Sep 17, 2022 · I want to add texts/labels to the product models I make. How do I do that? Using a Shrinkwrap modifier is one method but it is neither accurate nor satisfying. Another method is …

  9. How can I change a Text color in Blender?

    Oct 18, 2019 · I did in Object Mode > Add > Text Now I want to change the text color to red. Now it's in gray.

  10. How to add text in blender using python

    Jan 11, 2020 · 10 I am trying to add a series to text in blender using python Presently I am using these lines of code bpy.ops.object.text_add() ob=bpy.context.object ob.data.body = "my text" …