WIP: Geometry Nodes: new Bake node #110137

Closed
Jacques Lucke wants to merge 83 commits from JacquesLucke/blender:bake into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Member

This is still very work-in-progress.

The goal is to be able explicitly bake an intermediate geometry in the node. The baked data itself is stored in the modifier. So if a Bake node is used in a node group that is used multiple times, each node instance has its own bake data.

image

This is still very work-in-progress. The goal is to be able explicitly bake an intermediate geometry in the node. The baked data itself is stored in the modifier. So if a Bake node is used in a node group that is used multiple times, each node instance has its own bake data. ![image](/attachments/4720f5f7-be8e-436c-b01b-9a308a2be559)
104 KiB
Jacques Lucke added 29 commits 2023-07-15 15:10:23 +02:00
Jacques Lucke added 4 commits 2023-07-17 10:53:51 +02:00
Jacques Lucke added 1 commit 2023-07-17 10:54:40 +02:00
Jacques Lucke added 4 commits 2023-07-18 11:21:23 +02:00
Jacques Lucke added 1 commit 2023-07-18 11:55:15 +02:00
Jacques Lucke added 3 commits 2023-07-18 14:00:53 +02:00
Jacques Lucke added 2 commits 2023-07-18 14:48:43 +02:00
Jacques Lucke added 9 commits 2023-07-21 18:09:16 +02:00
Jacques Lucke added 2 commits 2023-07-25 11:22:14 +02:00
Jacques Lucke added 1 commit 2023-07-25 12:19:05 +02:00
Jacques Lucke added 1 commit 2023-07-25 12:30:06 +02:00
Jacques Lucke added 1 commit 2023-07-25 13:07:50 +02:00
Jacques Lucke added 2 commits 2023-07-28 14:05:55 +02:00
Jacques Lucke added 2 commits 2023-07-28 19:02:28 +02:00
Jacques Lucke added 2 commits 2023-07-29 12:09:44 +02:00
Jacques Lucke added 5 commits 2023-07-30 10:55:58 +02:00
Jacques Lucke added 4 commits 2023-08-03 14:42:53 +02:00
Jacques Lucke added 4 commits 2023-08-11 18:43:53 +02:00
Falk David requested changes 2023-08-24 10:43:29 +02:00
Falk David left a comment
Member

Bit disappointing to see the same code here, when this is such a dangerous operation..

Bit disappointing to see the same code here, when this is such a dangerous operation..
@ -0,0 +178,4 @@
STRNCPY(absolute_bake_dir, bake->directory);
BLI_path_abs(absolute_bake_dir, base_path);
BLI_delete(absolute_bake_dir, true, true);
Member

Sames as for the baking of simulations, this should never just delete the parent directory. See #110999 .

Sames as for the baking of simulations, this should never just delete the parent directory. See #110999 .
Author
Member

Pretty sure that code has been written before you brought up the issue, but good point anyway.

Pretty sure that code has been written before you brought up the issue, but good point anyway.
Jacques Lucke added 2 commits 2023-09-03 13:15:43 +02:00
Jacques Lucke added 4 commits 2023-09-04 10:14:28 +02:00
Author
Member

main has changed so much that it's easier to start this from scratch in #115466.

`main` has changed so much that it's easier to start this from scratch in #115466.
Jacques Lucke closed this pull request 2023-11-27 12:12:20 +01:00

Pull request closed

Sign in to join this conversation.
No reviewers
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
2 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#110137
No description provided.