Revision 43a2016 by Campbell Barton April 6, 2014, 02:58 (GMT) |
Guarded Alloc: use UNLIKELY for debug memset |
Revision 1bd3922 by Pablo Vazquez April 5, 2014, 20:52 (GMT) |
Fix error when enabling Mist pass but there was no world. Can't find mist settings, so check for World first. |
Revision 49d1c8d by Monique Dewanchand April 5, 2014, 19:33 (GMT) |
Fix issue for OPENCL problem on Macosx 10.9.2 |
Revision f6d5212 by Antonis Ryakiotakis April 5, 2014, 17:30 (GMT) |
Fix sculpt brushes stuck to drag dot or anchored mode Was own mistake after RNA enu refactoring. |
Revision 4550731 by Brecht Van Lommel April 5, 2014, 12:50 (GMT) |
RNA: optimization to avoid malloc for iterators. This mostly helps making Cycles scene synchronization a bit faster. |
Revision cb0520f by Brecht Van Lommel April 5, 2014, 12:49 (GMT) |
Fix for auto detect homogeneous volume with OSL, forgot to include this file in last commit. |
Revision 2a82b8a by Campbell Barton April 5, 2014, 10:54 (GMT) |
Math Lib: add power of 2 min/max for unsigned ints |
Revision 95ac6bc by Thomas Dinges April 5, 2014, 10:49 (GMT) |
Fix T39606, SSS and Volume nodes were showing warning, even if CPU was used. |
Revision 53f6057 by Thomas Dinges April 5, 2014, 10:49 (GMT) |
Cycles UI: Refactor cpu checks into a use_cpu() function. |
Revision 1e504bc by Campbell Barton April 5, 2014, 05:30 (GMT) |
Dyntopo: minor optimizations for edge queue |
Revision 61c73b4 by Campbell Barton April 5, 2014, 01:32 (GMT) |
Remove redundant call to CustomData_get_offset |
Revision 19b7bb5 by Campbell Barton April 5, 2014, 01:14 (GMT) |
Optimize mempool: round chunk size to powers of 2, account for slop-space This helps to reduce memory fragmentation. |
Revision af59ee3 by Campbell Barton April 5, 2014, 01:14 (GMT) |
Mempool: remove BLI_MEMPOOL_SYSMALLOC, MEM_* allocs are more efficient now |
Revision 321c35e by Antonis Ryakiotakis April 4, 2014, 23:31 (GMT) |
Solve issue with dyntopo collapse. It was possible to delete a masked vertex during collapsing. Looks like this is one of the causes for hangs during masked flood filling. |
Revision 70353f8 by Campbell Barton April 4, 2014, 22:49 (GMT) |
Optimize mempool: replace double linked list with single for memory chunks |
Revision cfbfb5e by Bastien Montagne April 4, 2014, 20:45 (GMT) |
Great, now Debian Jessie as well can cause libyaml-cpp version mismatch... Update warning message! |
Revision 6ff0fcd by Bastien Montagne April 4, 2014, 20:38 (GMT) |
Some stupid systems give limited powers to sudo... So add a --no-sudo option disabling usage of sudo! Note in this case, script becomes more or less useless, just spit out names of packages to install... Requested by Dalai Felinto over IRC. |
Revision 2dedf2a by Tamito Kajiyama April 4, 2014, 14:47 (GMT) |
Missing file in commit 12302011d6207a60b24d0cae71a88df0384bc5da. |
Revision 62bf22e by Tamito Kajiyama April 4, 2014, 14:47 (GMT) |
Freestyle: Removed SVertex _curvatureFredo and _directionFredo and their getter/setter methods.. These data elements are undocumented and of little use. For now they are commented out in the implementation in favor of less memory consumption, and a very limited support for these data components in the Python API was just removed (should be easy to recover). |
Revision 685d785 by Tamito Kajiyama April 4, 2014, 14:47 (GMT) |
Freestyle: Fix for class definitions of 0D/1D functions (functors). Symbol 'real' is an alias of double and is subject to future change, while the interface of 0D/1D functions is part of the stable Freestyle Python API. So all occurrences of this type in the class definitions were replaced with double. |
|
|
|


Master Commits
MiikaHweb | 2003-2021