Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 2966 / 5574

January 31, 2014, 15:01 (GMT)
Code cleanup: be less vague checking invalid index values
January 31, 2014, 15:01 (GMT)
Fix for error setting unique names for tracks
January 31, 2014, 15:01 (GMT)
Code cleanup: comments and warnings
January 31, 2014, 12:20 (GMT)
SCons: Simplify Endian determination

Differential Revision: https://developer.blender.org/D252
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
January 30, 2014, 20:42 (GMT)
Events: fix for wmEvent prevx, prevy not updating
January 30, 2014, 17:50 (GMT)
More snapping fixes (this is ridiculous).

I hope this time we are done!
January 30, 2014, 16:30 (GMT)
Code cleanup: remove BLI_has_parent
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
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).
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!
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.
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.
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
January 30, 2014, 06:56 (GMT)
PyAPI: noise.seed_set(), note that zero is a special case.
January 30, 2014, 05:45 (GMT)
Fix T38402: invalid message for bad type assignments (Quat, Vector)
January 30, 2014, 05:31 (GMT)
Code cleanup: remove (now) redundant empty text with icon_only
January 30, 2014, 05:24 (GMT)
UI: move toggle icons out of layout checks into rna
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021