Revision 702372f by Sergey Sharybin December 31, 2015, 13:02 (GMT) |
Fix wrong format used in the recent python exit code commit |
Revision 6199462 by Sergey Sharybin December 31, 2015, 12:56 (GMT) |
Libmv: Yet again update to the latest version Again brings some fixes for MSVC-2015 and keeps it easier to backport the fixes into upstream. |
Revision 99da8e1 by Sergey Sharybin December 31, 2015, 12:49 (GMT) |
Cycles: Fix viewport rendering with multiple GPU devices |
Revision 82a1adf by Campbell Barton December 31, 2015, 11:37 (GMT) |
Command line argument to exit on Python errors eg: blender -b --python-exit-code 1 --python script.py --render-anim This causes blender not to continue parsing command line arguments and exit if the script raises an exception. |
Revision 3236f1a by Campbell Barton December 31, 2015, 11:37 (GMT) |
Add parse_int_strict_range utility for command line input |
Revision 8e1fae3 by Sergey Sharybin December 31, 2015, 11:16 (GMT) |
Libmv: Update to latest upstream version Brings some extra fixes for MSVC-2015 |
Revision 6046a86 by Sergey Sharybin December 31, 2015, 11:02 (GMT) |
Update CUDA wrangler to latest upstream Brings support of NVRTC bindings and also makes it easier to tweak libraries paths and use multiple alternative names for libraries. |
Revision 0b4abd0 by Sergey Sharybin December 31, 2015, 10:58 (GMT) |
Cycles: Experiment with use of runtime tag instead of set for SVM generation This gives about 2x speedup (3.2sec vs. 11.9sec with 32716 handled nodes) when updating shader for the shader tree. Reviewers: brecht, juicyfruit, dingto, lukasstockner97 Differential Revision: https://developer.blender.org/D1700 |
Revision 0ffc603 by Campbell Barton December 31, 2015, 10:20 (GMT) |
Cleanup: Py API naming Use BPY_execute_* prefix for all Python execution commands |
Revision 16e1bbf by Sergey Sharybin December 31, 2015, 09:49 (GMT) |
Fix T47076: Memory issues when closing Blendera after Cycles baking |
Revision 8a9e204 by Campbell Barton December 31, 2015, 08:09 (GMT) |
Fix T47089: View rotate fails w/ auto depth+perspective |
Revision b6697b4 by Martijn Berger December 31, 2015, 07:53 (GMT) |
MSVC 2015 fix: do not redefine snprintf, even MS is getting standards complient |
Revision 88477fe by Campbell Barton December 31, 2015, 07:15 (GMT) |
Fix T47094: Crash w/ sequencer white-balance |
Revision 7a702ba by Campbell Barton December 31, 2015, 07:15 (GMT) |
Cleanup: warning |
Revision ac8105a by Bastien Montagne December 30, 2015, 20:44 (GMT) |
Usual i18n/UI messages fixes... |
Revision e11ed68 by Bastien Montagne December 30, 2015, 20:11 (GMT) |
Fix (unreported) memleak in mesh remapping auto-transform code. |
Revision 6472810 by Bastien Montagne December 30, 2015, 20:05 (GMT) |
Grr, forgot those ones in previous commit... Never believe QTCreator when it comes to finding all usages of a func, kids... grep ftw! |
Revision 511e3c5 by Bastien Montagne December 30, 2015, 19:39 (GMT) |
BLI_task: change BLI_task_parallel_range_ex() to just take a bool whether to use threading or not, instead of threshold. From recent experience, turns out we often do want to use something else than basic range of parallelized forloop as control parameter over threads usage, so now BLI func only takes a boolean, and caller defines best check for its own case. |
Revision d9bb4a2 by Brecht Van Lommel December 30, 2015, 18:52 (GMT) |
Fix OS X (with 10.11 SDK) glog build errors due to using deprecated code. Some values are now restored to the ones from before the upgrade today. |
Revision cf2005d by Brecht Van Lommel December 30, 2015, 16:26 (GMT) |
Fix T47081: laplacian smooth edit mode tool crash. |
|
|
|


Master Commits
MiikaHweb | 2003-2021