Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 3948 / 5574

August 4, 2011, 16:52 (GMT)
Merging r38993 through r39028 from trunk into sox-2011-tomato

Revision 0e9e74e by Jason Hays
August 4, 2011, 16:07 (GMT)
Fixed a small problem with the Fix Deforms op involving the case where a weight was zero.
Adjusted the distance limitations on the UI to be more reasonable.
August 4, 2011, 16:06 (GMT)
Camera tracking integration
===========================

- Request from Sebastian/Francois: default lens
for clip set to 24.0
- Added some additional camera presets from Francois request.
Not sure all things from GENERIC section of that request
would be actually useful.

Probably the whole sensor size workflow would be changed...
August 4, 2011, 15:40 (GMT)
Camera tracking integration
===========================

- Added function to calculate per-track average error.
Made this in libmv c-api, probably should be ported
to libmv pipeline.
- MovieTrackingTrack now holds average reprojection error
which is displayed in Active Track panel and information
text in clip editor (if displaying of names are enabled).
- Make "Clean Tracks" take average error on account.
August 4, 2011, 14:39 (GMT)
Camera tracking integration
===========================

- Fixed bug with resetting marker's flag for non-transforming
tracks when canceling transformation.
- Fixed bug with keyframing non-selected tracks when initializing
tracking tools.
- Changed selection policy: now invisible parts of marker
can be selected.
- Added operator redo panel to Clip Editor.
- Set Scale operator now uses operator property for scale.
- Added operator "Clean Tracks" which currently checks if tracks
are tracked long enough and can select bad tracks, delete them
or delete tracking segments which are too short.
Revision e9bd246 by Joshua Leung
August 4, 2011, 14:19 (GMT)
Clarifying tooltips on userpref keyframing options

These probably still need a good review (based on discussions I've had
with animators), but this should be a good stop-gap measure in the
mean time
Revision 900928f by Joshua Leung
August 4, 2011, 14:13 (GMT)
Bassam Feature Request: "Auto Clamped" handles can now be set per
handle/key

This used to be a weird per-curve setting which would happen to get
applied/work correctly if handles were set to "auto", and was a source
of constant confusion for both old and new animators. The main effect
of this handle-type/option was really to just ensure that auto-handles
stayed horizontal, instead of tilting as the keys were moved.

This commit simply changes this from a per-curve to per
keyframe/handle setting.

Revision 2ed1115 by Joshua Leung
August 4, 2011, 14:06 (GMT)
Bugfix: Setting of new default settings for new Graph Editors was done
in wrong place, leading to loss of settings everytime the view changed
(i.e. after open/saving)
August 4, 2011, 13:47 (GMT)
3D Audio GSoC:
Implementation of Julius O. Smith's resampling algorithm for high quality audio resampling.

The filter currently is a sinc filter with a 0.9 cutt-off and windowed by a kaiser window (beta = 10).
Also includes minor changes in the linear resampler.
August 4, 2011, 13:22 (GMT)
fix for building with clang. makesrna wasnt linking with sqrt
August 4, 2011, 12:19 (GMT)
Typo when reading line curving. The subversion is 1, so smaller than 1 should be converted

August 4, 2011, 11:27 (GMT)
remove append to cursor code, wasnt used and made some naive assumptions about object locations.
August 4, 2011, 10:05 (GMT)
UserPref/Node editor feature: Change the level of noodle curving.

Some people like curved lines, other hate them. This commit will let the user change the level of curving.

In UserPreferences=>Themes=>Node editor=>Noodle curving the level can be modified. Allowed range is 0-10 with the default on 5

The patch will default everything to the way blender works ATM.
File subversion has been increased otherwise older 258 files got straight lines.

The data is stored in the ThemeSpace.noodle_curving
the bezierdrawing is done in the drawnode. Also tested the Line cut tool

August 4, 2011, 09:47 (GMT)
rst API doc fixes: literalincluding bge.texture and bge.constraints examples + bgl fixes
August 4, 2011, 09:47 (GMT)
when appending with a NULL context dont print warnigns about scene not being set - was annoying for BGE LibLoad.
August 4, 2011, 08:46 (GMT)
patch from jensverwiebe to disable ndof if header is not found.
August 4, 2011, 07:12 (GMT)
3D Audio GSoC:
* versioning stuff for btheme->tv3d.speaker
* separating object.c speaker functions in own source file

Thanks Brecht for the suggestions.
August 4, 2011, 07:09 (GMT)
Dynamic Paint:
* Smudge now works properly with substeps.
* Velocity brush speed clamping now works for all brush types.
* Small tweaking on velocity brush ui.
Revision a6fed14 by Mike Erwin
August 4, 2011, 03:14 (GMT)
stricter guards for disabling NDOF code (will test in 3.. 2.. 1..)
August 4, 2011, 01:56 (GMT)
fix [#28114] Render Crash

existing check for driver to use GIL was not thread safe and could cause, details in the report.

This bug was caused by a check to avoid hanging, a fix for [#27683] that worked in 2.4x because the UI didn't use python to draw while rendering.

Apply a different fix for [#27683], when calling an operator, call PyEval_SaveThread(), then PyEval_RestoreThread() so the GIL can be aquired by threads started by the operator - in this case bake starting a thread that evaluates drivers.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021