Enrique-de-la-Calle
  • Joined on 2023-11-06
Enrique-de-la-Calle commented on pull request blender/blender#114601 2024-02-20 19:48:15 +01:00
Fix #113812: disabled Bake simulation if cache is not enabled

I think it's done. Maybe someone with more expertise than me should to ensure I did the rebase correctly.

Enrique-de-la-Calle pushed to bake-require-cache at Enrique-de-la-Calle/blender 2024-02-20 19:39:03 +01:00
429ca54e27 Fix #113812: disabled Bake simulation if cache is not enabled
a3ffb51da6 Tests: Silence unnecessary oiiotool warning messages
6b0b3ccadc Fix: Missing include, causing error with a combination of build options
Compare 3 commits »
Enrique-de-la-Calle pushed to bake-require-cache at Enrique-de-la-Calle/blender 2024-02-20 19:20:45 +01:00
79fda9668f Merge branch 'bake-require-cache' of projects.blender.org:Enrique-de-la-Calle/blender into bake-require-cache
e5ef94fc41 Fix #113812: disabled Bake simulation if cache is not enabled
ecc3e78d78 Fix #118402: support overaligned types in MEM_CXX_CLASS_ALLOC_FUNCS
d2f8af9b08 Fix #102930: crash loading a GP file with hook custom curve
1c789199d5 Anim: Bone properties panel, add missing 'solo' property
Compare 3070 commits »
Enrique-de-la-Calle commented on issue blender/blender#113812 2024-02-14 18:31:21 +01:00
simulation node bake but it is not baking

I opened a pull request some months ago, is there any further step I have to take?

Enrique-de-la-Calle commented on pull request blender/blender#114601 2023-11-09 16:00:35 +01:00
Fix #113812: disabled Bake simulation if cache is not enabled

Bake simulation nodes doesn't export anything if the cache option is not enabled.

This solves it by disabling the baking option if the cache is disabled for the active object with an "Cache has…

Enrique-de-la-Calle created pull request blender/blender#114601 2023-11-07 20:48:52 +01:00
Fix #113812: disabled Bake simulation if cache is not enabled
Enrique-de-la-Calle pushed to bake-require-cache at Enrique-de-la-Calle/blender 2023-11-07 20:45:13 +01:00
807e5b3b3b Fix #113812: disabled Bake simulation if cache is not enabled
Enrique-de-la-Calle created branch bake-require-cache in Enrique-de-la-Calle/blender 2023-11-07 20:45:13 +01:00
Enrique-de-la-Calle created repository Enrique-de-la-Calle/blender 2023-11-07 20:23:40 +01:00
Enrique-de-la-Calle commented on issue blender/blender#113812 2023-11-07 17:06:47 +01:00
simulation node bake but it is not baking

@FieryAery Hi, thanks for looking for that. As i can see, it's better to disable Bake button at all in disabled cache case.

If that’s the solution, then I can do it. I need just to make a…

Enrique-de-la-Calle commented on issue blender/blender#114524 2023-11-06 21:50:37 +01:00
EEVEE Next: Wrong normal map node result (tangent space)

Hello, first time contributor here.

I narrowed down the issue to the "sign(ObjectInfo.w)" element in the "vec3 B" term calculation in the file ''gpu_shader_material_normal_map.glsl'' file.…

Enrique-de-la-Calle commented on issue blender/blender#113812 2023-11-06 18:22:28 +01:00
simulation node bake but it is not baking

Hello, I'm looking for a good first issue, I saw this and I have a couple questions about the intended behaviour.

Should the entire simulation be able to bake even with the cache option…