Skip to main content

Questions tagged [workflow]

Questions about any workflow in Blender, or just ways to go about doing something.

Filter by
Sorted by
Tagged with
0 votes
0 answers
10 views

Workflow ideas for modelling an animal and putting it into a real footage [closed]

I want to make a project, creating a short Scene of a photoreal animal walking through a real shot of the Park. Before starting and wasting a lot of time trying to figure out an efficient workflow, I ...
Johann Kraus's user avatar
1 vote
0 answers
27 views

How to add multiple selected assets to scene?

I'm wondering, is it possible to batch add selected assets into scene somehow? Currently only the active asset appears in scene during drag'n'drop.
sereda's user avatar
  • 41
1 vote
0 answers
36 views

Is sub-d modeling a good workflow for low poly models with baked high poly details? [closed]

As a blender newbie I'm investigating the best way to create models for my game. I have tried low-poly character which is nice and have seen other methods like sculping. Sculping is nice, you can work ...
hexdump's user avatar
  • 11
0 votes
0 answers
35 views

Need a efficient workflow for creating shoulder topology for a humanoid to be animated

I am trying to create a character model to be used in animation. The issue is I need a efficient method/workflow to create a shoulder with the topology in the below picture (Circled in Blue). Update ...
BruceTimbers's user avatar
0 votes
1 answer
24 views

Saving Render Result in Blender File - How can I save the Render Result within a Blender file to prevent it from disappearing after reopening?

How can I save the Render Result within a Blender file to prevent it from disappearing after reopening? Every time I render an image in Blender, the Render Result ...
Matej Zeman's user avatar
0 votes
0 answers
26 views

I have an animation with x, y f curves, so it creates a "path". Would it be possible to automatically rotate the object to always look forward?

I have an animation with x, y f curves, so it creates a "path". Would it be possible to automatically rotate the object to always look forward? I tried to search for the answer but found ...
Gergő Dankó's user avatar
1 vote
0 answers
15 views

Scene and config file management best practice (a library for scenes ?)

I have a scene with assets, cameras HDR world, a cycles rendering and rendering presets, and I would like to use it as kind of a template file. This way I could use this scene in several files knowing ...
16ar's user avatar
  • 69
0 votes
1 answer
61 views

Flower bend difficulty

I have a simple flower on a flat plane. I want to bend the flower along the z axis, so it folds to the inside but limited to a certain point (like the image). The problem is, I want this limit to have ...
Dennis Klerkx's user avatar
1 vote
0 answers
29 views

Object flags per render Layer and multi renderLayer workflows

I have been building my own pipeline on top of Blender for a few months to make my own short film and am at a point where I think I need to take a real deep dive into blender dev. I come from a vfx ...
Jwood's user avatar
  • 11
2 votes
0 answers
210 views

Batch baking geometry nodes

I have geometry nodes with simulation zones on a lot of objects. To enable remote rendering I want to bake the geometry nodes for each object (yay blender 4.1!). Is there a way to bake them all in one ...
stib's user avatar
  • 1,133
1 vote
1 answer
131 views

Can Particle System caches be accessed directly by Geometry Nodes?

My goal is to instantiate objects on the points of a particle system. Right now, my workflow is: tweak the parameters of the particle system export it as an Alembic cache (point cloud?) import it ...
andycepi's user avatar
0 votes
0 answers
35 views

what is proper workflow for modeling huge structure

main goal I'm currently working on my hobby project to recreate colleage building. And my main goal is to make real size building and export it to unreal engine so that player can enter the building ...
김강산's user avatar
0 votes
0 answers
22 views

How to turn off the (auto)terminal output while rendering blender file in headless mode?

I'm using blender rendering with my own python script in headless mode. Some how when blender rendering in headless mode, it automatically print the rendering process it went through. The terminal ...
miaomiao's user avatar
0 votes
1 answer
30 views

Add Bevel to curves when using a solidify modifier for thickness on a imported .svg logo

I have an imported logo .svg file that is in curves. I have eliminated the top faces by using Fill mode: Back. I now want to add thickness inside the logo itself, so I have used a solidify modifier. ...
N03's user avatar
  • 505
3 votes
1 answer
123 views

Remove top Faces still using curves, is it possible?

I have a logo in .svg format that I imported into Blender. I've extruded the text upwards. However, I would like to know if it's possible to remove the top face of the logo. Is this doable while ...
N03's user avatar
  • 505
0 votes
0 answers
47 views

Force Viewport Visibility to Respect Render Visibility

I use the viewport render to do all my look dev, and lighting, so I make things enabled or disabled based on what I need for that render layer/scene. But of course when I go to actually render the ...
timdan's user avatar
  • 23
