Revision 2ad8ec5 by Sergey Sharybin May 9, 2013, 14:57 (GMT) |
Changes to footage information panel - Display additional information about channels and buffer type (float/byte). - Don't show frame number beyong sequence length. - Also fixed issues with footage length calculation, so it's pronbably will be needed to reload some of existing footages. |
Revision 602a7f7 by Thomas Dinges May 9, 2013, 14:37 (GMT) |
Cycles / Filter functions: * Avoid some variable castings here to save some calculations. |
Revision 13bcf0c by Thomas Dinges May 9, 2013, 14:21 (GMT) |
Cycles: * Remove unused film_response table code. |
Revision ce40e7f by Thomas Dinges May 9, 2013, 14:13 (GMT) |
Cycles / OSL: * Remove custom template from r52885, not needed anymore as OSL 1.3 is a requirement and we do not use a custom branch anymore. |
Revision d0ffbee by Brecht Van Lommel May 9, 2013, 14:05 (GMT) |
Cycles OpenCL: a few fixes to get things compiling after kernel changes, for Apple OpenCL on OS X 10.8 and simple AO render. Also environment variable CYCLES_OPENCL_TEST can now be set to CPU, GPU, ACCELERATOR, DEFAULT or ALL values to test particuler devices. |
Revision d236b4d by Brecht Van Lommel May 9, 2013, 14:05 (GMT) |
Cycles bump node: change the Strength value to work better, previously it would give results that were either too weak or too strong, this makes it give more predictable results. The downside is that it breaks backwards compatibility but the previous behavior was almost broken. |
Revision d326d92 by Campbell Barton May 9, 2013, 14:01 (GMT) |
fix [#35280] blender crashes when setting Environment Map imagefile |
Revision 675f845 by Campbell Barton May 9, 2013, 13:05 (GMT) |
use standard name for operator properties - 'props'. |
Revision 4c042f2 by Campbell Barton May 9, 2013, 12:46 (GMT) |
bmesh: optimize bmesh_vert_separate, redice allocs (best cast it wont do any allocs). gives approx 16% overall speedup to edgesplit modifier. also reduce size of smallhash stack, was 521, which got doubled and was quite large on the stack. reduce to 64. |
Revision 56485b6 by Lukas Toenne May 9, 2013, 11:43 (GMT) |
Upgrade for the add_search node operator. This now uses the same basic system as the regular add_node operator, with enum items generated from the common node categories system (nodeitems_utils module). This means that any node listed in the regular node Add menu can now also be added via searching, including node groups and the like. The search operator also uses the subsequent transform to make insertion a bit more streamlined. |
Revision 2e0f741 by Campbell Barton May 9, 2013, 11:42 (GMT) |
can't use alloca in inline functions (fills up stack - I thought compiler would be smart here). also reserve the exact number of vert/face/edge/loops when creating a bmesh during undo. |
Revision 278240f by Campbell Barton May 9, 2013, 10:44 (GMT) |
bmesh: avoid using BLI_array macros for every face when converting to bmesh, replace with alloca |
Revision 1e784c5 by Campbell Barton May 9, 2013, 10:41 (GMT) |
bmesh speedup: skip free-realloc while running CustomData_bmesh_merge() when nothing is changed (happens quite often that there is nothing to do). |
Revision efcfe88 by Lukas Toenne May 9, 2013, 10:13 (GMT) |
Fix for add_node operator: needs to have SKIP_SAVE set for the settings collection to prevent it from re-using settings from a previous call. This would otherwise lead to python exceptions when those properties don't exist for the other node type (point in case: node_tree only is defined for group nodes). |
Revision c1f408c by Thomas Dinges May 9, 2013, 10:03 (GMT) |
Revision 3fb67ac by Lukas Toenne May 9, 2013, 08:29 (GMT) |
Fix for do_versions bug with node groups: The special case of direct input-to-output connections was not handled correctly. In this case both the tonode and fromnode pointers in old node groups are NULL. |
Revision 89d77c5 by Lukas Toenne May 9, 2013, 08:05 (GMT) |
Fix suggested by Campbell Barton: use %r instead of %s when building the python expression for the node operator settings to ensure correct escaping. |
Revision 6f8c29a by Campbell Barton May 9, 2013, 07:02 (GMT) |
fix for 2 errors introduced since release - shape key NULL pointer dereference. - use uninitialized variable for bmesh free. also update credits and merge dissolve flag assignment. |
Revision 279a2a1 by Campbell Barton May 9, 2013, 02:50 (GMT) |
fix rna_info, python method to C function wasn't being tested for. (broke changelog generator) |
Revision 8771a9f by Campbell Barton May 9, 2013, 01:58 (GMT) |
update autogenerated changelog. also correct typos in the generator. |
|
|
|


Master Commits
MiikaHweb | 2003-2021