Go to file
Gaia Clary 64fbd50e4c Refactor: Collada: remove param, changed order of params in Function call
* In the Collada Module parameters are typically ordered
  in a similar way. I changed this to:

    extern std::string get_joint_id(Object *ob, Bone *bone);

* The Object parameter was not used in get_joint_sid().
  I changed this to:

	extern std::string get_joint_sid(Bone *bone);
2018-03-17 14:16:19 +01:00
build_files Fix LLVM/OSL library detection on macOS to prefer own OSL libraries. 2018-03-04 07:40:21 +01:00
doc Updated bpy.props getter/setter example 2018-03-14 11:42:36 +01:00
extern Cleanup: doxygen comments 2018-03-14 02:08:07 +11:00
intern Code refactor: move OIIO image buffer writing outside session, into callback. 2018-03-15 23:05:16 +01:00
release Don't add "Report a Bug" button for official tracker to non-official add-ons 2018-03-09 21:22:24 +01:00
source Refactor: Collada: remove param, changed order of params in Function call 2018-03-17 14:16:19 +01:00
tests Cycles: reorganize tests in more evenly distributed groups. 2018-03-12 17:29:44 +01:00
.arcconfig Use HTTPS protocol for arc 2013-12-24 22:57:27 +06:00
.gitignore Build: add scripts to build dependencies for Windows and macOS. 2017-08-07 17:54:26 +02:00
.gitmodules Point all submodules to master branch 2017-04-03 14:54:51 +02:00
CMakeLists.txt Cycles: Remove Fermi support from CMake and update runtime checks in device_cuda.cpp. 2018-02-17 16:15:07 +01:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Build: auto detection of libraries built by "make deps" on Linux. 2018-01-11 22:30:31 +01:00
make.bat Cleanup: whitespace 2017-12-11 19:28:40 +11:00