Sergey Sharybin [Fri, 12 Aug 2011 14:39:04 +0000 (14:39 +0000)]
Merging r39312 through r39329 from trunk into soc-2011-tomato
Campbell Barton [Fri, 12 Aug 2011 06:57:00 +0000 (06:57 +0000)]
import common classes from bpy.types, saves ~1000 python getattrs on startup.
Campbell Barton [Fri, 12 Aug 2011 06:31:39 +0000 (06:31 +0000)]
add bpy.types as a module for convenient imports, eg:
from bpy.types import Menu
Campbell Barton [Fri, 12 Aug 2011 06:08:22 +0000 (06:08 +0000)]
sequencer todo: change sequence added back (C key)
split up into operators
- change effect input
- change effect type
- change file data
Change plugin is not ported back yet.
Campbell Barton [Fri, 12 Aug 2011 03:53:26 +0000 (03:53 +0000)]
add WM_FILESEL_FILES to WM_operator_properties_filesel, sequencer was doing this on its own.
Campbell Barton [Fri, 12 Aug 2011 03:18:04 +0000 (03:18 +0000)]
soft limits for add object rotation value, without cont. grab it would get to very large numbers with a small drag.
Campbell Barton [Fri, 12 Aug 2011 02:23:06 +0000 (02:23 +0000)]
un-inline GHash functions r26206, these are quite large functions to inline and increase binary size by 30kb, (tested on stripped, cmake release build).
Ran some speed tests and difference was close to the noise level, but inlining gives only ~2 - 3% speedup with build modifier which uses ghash a lot.
Sergey Sharybin [Thu, 11 Aug 2011 18:18:46 +0000 (18:18 +0000)]
Camera tracking integration
===========================
Return non-blocking behavior to grease pencil sketch mode.
It is needed to implement more accurate line drawing based
on using mouse click on where line "knot" should be added
and allowing pan/zoom between such knots selection.
There are still issues with vertex paint/sculpt modes,
but they aren't critical -- just behavior could be
improved here.
Sergey Sharybin [Thu, 11 Aug 2011 18:16:29 +0000 (18:16 +0000)]
Merging r39251 through r39311 from trunk into soc-2011-tomato
Splash screen is kept to be tomatoes.
Nathan Letwory [Thu, 11 Aug 2011 16:43:36 +0000 (16:43 +0000)]
use correct libdir for buildbot win64.
Sergey Sharybin [Thu, 11 Aug 2011 15:59:19 +0000 (15:59 +0000)]
Commiting patch from jensverwiebe for NDOF support on OSX
Sergey Sharybin [Thu, 11 Aug 2011 13:40:47 +0000 (13:40 +0000)]
Fix for crash when using undo during sketching session.
Currently, grease pencil conflicts with such operators
as undo and set object mode which makes behavior totally
unpredictable and crash for some cases.
The only way to solve this proper is to ger rid of pointers
to data which can chage stored in operator custom data.
Brecht Van Lommel [Thu, 11 Aug 2011 11:56:02 +0000 (11:56 +0000)]
Fix #28180: crash running wm.keyconfigs.user.keymaps.new("My Keymap").
There isn't much point in doing this at the moment, but shouldn't crash.
Mitchell Stokes [Thu, 11 Aug 2011 09:40:14 +0000 (09:40 +0000)]
Adding a readonly length_squared property to mathutils.Vector. This is simply vector.dot(vector), so nothing new is really added, but it's nice for writing more intent revealing code. In other words:
if vec.dot(vec) > some_distance*some_distance:
do_something()
might not be quite as obvious looking as:
if vec.length_squared > some_distance*some_distance:
do_something()
As to why you'd want to use length_squared over length is that length uses a square root, which isn't always necessary for simple distance checks (e.g., closest object, checks like the ones above, ect).
Campbell Barton [Thu, 11 Aug 2011 08:24:56 +0000 (08:24 +0000)]
fix [#28213] Imperial unit for 0.001 inches inconsistently displayed as mils and thous
Guillermo S. Romero [Thu, 11 Aug 2011 06:40:04 +0000 (06:40 +0000)]
SVN maintenance.
Campbell Barton [Thu, 11 Aug 2011 06:06:17 +0000 (06:06 +0000)]
use ghash for operator and menu types, was doing string lookup in the operator list (containing over 1000 items) for each button draw.
gives small speedup for UI drawing and overall startup time.
Campbell Barton [Thu, 11 Aug 2011 05:50:05 +0000 (05:50 +0000)]
ifdef'd outliner code which is spesific to gsoc pepper with '// GSOC_PEPPER' so its obvious. this will keep merging pepper changes from conflicting and can be removed when its finally merged.
Campbell Barton [Thu, 11 Aug 2011 05:46:18 +0000 (05:46 +0000)]
merge outliner refactor so we dont have to keep outliner.c locked in trunk.
this wont build because of changes spesific to pepper, fix coming next.
svn merge source/blender/editors/space_outliner -r36830:38987 https://svn.blender.org/svnroot/bf-blender/branches/soc-2011-pepper/source/blender/editors/space_outliner
Campbell Barton [Thu, 11 Aug 2011 05:43:20 +0000 (05:43 +0000)]
unlocking outliner.c and removing... (merging refactor from pepper but looks like this will take a few steps)
Sergey Sharybin [Wed, 10 Aug 2011 21:14:12 +0000 (21:14 +0000)]
Camera tracking integration
===========================
Make calibration grid "outer" boundaries always be inside frame.
Campbell Barton [Wed, 10 Aug 2011 20:12:27 +0000 (20:12 +0000)]
fix for regression for shape key UI, values are now editable again in the list, double checked this works for mesh/curve and lattice types.
Sergey Sharybin [Wed, 10 Aug 2011 18:44:05 +0000 (18:44 +0000)]
Camera tracking integration
===========================
Changes to manual calibraiton:
- Grease pencil is now getting distorted, so now workflow is
changing to making straight GP line line match footage.
I've tried to make GP lines not changing their start and
end points from their "keyed" position.
Should be tested because this could be done not in
very accurate way.
- Fixed crash when adding new GP layer when there's no
frames yet and manual calibration is enabled.
Campbell Barton [Wed, 10 Aug 2011 16:05:20 +0000 (16:05 +0000)]
error in own recent commit. set subversion to 0
Thomas Dinges [Wed, 10 Aug 2011 16:03:45 +0000 (16:03 +0000)]
2.59 Splash screen by tomket7. Congratulations!
Chosen by the jury Ben Simonds, Reynante Martinez and Hjalti Hjálmarsson.
Campbell Barton [Wed, 10 Aug 2011 16:02:02 +0000 (16:02 +0000)]
Version bump for 2.59
Campbell Barton [Wed, 10 Aug 2011 15:53:46 +0000 (15:53 +0000)]
fix [#28206] Motion Paths shown in 3DView even when Only Render option is enabled
Sergey Sharybin [Wed, 10 Aug 2011 13:59:03 +0000 (13:59 +0000)]
Camera tracking integration
===========================
- Fix for reading grease pencil data for movie clips.
- Request from Francois: undistort grease pencil to allow
manual calibration.
Only strokes made in "Cursor" space are getting undistorted,
strokes made in view space are kept unchanged.
This allows to make such workflow of manual calibration:
- Outline straight line in footage with GP.
- [Optional] mute footage.
- Enable Display->Manual Calibration.
- Tweak distortion coefficients until you'll like result.
- [Optional] Use strokes made in viewspace to help checking
of straightness of outlined features.
Not ideal but could be nice addition for grid-only calibration
until proper tools are getting ported to libmv/blender.
Sergey Sharybin [Wed, 10 Aug 2011 12:16:44 +0000 (12:16 +0000)]
Merging r39191 through r39250 from trunk into soc-2011-tomato
Sergey Sharybin [Wed, 10 Aug 2011 10:29:39 +0000 (10:29 +0000)]
Camera tracking integration
===========================
Fixed wrong jpeg files saved by proxy builder.
Additional changes:
- Fixed some wrong copyrights in my own files.
- Added copyrights headers to Peter's indexer files.
Nathan Letwory [Wed, 10 Aug 2011 09:30:45 +0000 (09:30 +0000)]
Fix for incorrect parameter amount.
Campbell Barton [Wed, 10 Aug 2011 09:16:35 +0000 (09:16 +0000)]
fix for error in template
Campbell Barton [Wed, 10 Aug 2011 07:49:18 +0000 (07:49 +0000)]
fix [#28203] Misplaced string in bone constraints
Nathan Letwory [Wed, 10 Aug 2011 07:36:57 +0000 (07:36 +0000)]
Fix [#28195] Particles objects disappear in viewport, and 90° rotation
Reported by Jean Francois Sarazin
Lack of normal normalisation caused scaling issues. SIGGRAPH fix by jahka and jesterKing. Thanks to host dfelinto with entertainment provided by slikdigit.
Campbell Barton [Wed, 10 Aug 2011 07:36:44 +0000 (07:36 +0000)]
fix for [#28201] blender crashes when "mpeg" selected
2 changes
- When writing OGG only allow Theora encoding, this fixes the crash.
- When setting the MPEG preset, dont allow the 'Codec' to be left as Theora, this is just confusing.
* note that this is highly confusing for users and devs - there are 4 places to set the codec/format, with both python and C presets :S.
Campbell Barton [Tue, 9 Aug 2011 21:32:46 +0000 (21:32 +0000)]
fix for crash undoing grease pencil session, last action would free entire frame which the session held a reference to.
Campbell Barton [Tue, 9 Aug 2011 20:33:35 +0000 (20:33 +0000)]
fix [#28197] Undoing Grease pencil removes last 2 strokes
Campbell Barton [Tue, 9 Aug 2011 20:00:53 +0000 (20:00 +0000)]
fix [#28196] Unwrap tris in lightmap pack
Campbell Barton [Tue, 9 Aug 2011 19:59:01 +0000 (19:59 +0000)]
style change, harmless changes while looking into bug [#28196]
Sergey Sharybin [Tue, 9 Aug 2011 19:58:14 +0000 (19:58 +0000)]
Camera tracking integration
===========================
Forgot to port draw sensor code to new sensor usa case.
Sergey Sharybin [Tue, 9 Aug 2011 19:26:56 +0000 (19:26 +0000)]
Camera tracking integration
===========================
Fixing usage on incorrect pointer to get clip idblock when doing
rna update functions.
Sergey Sharybin [Tue, 9 Aug 2011 18:26:21 +0000 (18:26 +0000)]
Camera tracking integration
===========================
Fixing some problems caused by modifying imbuf from cache
when building proxy and preventing attempt to load image
duting saving it from cache builder.
Sergey Sharybin [Tue, 9 Aug 2011 17:51:32 +0000 (17:51 +0000)]
Camera tracking integration
===========================
Use initial pixel aspect ratio of 1.0 for new clips.
Sergey Sharybin [Tue, 9 Aug 2011 15:12:20 +0000 (15:12 +0000)]
Camera tracking integration
===========================
Changes into sensor size use case.
There was problem with vertical sensor size which can't actually
affect on things due to we've got fixed image resolution. So
as soon horizontal size gets defined, both of sensor height
and vertical FOV is known and exposing it into UI makes things
difficult to understand.
That's why vertical sensor size was dropped.
Also added pixel aspect to camera settings fo clip editor.
Solver will sue this value rather than value from display
aspect ratio.
This pixel aspect would be copied to render settings after solving
so things should match now between footage, solving anf footage.
Campbell Barton [Tue, 9 Aug 2011 14:50:40 +0000 (14:50 +0000)]
fix [#28186] textboxes properties not animatable
Campbell Barton [Tue, 9 Aug 2011 14:16:22 +0000 (14:16 +0000)]
fix [#28191] Exception when enabling a script for a newer Blender build
Campbell Barton [Tue, 9 Aug 2011 13:50:27 +0000 (13:50 +0000)]
note to address issue raised by report [#28190].
Sergey Sharybin [Tue, 9 Aug 2011 13:05:18 +0000 (13:05 +0000)]
Camera tracking integration
===========================
Fixed tracking speed regression caused by proxies commit.
Use frames from cache when tracking if available and also
but frames read during tracking into cache (if proxying
allows this).
Sergey Sharybin [Tue, 9 Aug 2011 12:08:46 +0000 (12:08 +0000)]
Camera tracking integration
===========================
More accurate sliding of undistortion coefficients.
Sergey Sharybin [Tue, 9 Aug 2011 10:42:39 +0000 (10:42 +0000)]
Camera tracking integration
===========================
Bundling new version of libmv. It's repo is ready for
bundling again, some patches which were applied on our
side are in libmv repo now.
This new version of libmv also contains patch from John Carpenter
which makes reconstruciton a bit more "stable" -- some kind
of fallback algorithm.
Campbell Barton [Tue, 9 Aug 2011 07:48:40 +0000 (07:48 +0000)]
change doxygen string to 2.59
Thomas Dinges [Tue, 9 Aug 2011 07:33:51 +0000 (07:33 +0000)]
Blender 2.59:
* Update the readme file
* Update link to release logs, they point to http://www.blender.org/development/release-logs/blender-259/ now
Campbell Barton [Tue, 9 Aug 2011 07:09:49 +0000 (07:09 +0000)]
off by 1 error with number keys in ghost/sdl
Sergey Sharybin [Mon, 8 Aug 2011 20:25:00 +0000 (20:25 +0000)]
Camera tracking integration
===========================
- Code cleanup.
- Fixed small bug with cleanup operator.
Sergey Sharybin [Mon, 8 Aug 2011 19:02:18 +0000 (19:02 +0000)]
Camera tracking integration
===========================
Next attempt to fix MSVC compilation.
I wish i've got my laptop by hand..
Sergey Sharybin [Mon, 8 Aug 2011 18:44:19 +0000 (18:44 +0000)]
Camera tracking integration
===========================
Just another attempt to fix compilation with msvc:
- Use BLI_snprintf instead of snprintf
- Do not use C99 rint function
Sergey Sharybin [Mon, 8 Aug 2011 18:23:56 +0000 (18:23 +0000)]
Camera tracking integration
===========================
Another attempt to fix compilation on windows.
Sergey Sharybin [Mon, 8 Aug 2011 17:35:22 +0000 (17:35 +0000)]
Merging r39179 through r39190 from trunk into soc-2011-tomato
Sergey Sharybin [Mon, 8 Aug 2011 17:23:26 +0000 (17:23 +0000)]
Camera tracking integration
===========================
Compilation fix (snprintf vs. BLI_snprintf)
Sergey Sharybin [Mon, 8 Aug 2011 16:30:09 +0000 (16:30 +0000)]
Camera tracking integration
===========================
Added grease pencil to clip editor.
Idea is to use it for supervised camera calibraiton.
"Disable Marker" hotkey was changed to Shift-D
Campbell Barton [Mon, 8 Aug 2011 14:50:10 +0000 (14:50 +0000)]
fix [#28183] Wavefront OBJ import has no preset saving
Sergey Sharybin [Mon, 8 Aug 2011 12:39:02 +0000 (12:39 +0000)]
Camera tracking integration
===========================
- Fixing typo in scons rules
- CMake should use correct pathes for windows/osx now.
Sergey Sharybin [Mon, 8 Aug 2011 12:18:32 +0000 (12:18 +0000)]
Camera tracking integration
===========================
Initial integration of proxies into movie clip editor.
Known issue: marker preview area uses proxyed image,
hopefully fix would be available soon.
Sergey Sharybin [Mon, 8 Aug 2011 12:18:20 +0000 (12:18 +0000)]
Camera tracking integration
===========================
Commiting VSE-proxies patch from Peter Schlaile.
Description is here: http://lists.blender.org/pipermail/bf-committers/2011-May/032152.html
Git commit hash:
baaecf244b83c70cb57e1bf6fdd51dd8591bde5b
Sergey Sharybin [Mon, 8 Aug 2011 12:11:40 +0000 (12:11 +0000)]
Merging r39173 through r39178 from trunk into soc-2011-tomato
Campbell Barton [Mon, 8 Aug 2011 09:09:44 +0000 (09:09 +0000)]
report error on installign keymaps rather then raising an exception.
Campbell Barton [Mon, 8 Aug 2011 09:01:09 +0000 (09:01 +0000)]
quiet harmless py resource warning - file opened but not closed.
Campbell Barton [Mon, 8 Aug 2011 08:22:01 +0000 (08:22 +0000)]
fix [#28178] make single user copy of object data doesn't work
Sergey Sharybin [Mon, 8 Aug 2011 07:17:18 +0000 (07:17 +0000)]
Camera tracking integration
===========================
Fixed incorrect check for selected bundles count in scene orientation operators.
Sergey Sharybin [Mon, 8 Aug 2011 07:14:59 +0000 (07:14 +0000)]
Merging r39135 through r39172 from trunk into soc-2011-tomato
Campbell Barton [Mon, 8 Aug 2011 06:54:07 +0000 (06:54 +0000)]
add missing keys for ghost/sdl
Campbell Barton [Mon, 8 Aug 2011 05:43:04 +0000 (05:43 +0000)]
add missing header to cmake files (else some IDE's wont index it)
Campbell Barton [Mon, 8 Aug 2011 05:21:37 +0000 (05:21 +0000)]
use static sets rather then tuples, python optimizes this case.
minor change to lightmap unpack collecting unique meshes.
Campbell Barton [Mon, 8 Aug 2011 03:31:25 +0000 (03:31 +0000)]
- update X3D and FBX testing checksums
- building with GHOST/SDL now adds the PREFIX
- image.external_edit operator errors out if the filepath isnt set (was annoying and loaded gimp while running tests)
Thomas Dinges [Sun, 7 Aug 2011 22:48:04 +0000 (22:48 +0000)]
Mac Compile fix for ndof, by jensverwiebe. Thanks!
Mike Erwin [Sun, 7 Aug 2011 18:57:39 +0000 (18:57 +0000)]
fixed typo
Campbell Barton [Sun, 7 Aug 2011 17:38:36 +0000 (17:38 +0000)]
simplify x11 path code, had unneeded NULL checks and std namespace
Mike Erwin [Sun, 7 Aug 2011 17:22:47 +0000 (17:22 +0000)]
ndof data change: operators can access values as vectors or components, as both are handy
Mike Erwin [Sun, 7 Aug 2011 17:01:44 +0000 (17:01 +0000)]
removed old ndof transform code, to be replaced with modern stuff in 2.6
Campbell Barton [Sun, 7 Aug 2011 16:54:40 +0000 (16:54 +0000)]
scons patch from jensverwiebe
fix a silly bug in version detection, - added an OSX sdk-check
jensverwiebe, needs to get commit access!, but will apply his patches for now.
Mike Erwin [Sun, 7 Aug 2011 16:44:10 +0000 (16:44 +0000)]
stricter WITH_INPUT_NDOF guards, general cleanup
Mike Erwin [Sun, 7 Aug 2011 16:29:05 +0000 (16:29 +0000)]
fixed ndof library detect for Mac SCons, ndof enabled by default (disabled if lib not found), minor cleanup
Sergey Sharybin [Sun, 7 Aug 2011 16:10:14 +0000 (16:10 +0000)]
Camera tracking integration
===========================
Corrected focal length initialization. Now it'll be 24mm, not 24px.
Campbell Barton [Sun, 7 Aug 2011 15:06:35 +0000 (15:06 +0000)]
fix for building ndof with cmake on osx
Sergey Sharybin [Sun, 7 Aug 2011 14:57:25 +0000 (14:57 +0000)]
Changed do_version condition for noodle_curving.
It should be re-set to 5 for files saved in 2.58.1 release.
Sergey Sharybin [Sun, 7 Aug 2011 12:09:56 +0000 (12:09 +0000)]
Camera tracking integration
===========================
Request from some artists and initial idea: own frame scrubber for clip editor.
- Display current frame number in small rectangle near current frame marker
in clip editor.
- Mouse can be used to change current frame. It is almost the same as
for timeline. Changing of frame happens when mouse is slidding in 16px
height area in the bottom of clip editor.
Sergey Sharybin [Sun, 7 Aug 2011 12:08:58 +0000 (12:08 +0000)]
Merging r39121 through r39134 from trunk into soc-2011-tomato
Sergey Sharybin [Sun, 7 Aug 2011 11:11:07 +0000 (11:11 +0000)]
Camera tracking integration
===========================
Switch from UI_DrawString to BLF_draw. No functional changes.
Brecht Van Lommel [Sun, 7 Aug 2011 11:01:55 +0000 (11:01 +0000)]
Fix #28169: keymap bug when using a preset configuration, e.g. object mode keymap
was also being used in edit mode.
Sergey Sharybin [Sun, 7 Aug 2011 08:58:03 +0000 (08:58 +0000)]
Camera tracking integration
===========================
Expose parameters for feature detection into redo panel.
Sergey Sharybin [Sun, 7 Aug 2011 08:56:13 +0000 (08:56 +0000)]
Merging r39102 through r39120 from trunk into soc-2011-tomato
Campbell Barton [Sun, 7 Aug 2011 04:55:58 +0000 (04:55 +0000)]
fix [#28172] Cannot restore Add-ons tab in user preferences after a failed attempt to install an add-on.
non utf8 addons would make the addon UI vanish, now give a message in the console and UI.
Campbell Barton [Sun, 7 Aug 2011 04:22:33 +0000 (04:22 +0000)]
comment unused vars
Mike Erwin [Sat, 6 Aug 2011 23:13:36 +0000 (23:13 +0000)]
stricter NDOF guards for Windows (forgot in earlier commit)
Mike Erwin [Sat, 6 Aug 2011 22:31:16 +0000 (22:31 +0000)]
fixed crash when NDOF operators were called without an NDOF_MOTION event
Campbell Barton [Sat, 6 Aug 2011 16:00:00 +0000 (16:00 +0000)]
rna/ui: avoid duplicate property gHash lookups by passing the property when its already been found.
added _prop suffix to ui functions which take a prop rather then a propname, may change this later since its not that nice but for gsoc branches this keeps existing UI functions working the same.
Campbell Barton [Sat, 6 Aug 2011 14:57:55 +0000 (14:57 +0000)]
make ui_def_but_rna into 2 functions, once which takes a prop, another which takes a propname, no functional change yet but lets us avoid duplicate hash lookups.
Sergey Sharybin [Sat, 6 Aug 2011 14:52:45 +0000 (14:52 +0000)]
Merging r39050 through r39101 from trunk into soc-2011-tomato
Sergey Sharybin [Sat, 6 Aug 2011 14:49:01 +0000 (14:49 +0000)]
Commiting patches needed for bundling libmv.
I've used git where patch files were in gitignore, that's why
this files were missed in repo.
Campbell Barton [Sat, 6 Aug 2011 06:38:18 +0000 (06:38 +0000)]
for UI text drawing use BLF_ascender(fs->uifont_id) rather then BLF_height(fs->uifont_id, "2"), while profiling draw noticed that the hash lookup on the character and utf8 next were being called on every text draw, use BLF_ascender since it doesn't do any lookups.