Suryavarman Pierre-Pontier
Suryavarman commented on pull request blender/cycles#1 2024-10-04 10:26:37 +02:00
Cycles shared library

Hello, Having Cycles as a normal dependency would be really interesting for me. To integrate Cycles into my project I have to build it every time I rebuild my project. This weighs heavily on…

b88f541cf7 Actualiser CMakeLists.txt
Suryavarman closed issue blender/cycles#16 2024-10-01 11:50:06 +02:00
Policy "CMP0144" is not known to this version of CMake.
Suryavarman commented on issue blender/cycles#16 2024-10-01 11:50:05 +02:00
Policy "CMP0144" is not known to this version of CMake.

The PR is here: blender/cycles#17

Suryavarman created pull request blender/cycles#17 2024-10-01 11:49:33 +02:00
The CMake policy CMP0144 generates an error with the latest CMake version (3.30.4).
Suryavarman pushed to main at Pierre-Pontier/cycles 2024-10-01 11:00:29 +02:00
0d68843cfd Web: Update authors, development links and features
0090d8ef77 Cleanup: Format sync scripts with black
b14fe376c0 Cleanup: Simplify string handling in sync script
f701e57154 Fix #127131: Deforming motion blurred point clouds do not render in Cycles HIP-RT when BVH timesteps != 0
fef30c3bff Fix #124811: Cycles: oneAPI: no hair strands in viewport with Embree
Compare 795 commits »
46bcc6049a The CMake policy CMP0144 generates an error with the latest CMake version (3.30.4).
0d68843cfd Web: Update authors, development links and features
0090d8ef77 Cleanup: Format sync scripts with black
b14fe376c0 Cleanup: Simplify string handling in sync script
f701e57154 Fix #127131: Deforming motion blurred point clouds do not render in Cycles HIP-RT when BVH timesteps != 0
fef30c3bff Fix #124811: Cycles: oneAPI: no hair strands in viewport with Embree
Compare 10 commits »
Suryavarman created branch fix/cmake_policy_cmp0144_is_not_know in Pierre-Pontier/cycles 2024-10-01 10:51:24 +02:00
Suryavarman commented on issue blender/cycles#16 2024-10-01 09:01:54 +02:00
Policy "CMP0144" is not known to this version of CMake.

Deleting line 39 "cmake_policy(SET CMP0144 NEW)" from the CMakeLists.txt file allows Cycles to be compiled with the latest version of CMake.

Suryavarman opened issue blender/cycles#16 2024-09-30 21:35:27 +02:00
Policy "CMP0144" is not known to this version of CMake.
Suryavarman closed issue blender/blender#110481 2023-08-01 10:37:40 +02:00
Linux Cycles standalone 3.6.0, only embree 4 is present, external_libs.cmake does not manage embree 4
Suryavarman commented on issue blender/blender#110481 2023-07-27 01:48:27 +02:00
Linux Cycles standalone 3.6.0, only embree 4 is present, external_libs.cmake does not manage embree 4

Ok i have find the solution. So stupid. I'm so sorry.

target_compile_definitions(MaCycles PRIVATE EMBREE_MAJOR_VERSION=${EMBREE_MAJOR_VERSION})
Suryavarman commented on issue blender/blender#110481 2023-07-27 01:34:13 +02:00
Linux Cycles standalone 3.6.0, only embree 4 is present, external_libs.cmake does not manage embree 4

I think I've misunderstood how it works. Here are the values : EMBREE_ROOT_DIR: /home/toto/Ma/code/modules/ma/cycles/dependencies/lib/linux_x86_64_glibc_228/embree EMBREE_INCLUDE_DIRS:…

Suryavarman opened issue blender/blender#110481 2023-07-26 01:04:00 +02:00
Linux Cycles standalone, only embree 4 is present, external_libs.cmake does not manage embree 4
Suryavarman created pull request blender/cycles#5 2023-06-22 20:40:11 +02:00
Fix: compilation error with gcc and clang: error: no matching member function for call to 'set'
Suryavarman pushed to fix/node_set_enum_sfinae at Pierre-Pontier/cycles 2023-06-22 20:36:54 +02:00
6491b6a7db Fix: compilation error with gcc and clang: error: no matching member function for call to 'set'
Suryavarman created branch fix/node_set_enum_sfinae in Pierre-Pontier/cycles 2023-06-22 20:36:54 +02:00
Suryavarman created repository Pierre-Pontier/cycles 2023-06-22 20:29:09 +02:00