Hoshinova
  • Joined on 2023-04-11
Hoshinova commented on pull request blender/blender#115015 2024-01-11 09:05:28 +01:00
Nodes: Add forward compatibility versioning for #111187

@thorn-neverwake No.

Hoshinova pushed to fix-116256 at Hoshinova/blender 2023-12-17 22:24:39 +01:00
e429a55bd0 -- Only rename RNA property.
Hoshinova pushed to fix-116256 at Hoshinova/blender 2023-12-17 21:54:30 +01:00
68d80be720 -- Only rename RNA property.
Hoshinova pushed to fix-116256 at Hoshinova/blender 2023-12-17 21:13:19 +01:00
b6941019ee Merge branch 'main' into fix-116256
eaede06456 Fix: crash with sequencer scene strips after previous refactor
Compare 2 commits »
Hoshinova pushed to fix-116256 at Hoshinova/blender 2023-12-17 21:05:25 +01:00
ae3771f374 Merge branch 'main' into fix-116256
4b543a66e3 Fix: mistake in previous formatting cleanup
3d03dbfa4c Cleanup: VSE strips update callback
84591ac1a7 Cleanup: make format
c6720f997d Fix #116099: Shader to RGB not in menu in EEVEE Next
Compare 5 commits »
Hoshinova created pull request blender/blender#116278 2023-12-17 18:19:07 +01:00
Nodes: Fix #116256.
Hoshinova pushed to fix-116256 at Hoshinova/blender 2023-12-17 18:17:06 +01:00
e1d0d70911 Geometry Nodes: refactor storage for socket values
80ab3338df Compositor: Unify relative translate behavior with realtime compositor
d2ba632b89 Cleanup: odd line wrapping for doc-string
f845a3992c Fix #109194: window decorations mismatch on startup under Wayland
Compare 10 commits »
Hoshinova created branch fix-116256 in Hoshinova/blender 2023-12-17 18:17:06 +01:00
Hoshinova pushed to merge-noise-nodes2 at Hoshinova/blender 2023-11-17 22:12:44 +01:00
5c77a91cbb Merge branch 'main' into merge-noise-nodes2
cb06b30587 Add 'rename' unittest for BLI_fileops' BLI_rename/_overwrite().
c11d5b4180 UI: Color Picker Position Indication
697114c4b6 Fix #113325: Zero-sized curve leads to OptiX error
f27e87db7a Fix #114918: Workbench: Negative scaled sculpt mesh artifacts
Compare 168 commits »
Hoshinova commented on issue blender/blender#109399 2023-11-16 21:08:21 +01:00
Blender LTS: Maintenance Task 3.6

@lichtwerk @brecht This PR blender/blender#115015 backports 92c9a2d1bc to 3.6 LTS correctly.

Hoshinova created pull request blender/blender#115015 2023-11-16 21:04:38 +01:00
Nodes: Add forward compatibility versioning for #111187
Hoshinova created branch 3.6-noise-versioning in Hoshinova/blender 2023-11-16 20:59:47 +01:00
Hoshinova pushed to 3.6-noise-versioning at Hoshinova/blender 2023-11-16 20:59:47 +01:00
f071806f15 -- Implement Noise Texture versioning for forward compatibility with 4.1.
76cf464098 Fix USD Export crash with complex scenes, due to race condition during depsgraph building.
a5fc69c9fc Fix #109430: exit tweak mode before deleting an in-tweak-mode NLA strip
6849168885 Fix #66286: DblClick to rename UIList items within a popover not working
09baf6a8bc Fix potential buffer overflow in strcpy use on macOS
Compare 10 commits »
Hoshinova pushed to merge-noise-nodes2 at Hoshinova/blender 2023-11-09 20:30:57 +01:00
ae18397c4d Merge branch 'main' into merge-noise-nodes2
7b26c3d517 Merge branch 'blender-v4.0-release' into main
ffd701ab58 Build: auto update CMake config for shared library OpenImageDenoise
13171183fa Fix Cycles HIP RT issues with deformation motion blur
cd90e04347 Refactor: arguments for get_normalized_fcurve_bounds
Compare 130 commits »
Hoshinova pushed to merge-noise-nodes2 at Hoshinova/blender 2023-11-08 22:02:39 +01:00
78eb6d9861 -- Also clamp when detail input isn't connected.
Hoshinova commented on issue blender/blender#109399 2023-11-07 16:33:28 +01:00
Blender LTS: Maintenance Task 3.6

@lichtwerk 92c9a2d1bc was originally only meant for 4.0, not 3.6 LTS. But I'll also make the necessary changes for…

Hoshinova pushed to merge-noise-nodes2 at Hoshinova/blender 2023-11-06 23:03:52 +01:00
63edff4518 -- Change versioning to cover all edge cases.
fd6f01eb1a Merge branch 'main' into merge-noise-nodes2
0db6d8a5fc EEVEE-Next: Fix shadow tests
6e4adbe694 Cleanup: use_holes arg to isect_point_poly_v2 has been ignored since 2013
03bbdd804c Cleanup: move math_geom.c to c++
Compare 212 commits »
Hoshinova commented on pull request blender/blender#111187 2023-11-06 22:09:21 +01:00
Nodes: Merge Musgrave Texture Node Into Noise Texture Node

Not necessarily. In case of ea2746d468 it was only FRACTAL_VORONOI_X_FX(T) that was failing, while FRACTAL_VORONOI_DISTANCE_TO_EDGE_FUNCTION(T) works correctly and is still a macro in…

Hoshinova commented on pull request blender/blender#114378 2023-11-05 22:12:22 +01:00
UI: Increase Node Label Name Limit From 63 to 255 Characters.

If we'll have forward compatibility issues anyways, then why not just have all DNA use a single universal DNAString container and have this discussion off the table for the next 20 years?

Hoshinova commented on pull request blender/blender#114378 2023-11-05 21:56:14 +01:00
UI: Increase Node Label Name Limit From 63 to 255 Characters.

@HooglyBoogly

A better approach would probably be turning the label into an allocated string (the DNA equivalent of std::string). For that, I would prefer to rely on the longer term developments…