Ray molenkamp LazyDodo
  • Joined on 2014-10-02
Ray molenkamp deleted branch tmp_clang_flags from LazyDodo/blender 2024-04-25 20:32:35 +02:00
Ray molenkamp pushed to main at blender/blender 2024-04-25 20:32:32 +02:00
5b24af5ea5 CMake: Windows: suppress Clang-cl warnings
Ray molenkamp merged pull request blender/blender#121085 2024-04-25 20:32:32 +02:00
CMake: Windows: suppress Clang-cl warnings
Ray molenkamp commented on pull request blender/blender#121050 2024-04-25 19:19:31 +02:00
WIP: Linux Support for HIP-RT

probably? I haven't gotten around to building this yet i'll try to schedule some time for this over the weekend.

Ray molenkamp pushed to tmp_clang_flags at LazyDodo/blender 2024-04-25 18:39:15 +02:00
bb0cf4332f fix flag names
Ray molenkamp pushed to tmp_clang_flags at LazyDodo/blender 2024-04-25 18:37:22 +02:00
f39af83fe0 undo accidental white space changes
Ray molenkamp pushed to tmp_clang_flags at LazyDodo/blender 2024-04-25 18:34:29 +02:00
a8d1081426 Fix W3 and remove debug prints
Ray molenkamp created pull request blender/blender#121085 2024-04-25 18:32:27 +02:00
WIP: CMake: Windows: suppress Clang-cl warnings
Ray molenkamp pushed to tmp_clang_flags at LazyDodo/blender 2024-04-25 18:24:47 +02:00
87e09c3692 CMake: Windows: suppress Clang-cl warnings
9a530906cf Fix: EEVEE-Next: Metal shader compilation
f1d8b56a8e Fix #121061: Crash when sculpting brush has Occlusion enabled
c464426475 Refactor: swap handle logic in Graph Editor transform code
b49333a7a0 Fix: EEVEE-Next: Fix spherical harmonic clamping
Compare 10 commits »
Ray molenkamp created branch tmp_clang_flags in LazyDodo/blender 2024-04-25 18:24:47 +02:00
Ray molenkamp pushed to main at blender/blender 2024-04-24 16:42:35 +02:00
d2be9cecc2 Cleanup: Make Format
Ray molenkamp merged pull request blender/blender#120317 2024-04-24 16:00:00 +02:00
x86-clang-support
Ray molenkamp pushed to main at blender/blender 2024-04-24 15:59:59 +02:00
0136289cb6 CMake: Windows: clang-cl fixes
Ray molenkamp commented on issue blender/blender#119126 2024-04-19 18:04:26 +02:00
Windows ARM64 Support

numpy.core._multiarray_umath is missing the .pyd files, similar to expat, the pdb's are there though, so it looks like the pyd's got build just didn't make it into the git.

Ray molenkamp commented on pull request blender/blender#120794 2024-04-19 14:50:03 +02:00
WIP: make.bat enable .py formatting with make format
def autopep8_format_no_subprocess(files: List[str]) -> None:
    cmd = [
        *AUTOPEP8_FORMAT_DEFAULT_ARGS,
        *files
    ]
    from autopep8 import main
    main(argv=cmd)
```…
Ray molenkamp closed issue blender/blender#120802 2024-04-19 03:08:25 +02:00
dragon ball
Ray molenkamp closed issue blender/blender#120803 2024-04-19 03:08:18 +02:00
goku
Ray molenkamp created pull request blender/blender#120794 2024-04-18 21:18:28 +02:00
WIP: make.bat enable .py formatting with make format
Ray molenkamp created branch tmp_autopep8_windows in LazyDodo/blender 2024-04-18 21:17:58 +02:00