1 vote
1 answer
263 views

Zbrush Workflow in Blender?

I've decided to swith from Zbrush and start sculpting in Blender instead. I do props for games and my workflow in Zbrush was: Create a base blockout mesh in 3D software Split hard edges into ...
burne's user avatar
  • 11
0 votes
0 answers
19 views

Is it possible to double click a .glb file in windows and have it open in Blender?

I am a game developer and when I'm working, I go in and out of hundreds of different .glb files (sometimes .obj, sometimes .fbx) and it is very tedious to go through the import/export process every ...
Matt's user avatar
  • 11
0 votes
1 answer
31 views

Glass modeling workflow?

So this might be a niche question without a good answer, but I have an awful lot of trouble modeling things that use a lot of transparent materials like environments with lots of glass. It would help ...
canslp's user avatar
  • 3
1 vote
1 answer
67 views

how to get 2d bounding box(x_min,x_max,y_min,y_max values) from IndexOB output of RenderLayer node in Blender compositor?

I'm doing synthetic data generation for AI training. I need to render lots of images a scene, and giving the 2d bounding box value of each object in the image(assuming that all object in the scene ...
miaomiao's user avatar
0 votes
0 answers
13 views

How to save Depth layer with sky?

When I try to save it normally I get white image. Somebody advised to use normalize node and it works. But if sky is present (infinite depth) it doesn't normalize properly. I tried playing with map ...
blankpins's user avatar
0 votes
0 answers
47 views

Correct Sculpting Workflow for Animating Mouth and Eyelids / Human (and Animals)

I've recently tried to sculpt a Human Mesh. I was wondering, however, to approach the mouth/eyelids part of the head. I want to animate this mesh and I will obviously Retopo the whole thing. The ...
Skintro's user avatar
0 votes
1 answer
96 views

Bevel the edges of a cube and then add new face to the top face of the cube breaks the topology

In Blender 4.0.2, on the default cube, if I want to add a face using the Inset Faces tool in Edit Mode on the top face of the cube, then select two edges of the cube and bevel them, I get a nice ...
IvanG's user avatar
  • 1
3 votes
3 answers
292 views

how to move objects away from each other by the same distance?

I have multiple objects that I want to align them on the Y axis by the same distance. How to achieve this? Closest thing I got to it is using the randomize function, but it scatters them at a random ...
Nidhal Flowgun's user avatar
2 votes
1 answer
199 views

Transfer UV data from one mesh to another .blend

I want to copy a mesh's UV data (including 3 UV channels) to the same mesh but in another .blend. Both meshes are identical in vertex count. Is there a quick solution?
Augure's user avatar
  • 23
0 votes
0 answers
30 views

Help understanding selection functionality or is this wrong?

This is maybe more a workflow question, but I find myself consistently frustrated with Blender with the following workflow. Please follow these instruction precisely to encounter what I'm talking ...
jackwarner's user avatar
0 votes
1 answer
167 views

Question about making a Five Nights at Freddy's character

I'm pretty new to Blender, but I'm trying to create some Five Nights at Freddy's (FNaF) characters for a project of mine. My question is: Should I create an endoskeleton first? And then use that ...
Fredmastermind's user avatar
1 vote
0 answers
34 views

Blender File getting too large after workflow

i'm currently working on a visualisation for an event company. They want different spaces to be shown to a pending client. For this purpose i've built a file that i can create all these spaces in, but ...
Dave Fransz's user avatar
0 votes
0 answers
194 views

Cant find "project individual elements"

I tried everything but the "project individual elements" command still doesn't appear.
Uyen's user avatar
  • 1
1 vote
1 answer
186 views

Transform tab, increasing dimensions decimal precision

I realized I left out a few details and overcomplicated this. I'm working in inches which only has 1 decimal place in the dimensions tab and I'm trying to add more decimal places. I'm trying to get ...
Hackshop's user avatar
0 votes
1 answer
181 views

How can I quickly place assets on a grid?

I'm currently learning Blender and have taken on a personal project of building a city to keep pushing myself. I'm currently designing generic buildings and other assets of varying sizes and shapes to ...
Ziggy Zapf's user avatar
0 votes
1 answer
124 views

How do I open a new file on blender 4.0

I upgraded to the latest 4.0 version recently but now everytime I try File->New->General it just brings up the last blend file I worked on! I want a new blank file. If I had wanted the last one ...
Rick Dearman's user avatar
2 votes
2 answers
123 views

3D procedural material workflow

I’m a product designer getting into blender to do product renders and animations and being having issues with procedural materials workflow. I recently bought Lance Phans’s wood shader and have been ...
Maroleiro's user avatar
1 vote
1 answer
36 views

Character all wrong in armature

