Revision 70f2389 by Campbell Barton January 31, 2014, 15:01 (GMT) |
Code cleanup: be less vague checking invalid index values |
Revision 1af6e65 by Campbell Barton January 31, 2014, 15:01 (GMT) |
Fix for error setting unique names for tracks |
Revision 34a0532 by Campbell Barton January 31, 2014, 15:01 (GMT) |
Code cleanup: comments and warnings |
January 31, 2014, 12:20 (GMT) |
Revision 9896508 by Sergey Sharybin January 31, 2014, 09:33 (GMT) |
Fix compilation error with msvc2012 and 2013 as well |
Revision d291d15 by Gaia Clary January 31, 2014, 08:35 (GMT) |
Fix for T32843 Exported angles for spot size animation is in radians , however Collada expects it to be in degrees. This patch is for fixing import and export, and also renaming a variable Reviewers: gaiaclary Reviewed By: gaiaclary Differential Revision: https://developer.blender.org/D273 |
Revision a7b1349 by Campbell Barton January 30, 2014, 20:42 (GMT) |
Events: fix for wmEvent prevx, prevy not updating |
Revision 1e096ee by Bastien Montagne January 30, 2014, 17:50 (GMT) |
More snapping fixes (this is ridiculous). I hope this time we are done! |
Revision 0e1c1b6 by Campbell Barton January 30, 2014, 16:30 (GMT) |
Code cleanup: remove BLI_has_parent |
Revision 3c86a19 by Campbell Barton January 30, 2014, 16:30 (GMT) |
Code cleanup: add BLI_testextensie_n, replacing multuple calls to BLI_testextensie also use attributes for BLI path functions |
Revision 0cb4928 by Bastien Montagne January 30, 2014, 16:16 (GMT) |
Fix T38409: Snapping Bug Issue partially caused by own errors (glicth in new BKE_boundbox_ray_hit_check() code causing segfault in volume snapping, and we have to treat ortho and persp differently in case of face snapping, because in persp our ray_start might very well already be *inside* the boundbox of the checked object), and partly due to the fact that ED_view3d_win_to_vector() was returning wrong vector (negated one) for ortho views (see previous commit). |
Revision f54ed9f by Bastien Montagne January 30, 2014, 15:51 (GMT) |
Fix a nice bug in ED_view3d_win_to_vector() - vector returned for an ortho view was negated compared to vector returned for the same view in perspective... Found while working on snapping issues, confirmed using bisect tool: previous to this commit, inner/outer parts were swapped when switching from otho to persp! |
Revision 2011156 by Campbell Barton January 30, 2014, 13:56 (GMT) |
Fix for crash linking node groups through bpy.data.library Defer creating the Python objects until after appending is finished because NodeTree's types are not initialized until then. |
Revision 2b55d78 by Lukas Toenne January 30, 2014, 12:09 (GMT) |
Fix T38403: Laplacian smooth on instanced objects leads to crash. The laplacian modifiers (smooth and deform) use the OpenNL library, which is not threadsafe due to the use of a global context variable. Ideally this would be changed so that an explicit context can be created for every caller of the OpenNL functions, but since OpenNL's most recent version is from 2010 this is unlikely to happen. As a workaround for now just use a mutex to prevent conflicting OpenNL calls. Eventually OpenNL can be replaced by eigen or ceres. |
Revision 810c6d1 by Bastien Montagne January 30, 2014, 10:54 (GMT) |
Fix T38358: typo in own rB77089a3bf203. Also allowed me to fine another potential issue, hit.dist was no more initialized correctly - and I had forgotten to take into account Brecht's remark about normalize_v3() also returning the vector's previous length. |
Revision 1f64371 by Campbell Barton January 30, 2014, 10:10 (GMT) |
Smallhash: refactor and fixes - BLI_smallhash_remove didnt decrement total entries. - rename vars to match closer to ghash. - smallhash_lookup returns NULL when no entry found. - using a zero value key wasn't supported. - no need to memset or calloc bucket arrays - add asserts for unsupported conditions. - added BLI_smallhash_lookup_p |
Revision ab6157a by Campbell Barton January 30, 2014, 06:56 (GMT) |
PyAPI: noise.seed_set(), note that zero is a special case. |
Revision bd697dd by Campbell Barton January 30, 2014, 05:45 (GMT) |
Fix T38402: invalid message for bad type assignments (Quat, Vector) |
Revision 6e479b1 by Campbell Barton January 30, 2014, 05:31 (GMT) |
Code cleanup: remove (now) redundant empty text with icon_only |
Revision 5f47f13 by Campbell Barton January 30, 2014, 05:24 (GMT) |
UI: move toggle icons out of layout checks into rna |
|
|
|


Master Commits
MiikaHweb | 2003-2021