Blender Git Commits

Blender Git "master" branch commits.

Page: 3277 / 5574

February 27, 2013, 04:57 (GMT)
make sure objects dragged into the viewport are not hidden.
February 27, 2013, 01:43 (GMT)
code cleanup: unused arg
February 27, 2013, 01:40 (GMT)
code cleanup: quiet warnings
February 27, 2013, 00:04 (GMT)
== Sequencer ==

This fixes the placement code of new files added to the sequencer timeline.

The old code tried to guess the strip position from the current mouse
pointer position.

Annoying effect: if you add a new strip using the menu, especially if the
file editor pops up, the strip ends up in nowheres land (most likely around
track 40, frame -200).

New behaviour: strips are always placed at cfra, which is the
sequencer equivalent to the 3D cursor (and that's where new objects in
3D editing end up).

Bonus feature: we try our best to guess the right track by finding the
nearest strip by type.

The patch was inspired by
[#32766] VSE: Add Strip on Current Frame

Thanks to venomgfx for the idea!

February 26, 2013, 23:12 (GMT)
Grmlll... *Always* check before commit, even on such simple things! (Fix for own mistake in previous commit).
February 26, 2013, 23:08 (GMT)
add PHY headers to cmake's ketsji (else some IDE's won't show)
February 26, 2013, 23:01 (GMT)
Fix [#34455] Origin to Center of Mass is missing in menu Object > Transform

Just adding the needed py line.
February 26, 2013, 21:58 (GMT)
Fix various warnings with clang build, and adjust cmake clang warnings flags
to include a few more that gcc is using too.
February 26, 2013, 20:34 (GMT)
Fix build error in depsgraph refactoring commit.
Revision bd2034a by Gaia Clary
February 26, 2013, 18:35 (GMT)
Add: [#34443] Ability to set 'Pivot Center for rotation/scale' missing in weight paint mode
February 26, 2013, 18:15 (GMT)
Dependency Graph: refactoring to move private functions to the private header,
and add more documentation about the public functions. Also removed unused graph
traversal code and other minor unused functions.
February 26, 2013, 17:52 (GMT)
Use threaded cost function and jacobian computation
Also made it theraded linear solver, seems it makes
sense for iterative schur with inner iterations
enabled.

Use OpenMO's max therads called from bundler code
to detect how many threads to use. Could be changed
in a way that number of threads is passing in options
from blender side in the future.

Also removed redundant V3D definition from compiler's
flags.
February 26, 2013, 17:06 (GMT)
Fix #34421: cycles viewport render stuck with no objects in the scene.
February 26, 2013, 16:39 (GMT)
Fix [#34444] Curve: Select Nth Number of Points

Just use default op name, as for meshes!
February 26, 2013, 15:42 (GMT)
Add missing select menu for weight, vertex, texture paint modes.
February 26, 2013, 14:32 (GMT)
fix own regression since 2.65 [#34438] Solidify crease bug
February 26, 2013, 11:46 (GMT)
Camera tracking: support refining radial K1, K2 only

This commits adds extra refirenment entry in the menu which is
"K1, K2" and which will apparently refine only this distortion
coefficients.

This would be useful in cases when you know for sure focal length
(which could be obtained from lens, EXIF and so) but not sure
about how good you manual calibration is.

Be careful tho, there're no internal constraints on this
coefficients so distortion model could just screw up into insane
values.
February 26, 2013, 11:46 (GMT)
Camera tracking: switch euclidean intersection code to use Ceres

Would not expect any significant changes in solver behavior, but
it could be more accurate in some cases.

Switching projective intersection to ceres is marked as a TODO
for now.
February 26, 2013, 09:33 (GMT)
fix for own regression in win32 from r54225, wrong args used in getAllDisplayDimensions()
caused bug [#34391] Window position not saving correctly for next start-up
February 26, 2013, 05:22 (GMT)
patch [#34437] Fix text editor bug: ctrl+F is not configurable
in fact the keymap editor was missing other keymaps so added these too,
also updated keymap checker to make sure there is no mismatch with region/space types.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021