Revision a50955e by Gaia Clary April 13, 2015, 11:22 (GMT) |
Minor edits of python class documentation (regarding ID tagging) |
Revision 8c616e8 by Antonis Ryakiotakis April 13, 2015, 10:44 (GMT) |
Calculate auto normalization maximum from keyframes within range if preview is on |
Revision fdc653e by Sergey Sharybin 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. |
Revision efe9038 by Antonis Ryakiotakis April 13, 2015, 10:28 (GMT) |
Be a bit more specific in the message. |
Revision 8a97d46 by Antonis Ryakiotakis 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. |
Revision 97ae0f2 by Sergey Sharybin 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. |
Revision 890e533 by Campbell Barton 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) |
Revision 4fb33d8 by Bastien Montagne 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. |
Revision f684dfc by Campbell Barton April 13, 2015, 05:54 (GMT) |
Fix T44364: Remove shape key crashes Blender |
Revision dd0cba0 by Campbell Barton April 13, 2015, 05:46 (GMT) |
error in last commit |
Revision 919de1e by Campbell Barton April 13, 2015, 05:43 (GMT) |
BMesh: diagram for dyntopo edge subdiv |
Revision 9b359c1 by Campbell Barton 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. |
Revision e688ba0 by Campbell Barton 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 |
Revision c950b8f by Inês Almeida April 12, 2015, 10:38 (GMT) |
making add>lamp its own menu so it can be extended by addons |
Revision 542a0c4 by Campbell Barton April 12, 2015, 09:14 (GMT) |
Dyntopo: redundant length check subdividing edges |
Revision 690b90f by Campbell Barton 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. |
Revision 6d2c3a2 by Campbell Barton April 12, 2015, 07:38 (GMT) |
BMesh: avoid ghash realloc's making log entry |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021