Block a user
New Triaging Process
Team Management Request - Create SideQuest Team
@mikesq I created. But why do you want a team that only has one member?
EEVEE: Bring back the Bloom panel
WIP: Core: asset embedding experiment
Hi @JacquesLucke could you articulate a bit on why do you think this approach is better than the original one?
I'm a bit wary of going a different direction than one already discussed at length…
Dalai Felinto
deleted branch outliner-geometry-nodes from dfelinto/blender
2024-08-12 15:59:36 +02:00
Outliner: Expand Geometry Nodes Modifier to show the data-block
Outliner: Expand Geometry Nodes Modifier to show the data-block
81c8a7bbdb
Add more code for completion
5107ad2d41
Outliner: Make Geometry Nodes assetable: Advanced approach
5d42dfe649
Outliner: Expand Geometry Nodes Modifier to show the data-block
3f5d380365
Fix #125897: Use cyclic when handling curves selection
5ee7d02840
Fix #91369: Remove physics constraint references to avoid crash on undo
Compositor: Add experimental option for new CPU compositor
Approving. See my suggestion about the name and USER_EXPERIMENTAL_TEST.
Compositor: Add experimental option for new CPU compositor
@OmarEmaraDev you can just assign a shortcut to toggle the experimental feature. Would that make things slower for you?
For example: <img width="907" alt="image" src="attachments/4e873eea-3209-…
Compositor: Add experimental option for new CPU compositor
@OmarEmaraDev I think it is simpler without:
- Simpler for anyone to test in the future.
- Keep the code closer to a release state.
- Make sure the UI is final, while you can work on the…
Compositor: Add experimental option for new CPU compositor
- Never check for U.experimental directly, use USER_EXPERIMENTAL_TEST instead.