- Brasil
- https://www.linkedin.com/in/germano-cavalcante-77224867/
- Joined on
2012-10-07
Block a user
Edit Mesh: New Extrude Boolean Tool
I fixed the warnings without being able to test. It's strange that some of them didn't appear on Windows. I also tried on Mac but they didn't appear.
@blender-bot package
da5ec05bb4
Merge remote-tracking branch 'origin/main' into extrude_boolean_v2
aec71666c3
Cleanup: fix warnings
091004f1b8
GPU: GLSL compilation as C++ for gpu static shaders
e19030a69e
Merge branch 'blender-v4.3-release'
f66b3eeae9
Fix #128774: Setting brush from Properties doesn't change active tool
Edit Mesh: New Extrude Boolean ToolA
0622dfa38e
Edit Mesh: New Extrude Boolean ToolA
642933ffe6
Metal: Guard advanced vertex format against newer osx version
b17af94e2e
EEVEE: Use packed type for codegen structs
3f2f3cb08d
Merge branch 'blender-v4.3-release'
a0cfb0b142
Fix #130134: Double Edge Mask uses too much memory
Blender LTS: Maintenance Task 4.2
@mano-wii 1e161414e083fac1b6b6f33e35d126b13e33041d is a merge commit, do you mean 0ac66493c05a3c0f12ddc0244d8c3ce679175bbd ?
Yes! It was supposed to be 0ac66493c05a3c0f12ddc0244d8c3ce679175bbd
2ddab48cab
Merge branch 'blender-v4.3-release'
61f503a197
Fix: error in previous commit
d7ac528d53
Merge branch 'blender-v4.3-release'
fe37ede725
Fix: warning due to b4154c
dd651ef5d6
Fix #130086: Weight/vertex paint non-deform modifiers wrong positions
e79ffa3ae9
Merge remote-tracking branch 'origin/blender-v4.3-release'
b4154c6a0e
Fix #130078: Snap to Grid ignored if occluded in Add Object Tool
Germano Cavalcante
deleted branch fix_add_tool_snap_grid from mano-wii/blender
2024-11-11 14:27:11 +01:00
Add cube tool grid snapping will not work on top of other objects
Fix #130078: Snap to Grid ignored if occluded in Add Object Tool
Sculpt: Various Mesh Filter modes do not work with hidden elements
It seems to be working for me. @zklkailun, are you sure you tried the latest daily build? https://builder.blender.org/download/daily/
WIP: Windows: Show popup after crash
Well noted @deadpin, fixed :)
(I preferred to use the same solution seen in the original showMessageBox
).
WIP: Windows: Show popup after crash
...why not just call the
UrlEscape
API?
I don't know what I'm doing wrong, but it's not working:
static std::string url_encode(const std::string &str)
{
/* Query required…
4cc56d8d0b
Use string instead char* in url_encode
42e05ccd6a
Fix non-ASCII characters case
69b225185e
Merge remote-tracking branch 'origin/main' into crash_popup
82368913f9
Compositor: Implement Z Combine for new CPU compositor
250c10ec64
Merge branch 'blender-v4.3-release'