This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test
Watch
1
Star
0
Fork
0
You've already forked test
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
5a9bb39e34ec7938599e6ece30198b359cf47187
test
/
intern
/
cycles
History
Brecht Van Lommel
e3ab85a3f5
Revert fix for
#31806
, needs a better solution, can hang compiling some shaders.
2012-10-07 14:15:50 +00:00
..
app
code cleanup: cycles now uses system includes for boost/oiio.. etc, so we dont get warnings from system headers.
2012-09-20 09:04:43 +00:00
blender
Cycles / OSL:
2012-10-06 17:11:53 +00:00
bvh
code cleanup: cycles now uses system includes for boost/oiio.. etc, so we dont get warnings from system headers.
2012-09-20 09:04:43 +00:00
cmake
Cleanup for OSL linking in cmake: Move cmake OSL library search and path definition from the cycles macro file to the top-level CMakeLists.txt. This makes the OSL_LIBRARIES and other variables accessible throughout Blender cmake scripts and especially in the creator module for linking libraries.
2012-09-10 06:18:20 +00:00
device
code cleanup: cycles now uses system includes for boost/oiio.. etc, so we dont get warnings from system headers.
2012-09-20 09:04:43 +00:00
doc
edits to cycles cmake files so cmake_consistency_check.py can parse them.
2011-11-08 20:27:37 +00:00
kernel
Fix for a case of 'static initialization fiasco' with OSL closure variables. The parameter lists are using OIIO::TypeDesc static standards, which are also static variables. With static OSL libraries these are not initialized when the closure parameter lists are initialized, so OSL rejects the closure types.
2012-10-06 16:28:02 +00:00
render
Revert fix for
#31806
, needs a better solution, can hang compiling some shaders.
2012-10-07 14:15:50 +00:00
subd
code cleanup: cycles now uses system includes for boost/oiio.. etc, so we dont get warnings from system headers.
2012-09-20 09:04:43 +00:00
util
Fix cycles "synchronizing object" status being shown when it was already finished.
2012-09-28 12:37:20 +00:00
CMakeLists.txt
Use ${OPENEXR_INCLUDE_DIR} instead of ${OPENEXR}/include
2012-09-25 07:34:45 +00:00
SConscript
Fix for cycles building with assertions on scons/windows.
2012-06-25 11:42:58 +00:00