Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 3197 / 5574

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.
May 9, 2013, 14:37 (GMT)
Cycles / Filter functions:
* Avoid some variable castings here to save some calculations.
May 9, 2013, 14:21 (GMT)
Cycles:
* Remove unused film_response table code.
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.
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.
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.
May 9, 2013, 14:01 (GMT)
fix [#35280] blender crashes when setting Environment Map imagefile
May 9, 2013, 13:05 (GMT)
use standard name for operator properties - 'props'.
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.
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.
May 9, 2013, 10:44 (GMT)
bmesh: avoid using BLI_array macros for every face when converting to bmesh, replace with alloca
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).
May 9, 2013, 10:03 (GMT)
Partial revert of own commits r56604 and r56603:
* Reverted the changes to code comments, as suggested by Campbell. It makes it more hard to follow.
* Only keep changes to actual UI messages.
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.
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.
May 9, 2013, 02:50 (GMT)
fix rna_info, python method to C function wasn't being tested for. (broke changelog generator)
May 9, 2013, 01:58 (GMT)
update autogenerated changelog. also correct typos in the generator.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021