Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2021-04-14 22:23:48 +0300
committerHans Goudey <h.goudey@me.com>2021-04-14 22:23:48 +0300
commit788a28251ba4a66ec4f4495fb7503e956eb2e065 (patch)
tree8a9cca5394e3dd8401a80dd8a684e852effbb7ff /build_files/build_environment
parentac90c8a7743f6d01ae2c013207ce9cd90cc87b66 (diff)
Geometry Nodes: Realize instances when applying modifiers
The fact that geometry from instnances isn't realized when applying a nodes modifier can be very confusing, especially for new users. Nodes themselves realize geometry instances implicitly whenever they need to. We also currently make instances real and convert points to mesh when a modifier is added after the nodes modifier. With this commit, we simply do the same thing when applying the modifier. There are a few downsides though: - This can be an extremely heavy operations in some cases where geometry nodes is used to instance heavy geometry. - We will still have the issues with materials, since instances use materials from their original objects, but real geometry uses materials from the modifier object. It was decided to live with the potential performance downsides for now, the idea is the upsides of the change are more important, and people making complicated setups will be more likely to know not to apply the modifier. In the future there could be a warning if it's necessary though. Ref T87083
Diffstat (limited to 'build_files/build_environment')
0 files changed, 0 insertions, 0 deletions