Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 2628 / 5574

Revision a50955e by Gaia Clary
April 13, 2015, 11:22 (GMT)
Minor edits of python class documentation (regarding ID tagging)
April 13, 2015, 10:44 (GMT)
Calculate auto normalization maximum from keyframes within range if
preview is on
April 13, 2015, 10:40 (GMT)
Nodes: Remove hardcoded BLENDER_MAX_THREADS number of threads

Use actual available number of threads now, which will make it easier
to increase max number of threads, without having some sloppy memory
usage and without doing some redundant checks on thread data which was
never used.
April 13, 2015, 10:28 (GMT)
Be a bit more specific in the message.
April 13, 2015, 10:21 (GMT)
Windows:

Only print backtrace on debug builds, since on release builds there is
only some useless output from a python library and fftw.
April 13, 2015, 09:41 (GMT)
Depsgraph debug: Remove hardcoded array of BLENDER_MAX_THREADS elements

Allocate statistics array dynamically, so increasing max number of threads does
not increase sloppyness of the memory usage.

For the further cleanups: we can try alloca-ing this array, but it's also not
really safe because we can have quite huge number of threads in the future.
Plus statistics will allocate memory for each individual entry, so using alloca
is not going to give anything beneficial here.
April 13, 2015, 09:30 (GMT)
Fix adding to paint-curves from the first point

- add_index now works when selecting the first point.
- sliding now selects the correct handle.
April 13, 2015, 09:17 (GMT)
Fix hair random rotation limited to 180 degrees

The issue was caused by phase being limited from 0 to 1, which gave only
0..M_PI distribution which is not good enough for good randomness.

Now the phase is being randomized across full 0..2*M_PI range.
Revision 6fbf05f by Gaia Clary
April 13, 2015, 09:00 (GMT)
Make python gotchas more clear (regarding handling of stale data)
April 13, 2015, 08:51 (GMT)
Fix T44361: array modifier "fit curve" mode not working properly

'tot_length / step_length' gives the number of 'segments', not the number of
copies - we have to add 1 here.
April 13, 2015, 05:54 (GMT)
Fix T44364: Remove shape key crashes Blender
April 13, 2015, 05:46 (GMT)
error in last commit
April 13, 2015, 05:43 (GMT)
BMesh: diagram for dyntopo edge subdiv
April 13, 2015, 04:35 (GMT)
Py API: default arg for location_3d_to_region_2d

This function could return None for points behind the view,
note this in the doc-string and add an optional fallback argument.
April 13, 2015, 03:45 (GMT)
GHash: use unsigned int for ghash_size
Revision 55b7a8c by Mike Erwin
April 12, 2015, 23:58 (GMT)
ndof: fix Linux device detect regression
April 12, 2015, 10:38 (GMT)
making add>lamp its own menu so it can be extended by addons
April 12, 2015, 09:14 (GMT)
Dyntopo: redundant length check subdividing edges
April 12, 2015, 07:38 (GMT)
BMesh: minor optimization counting adjacent data

add BM_***_count_is_over(), _count_is_equal()

Useful if we only want to know if the count is a smaller value.
April 12, 2015, 07:38 (GMT)
BMesh: avoid ghash realloc's making log entry
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021