I made this character for fun but I can't fix it in armature and when I put it in automatic weights and rotate a bone it looks all wrong. I've already tried to fix it in weight paint but without ...
GamesStudioDreams's user avatar
0 votes
0 answers
75 views

The process of creating a complete character, including animation

I have a simple low poly 3d character. I would like to use some method to add more polygons to the head area to create more detail to the head area (then sculpting modeling). Which network ...
Pavel Hetmer's user avatar
1 vote
0 answers
24 views

Efficiently create a big set of object [closed]

I am creating a low poly forest for my project. I want to use a big library of assets (that I am making). I figured that what works best for me so far is to create branches separately from the trunks ...
Alex.J.R Butterfly's user avatar
1 vote
1 answer
354 views

Custom user path?

I remember watching a Blender Today sometime last year where Pablo was showing off a new feature where you could change the location of your user path, but for the life of me I can’t find that option ...
testure's user avatar
  • 71
1 vote
0 answers
126 views

Ball squeeze through pipes

I am trying to make simulation similar to this (around 5sec) https://www.pinterest.es/pin/573997915020314265/ and i have this issue that the ball wont come trough the pipe like on the picture. Any ...
Patryk Laskowski's user avatar
0 votes
0 answers
22 views

Way to subdivide beveled face automaticaly

Im beveling simple cuboid and in order to create edge loops after that i must manually reconstruct some of the faces. Im just a beginner so maybe i missed something in documentation. What i want after ...
kabukiman's user avatar
  • 143
0 votes
0 answers
245 views

Functions to remove extra faces & fix normals? | Marvelous Designer FBX to Blender Workflow

[edit] Here's the project file: While I realize that the answer may be staring me in the face, I've also sunk a lot of time into this with no real progress. I'm working on using custom Marvelous ...
BluViolets's user avatar
1 vote
0 answers
48 views

New in Baking. From High to Low mesh

I have followed several tutorials on baking normals onto a low poly mesh. This is my High Mesh: This is my Low Mesh: I am also using a Cage encompassing both the low and high poly mesh: I turned on ...
Bruno Suraski's user avatar
2 votes
0 answers
163 views

Creating wrinkles on a shirt

I created a base shirt using cloth physics , and have been experimenting a few methods to create wrinkle ( edit mode , procedural nod set up , normals texture painting ) but my results are not very ...
ShuLien022's user avatar
1 vote
1 answer
85 views

Move to next/prev marker keystroke not working in Blender 3.6.4

I just downloaded 3.6.4 and have discovered that Ctrl-Shift-[left arrow|right arrow] no longer moves the timeline between markers. Is this something other people have noted, and is there a fix?
Dan Donaldson's user avatar
0 votes
0 answers
26 views

The phenomenon where a model created in Blender does not load in VroidMobile

You've successfully converted a model created in Blender to a VRM file and uploaded it to VroidHub. However, the model isn't displaying in VroidMobile on your smartphone. VroidHub and VroidMobile ...
なつき's user avatar
2 votes
1 answer
66 views

Procedural material orientation

I'm new here on Blender, so I create my procedural wood material and I applied it on four separate objects. I'm wondering if there's a way do give a different orientation on each object for the same ...
samuele f's user avatar
0 votes
1 answer
94 views

Can you Move an Annotaion Layer to a different Annotation Data-Block

I want to know if there is a way to Move an annotation layer from one Annotation data-block to another Move this Annotation Layer In This Annotation Layer To this annotation layer Thankyou For ...
Bal_Lu's user avatar
  • 33
1 vote
1 answer
246 views

How to model coiled up cables

Blender to the rescue? After working pretty extensively with Solidworks for 2 years, I was tasked to model some realistic looking coiled up cables for solar panels. SW is definitely not made for that ...
Magnesia's user avatar
2 votes
2 answers
1k views

What is the correct way to make an asset that I use in a scene?

I'm fairly new to Blender. I'd like to be able to easily make assets that I will reuse, while working on a scene. (Assets could be models, but also materials etc.) I want to do this non-destructively, ...
N. Virgo's user avatar
  • 280
0 votes
0 answers
118 views

Why does my AO bake have hard edges?

I'm trying to learn how to sculpt high poly and bake into a low poly game ready mesh. I'm at the stage where I need to bake an AO map, but mine doesn't look like other examples I see. Here's what it ...
Yecats's user avatar
  • 135
0 votes
1 answer
275 views

Use Shader, Objects etc. from other Projects [duplicate]

Just a simple question. Is there a way to save shaders/object in blender? Or just browse other projects and import stuff into other Projects. I know i could open a older project, copy shader & ...
hummingbrd's user avatar

1
2 3 4 5
28