Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 2967 / 5574

January 30, 2014, 04:28 (GMT)
UI API: don't use a text label when icon_only is set
January 30, 2014, 04:26 (GMT)
Warnings: quiet unused define message
January 29, 2014, 19:29 (GMT)
Fix T38400: crash in image_listener accessing deleted object.

Listeners should never dereference this pointer because the object may have
been deleted, it can only be used for comparisons.
January 29, 2014, 19:10 (GMT)
Fix T38358: Face snapping fails on Orthographic view

Issue is caused by start point of ray used to detect faces under the mouse is set rather far away in ortho 3dviews.
The loss of precision on the ray location induced by this can lead to face snapping failures.

Solution is to do the raycasting with a temp start point, much closer to the object we check, and add back
to the found distance the diff to the real start point once detection is done (as we need all hit distances
from all tested objects to be relative to a common point!).

Note this commit only addresses the "face snapping on mesh" case, other kind of snapping do not seem to suffer
from this issue.

Reviewers: brecht, campbellbarton

Differential Revision: https://developer.blender.org/D268
January 29, 2014, 18:02 (GMT)
Fix T37661: color ramps and curve mapping editing not disabled for linked data.
January 29, 2014, 17:29 (GMT)
Code cleanup: remove redundant makesrna call with platform "linuxcross".

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D235
January 29, 2014, 17:28 (GMT)
Fix accidental description change in recent commit.
January 29, 2014, 16:03 (GMT)
Fix bone transform issue where the bone roll depends on intermediate mouse positions.

It computed the roll compatible with the previous mouse position roll value,
now it uses the initial roll value.
January 29, 2014, 15:53 (GMT)
Update Edit Mode tabs for mesh objects

This greatly improves the mesh edit tabs after a few weeks of feedback, making the tabs more practical with less need to switch tabs often. Based on discussion on IRC and T37568.

Reviewers: campbellbarton

CC: campbellbarton, brecht

Reviewers: campbellbarton

Reviewed By: campbellbarton

CC: campbellbarton, brecht

Differential Revision: https://developer.blender.org/D269
January 29, 2014, 15:50 (GMT)
Fix T38359: incorrect display of material slot with pinned particle settings.

Just hide it in this case, the material slot is not really valid without an
object in the context.
January 29, 2014, 15:49 (GMT)
Fix T36955: API docs referred to sys.maxint which does not exist in Python 3.
January 29, 2014, 15:36 (GMT)
Fix T37038: user preferences > input category names unnecessarily cut off.
January 29, 2014, 15:14 (GMT)
Fix T38393: bone roll not restored properly after cancelling rotation of bones.
Revision 41ee052 by Gaia Clary
January 29, 2014, 14:37 (GMT)
renamed unclear API parameter
Revision f17a1bd by Sergej Reich
January 29, 2014, 14:03 (GMT)
Fix T38388: Creating a new scene with full copy sets rigidbody collision shapes to box.

Tweak world rebuilding logic, so it's not done before object data was
updated.
January 29, 2014, 13:50 (GMT)
Fix sconscript syntax error when using python 2.x instead of 3.x.
January 29, 2014, 12:29 (GMT)
Scons: Some tweaks for f70d9660474c, we don't need SSE41 kernel for 32bit, nor vc2008 x64.
January 29, 2014, 12:29 (GMT)
UI: Make "Lock Interface" a icon only button and pack into the Display row, we don't need a dedicated row for this option, also it looked quite bad for Cycles.
January 29, 2014, 12:05 (GMT)
UI: minor optimization for button lookup, break early when button found

also reduce int/float conversion
January 29, 2014, 11:48 (GMT)
Move depsgraph debug print under --debug-depsgraph command line argument
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021