Revision 29b4b56 by Campbell Barton February 27, 2013, 04:57 (GMT)  | 
make sure objects dragged into the viewport are not hidden.  | 
Revision 68f9226 by Campbell Barton February 27, 2013, 01:43 (GMT)  | 
code cleanup: unused arg  | 
Revision a145478 by Campbell Barton February 27, 2013, 01:40 (GMT)  | 
code cleanup: quiet warnings  | 
Revision 0e3b878 by Peter Schlaile 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!  | 
Revision 4475caf by Bastien Montagne February 26, 2013, 23:12 (GMT)  | 
Grmlll... *Always* check before commit, even on such simple things! (Fix for own mistake in previous commit).  | 
Revision 0dd6988 by Campbell Barton February 26, 2013, 23:08 (GMT)  | 
add PHY headers to cmake's ketsji (else some IDE's won't show)  | 
Revision 94a34b8 by Bastien Montagne 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.  | 
Revision 4f3ca85 by Brecht Van Lommel 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.  | 
Revision 1927f44 by Brecht Van Lommel 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  | 
Revision e8642ec by Brecht Van Lommel 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.  | 
Revision 1d20f24 by Sergey Sharybin 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.  | 
Revision 0f91a28 by Brecht Van Lommel February 26, 2013, 17:06 (GMT)  | 
Fix #34421: cycles viewport render stuck with no objects in the scene.  | 
Revision 1c8377b by Bastien Montagne February 26, 2013, 16:39 (GMT)  | 
Fix [#34444] Curve: Select Nth Number of Points Just use default op name, as for meshes!  | 
Revision 5d99b10 by Campbell Barton February 26, 2013, 15:42 (GMT)  | 
Add missing select menu for weight, vertex, texture paint modes.  | 
Revision 8033834 by Campbell Barton February 26, 2013, 14:32 (GMT)  | 
fix own regression since 2.65 [#34438] Solidify crease bug  | 
Revision 0ec75be by Sergey Sharybin 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.  | 
Revision 05a5cbb by Sergey Sharybin 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.  | 
Revision 87f1326 by Campbell Barton 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  | 
Revision 8558fdd by Campbell Barton 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.  | 
| 
 | 
|


 Master Commits
MiikaHweb | 2003-2021