June 8, 2016, 19:45 (GMT) |
Add extra validation checks to array-store |
June 8, 2016, 19:45 (GMT) |
Fix T48497: Stupid typo in recent own BLI_task forloop work that broke non-parallelized case. |
June 8, 2016, 19:45 (GMT) |
Fix C++11 build issues on OS X, remove references to outdated libs. |
June 8, 2016, 19:45 (GMT) |
Cleanup: typos |
June 8, 2016, 19:45 (GMT) |
Increase range of Font object textboxs The current values were arbitrary. I'm keeping them as ui_range, but internally there is no reason we can't use larger values. |
June 8, 2016, 19:45 (GMT) |
buildbot work around cuda / msvc compatibility issues attempt 2/ passing a string from python to cmake to nvcc is harder then it looks |
June 8, 2016, 19:45 (GMT) |
Fix T48425: Armature Symmetrize is flipping Custom Shape parameter. In case not all bones are selected, not all possible mirrors are set in editbone->temp.ebone, so we need to search them... |
June 8, 2016, 19:45 (GMT) |
Cuda 7.5 cannot be made to work with a supported cl.exe version in the same way as cuda 6.0 does allow, disabling cuda kernels on buildbot for now |
June 8, 2016, 19:45 (GMT) |
Fix T48575: Particle crash using 'Parting' setting |
June 8, 2016, 19:45 (GMT) |
Fix T48496: Viewer function in NodeWrangler addon don't work in Material Shading mode |
June 8, 2016, 19:45 (GMT) |
Add missing include |
June 8, 2016, 19:45 (GMT) |
Cleanup: Deduplicate image loading functions using templates. |
June 8, 2016, 19:45 (GMT) |
Code refactor: modify mesh storage to use arrays rather than vectors, separate some arrays. Differential Revision: https://developer.blender.org/D2016 |
June 8, 2016, 19:45 (GMT) |
Fix debug mode assert in subd code after recent refactoring. |
June 8, 2016, 19:45 (GMT) |
Fix bug where corner boundary was straight when it should curve. Some adjustments to how bevel edge 'profiles' are adjusted in some cases. For the bug fix, wanted to handle cases of middle of three coplanar beveled cases to make profile curve rather than linear interpolate. Also undid an earlier decision to make profile plane be perpendicular to beveled edge i the non-coplanar case. |
June 8, 2016, 19:45 (GMT) |
Cleanup: glsl style |
June 8, 2016, 19:45 (GMT) |
Cleanup: Don't use f suffix for values in GLSL Was giving an issues in the past, will avoid it for now. |
June 8, 2016, 19:45 (GMT) |
Fix T48552: Ctrl-D to add drivers shows disabled menu items |
June 8, 2016, 19:45 (GMT) |
Depsgraph: Solve wrong datamask calculated by depsgraph This is a weak concept, but nice t support it for now, so we can enable new depsgraph by default earlier. |
June 8, 2016, 19:45 (GMT) |
Cycles: Fix wrong render results when using multiple OpenCL devices |
|