Joshua Leung [Tue, 5 Apr 2011 11:04:00 +0000 (11:04 +0000)]
Bugfix [#26792] blender crash when scaling action strip in NLA
Two part bug:
Part 1) NLA Editor menu was calling wrong operator
Part 2) r35829 broke NLA scaling, since it only checked that the
transform mode used was allowed in the Action Editor (probably
confused by Part 1)
Campbell Barton [Tue, 5 Apr 2011 09:33:28 +0000 (09:33 +0000)]
add support for installing addons to custom script path [#26751] installing addon to custom script directory doesn't work
Campbell Barton [Tue, 5 Apr 2011 08:54:13 +0000 (08:54 +0000)]
fix [#26793] Is the Convert function of Grease Pencil normal?
disallow grease pencil conversion in editmode, was setting a new active object.
Campbell Barton [Tue, 5 Apr 2011 08:43:16 +0000 (08:43 +0000)]
comment menu item causing crash [#26792].
Campbell Barton [Tue, 5 Apr 2011 07:26:22 +0000 (07:26 +0000)]
fix for render only drawing wire curves in wire view.
Campbell Barton [Tue, 5 Apr 2011 07:13:23 +0000 (07:13 +0000)]
Commit r33378 adds a red alert to search buttons which have items which are not in the list.
Disable this for pointer buttons since this was intended for vgroups & uvlayers.
Pointer buttons often reference ID's which can be in the 1000+, lookups like this on each button draw is not useful since invalid pointers here will likely crash on scene evaluation.
Campbell Barton [Tue, 5 Apr 2011 06:05:55 +0000 (06:05 +0000)]
fix [#26782] Missing settings in some texture nodes.
also rename noisebasis_2 --> noise_basis_2
Campbell Barton [Tue, 5 Apr 2011 02:58:19 +0000 (02:58 +0000)]
utility function for getting the vector direction the mouse is pointing in a perspective view.
Campbell Barton [Mon, 4 Apr 2011 22:42:43 +0000 (22:42 +0000)]
quiet warning & minor pep8 edits.
Campbell Barton [Mon, 4 Apr 2011 22:40:56 +0000 (22:40 +0000)]
fix [#26785] Curve shows in 3dview regardless of "Only Render"
Andrea Weikert [Mon, 4 Apr 2011 20:32:39 +0000 (20:32 +0000)]
== filebrowser ==
Small fix for recent folders in filebrowser, didn't save correctly when too many folders in the list (more than the currently allowed 10), now skips the oldest entries.
Reported on IRC.
Sergey Sharybin [Mon, 4 Apr 2011 20:31:01 +0000 (20:31 +0000)]
Descriptions for some of curve operators
Sergey Sharybin [Mon, 4 Apr 2011 19:39:47 +0000 (19:39 +0000)]
buildbot: static zlib linking
Force link to zlib for all platforms/tragets to be sure there'll
be no gzopen64 symbol undefined (it was in some dependend library, so
blenderplayer wasn't working in fedora 13 32bit)
Brecht Van Lommel [Mon, 4 Apr 2011 17:28:31 +0000 (17:28 +0000)]
Fix for the fix, making hurried last minute changes is not a good idea :)
Brecht Van Lommel [Mon, 4 Apr 2011 17:10:48 +0000 (17:10 +0000)]
Fix for slow Image.pixels, make it a flat instead of multidimensional array.
Brecht Van Lommel [Mon, 4 Apr 2011 17:09:22 +0000 (17:09 +0000)]
Fix mistake in recent commit to revert some normal changes.
Ton Roosendaal [Mon, 4 Apr 2011 16:58:17 +0000 (16:58 +0000)]
Startup.blend update:
- Clip in 3d window now 1000 (2nd try :)
- Raytrace "Instances" default
Sergey Sharybin [Mon, 4 Apr 2011 16:19:18 +0000 (16:19 +0000)]
Fix #26781: Assigning multiple Materials to Text seems not to work correctly
Problems was in 0-based numbering vs. 1-based. Fonts are getting converted to
displists when they're displaying and here base conversion happens, so no need
in conversion when assigning material to selected text.
This makes indices more inconsistant, but saves compatibility in both of
directions. Maybe in further releases we'll make indices consistent.
Sergey Sharybin [Mon, 4 Apr 2011 15:15:45 +0000 (15:15 +0000)]
Fix for redraw issues when making fast strokes with grab tool in sculpt mode
Join redraw rectangles from previous step and current during one stroke
and reset previous rectangle when stroke is finished. This shouldn't cause problems
with viewport changes during the sculpt session and this should emulate
object boundbox merging for states "before step" and "after step".
At leastm it's more logical because boundbox could not only grow up during
stroke, but it could also shrink down.
Campbell Barton [Mon, 4 Apr 2011 15:13:37 +0000 (15:13 +0000)]
crash fix: screen context editable_bones & visible_bones were not checking for armature type object first.
Ton Roosendaal [Mon, 4 Apr 2011 15:01:22 +0000 (15:01 +0000)]
UI fix:
On dark menu backgrounds, the labels for Option buttons were not using
the theme colors for 'text on menu backdrop'.
Janne Karhu [Mon, 4 Apr 2011 14:35:22 +0000 (14:35 +0000)]
Bug fix: The quick effect operators got broken a bit by the new material slot behavior.
* The operators now add new materials and assign them to the created material slots explicitly.
Ton Roosendaal [Mon, 4 Apr 2011 13:47:34 +0000 (13:47 +0000)]
Bugfix #26761
Texture preview render now doesn't increment/decrement material->texture
user counts anymore. Blenders library.c code could use some overhaul
once to support data relinkage and copying around better. :)
Janne Karhu [Mon, 4 Apr 2011 13:47:28 +0000 (13:47 +0000)]
Fix for [#26747] Crash accessing dynamic hair RNA
* Removed hairkey.co_dynamic. The hairkey access is now simplified so that hairkey.co are the dynamic coordinates whenever the hair is dynamic.
Janne Karhu [Mon, 4 Apr 2011 13:33:31 +0000 (13:33 +0000)]
Fix for [#26750] Particles Can Only Address first 16 Material Indexes
* The rna maximum hadn't been updated when the maximum material count was increased.
Brecht Van Lommel [Mon, 4 Apr 2011 13:02:12 +0000 (13:02 +0000)]
Revert mesh recalculation change that gives different vertex normals based
on smooth/flat flag on faces. This does give better results for low poly
game models, but there's just too much functionality that depends on this
(modifiers, displacey, editmode tools, extrude, ...), that there's not
enough time to fix these before the release.
Campbell Barton [Mon, 4 Apr 2011 10:13:04 +0000 (10:13 +0000)]
fix [#26754] Live Edit and Editing UI scripts don't work
Campbell Barton [Mon, 4 Apr 2011 09:22:06 +0000 (09:22 +0000)]
fix [#26774] Grease Pencil error?
own error with recent change to grease pencil.
Campbell Barton [Mon, 4 Apr 2011 08:47:31 +0000 (08:47 +0000)]
minor edits to view3d toolbar
Campbell Barton [Mon, 4 Apr 2011 07:42:08 +0000 (07:42 +0000)]
fix [#26756] "Release confirms" breaks marker functionality in Timeline
Campbell Barton [Mon, 4 Apr 2011 05:47:04 +0000 (05:47 +0000)]
[#26768] 2.57 - sys.path not initialized properly
we should document this properly (we only have general design docs atm), for now just correct the tooltip.
also update api example docs.
Campbell Barton [Mon, 4 Apr 2011 05:17:23 +0000 (05:17 +0000)]
rename mathutils.Vector/Quaternion difference() method to rotation_difference() since its too vague when applied to vectors.
Campbell Barton [Mon, 4 Apr 2011 04:54:41 +0000 (04:54 +0000)]
fix [#26765] seperate selection removes all seams from the new /seperated object.
patch from Sergy to copy the draw flags, also copy smooth threshold and other flags todo with editing / draw settings.
Campbell Barton [Mon, 4 Apr 2011 04:47:18 +0000 (04:47 +0000)]
remove unused DNA from mesh, effects list & cubemap size.
Campbell Barton [Mon, 4 Apr 2011 04:14:25 +0000 (04:14 +0000)]
noticed image color info text was impossible to read at 25% alpha with some images, set alpha level higher.
Campbell Barton [Mon, 4 Apr 2011 03:25:05 +0000 (03:25 +0000)]
disable continuous grab in the header, its more annoying then useful.
also NULL texture's point density tree data when copying to prevent possible double free.
Campbell Barton [Sun, 3 Apr 2011 23:35:20 +0000 (23:35 +0000)]
fix crash with previewing point density colorband, it wasnt being copied with the texture but was freed, making blenders own data point to freed memory.
found in bug report [#26767].
Campbell Barton [Sun, 3 Apr 2011 23:11:00 +0000 (23:11 +0000)]
fix [#26757] Python console: help() doesn't work anymore
also quiet some warnings & add docstrings to bpy module which was shaowing the GPL header in its help() message.
Campbell Barton [Sun, 3 Apr 2011 22:28:33 +0000 (22:28 +0000)]
missed renaming after api modification, used to cycle proportional edit falloffs with Shift+O.
Campbell Barton [Sun, 3 Apr 2011 22:24:05 +0000 (22:24 +0000)]
fix [#26760] Crash on voxel data image sequence file datablock unlink
Sergey Sharybin [Sun, 3 Apr 2011 20:00:19 +0000 (20:00 +0000)]
Fixed invalid RNA access in radial brush operators (like strength/size abjustment)
Ton Roosendaal [Sun, 3 Apr 2011 16:55:58 +0000 (16:55 +0000)]
Startup.blend update
- make outliner search unrestricted
- clip-end not on 5000 (zbuffer errors), but on 1000
- disabled continious grab
- "duplicate action" default on
- addon svg import default on
Brecht Van Lommel [Sun, 3 Apr 2011 16:17:39 +0000 (16:17 +0000)]
Image pixel acces, through Image.pixels as floating point values.
It's not the most efficient solution, but this can be optimized later. It's
best to copy out all the pixels at once into a list, rather than accessing
them one by one.
Brecht Van Lommel [Sun, 3 Apr 2011 16:11:21 +0000 (16:11 +0000)]
Add material slot now adds no material in the new slot.
It's obviously much better than the two previous behaviors, since you don't
get confusing linked materials, and you don't have useless added materials.
Campbell Barton [Sun, 3 Apr 2011 13:17:07 +0000 (13:17 +0000)]
quiet warnings.
Campbell Barton [Sun, 3 Apr 2011 12:31:53 +0000 (12:31 +0000)]
temp fix for building with msvc2010, this changes recently and gave mingw/msvc2010 troubles
Campbell Barton [Sun, 3 Apr 2011 10:04:16 +0000 (10:04 +0000)]
quiet various warnings, also disable -Wdouble-promotion with cmake since it gives warnings with variable length args.
Campbell Barton [Sun, 3 Apr 2011 07:48:33 +0000 (07:48 +0000)]
fix cmake for when BLENDER_VERSION_CHAR is not set.
Campbell Barton [Sun, 3 Apr 2011 05:29:58 +0000 (05:29 +0000)]
replace while loops with angle_wrap_rad()
Campbell Barton [Sat, 2 Apr 2011 21:51:05 +0000 (21:51 +0000)]
patch [#26606] Debian spec: Bump to Python 3.2
also update pacman spec.
Sergey Sharybin [Sat, 2 Apr 2011 21:11:22 +0000 (21:11 +0000)]
buildbot:
- Remove packed to buildbot_archive.zip archive file to keep scons install
directory as clean as possible (if i understood correct, this file isn't
actually needed in the future, so we could remove it just after packing rather
than cleaning install directory before packing as it's done for cmake)
- No need in scripts installation for linux slaves when preparing archive
Thomas Dinges [Sat, 2 Apr 2011 16:45:17 +0000 (16:45 +0000)]
Committing patch [#26740] Interface improvement for toolbar by Brecht. Thanks!
This patch makes the bool properties inside the toolshelf more compact, only 1 row per item now. :)
Ton Roosendaal [Sat, 2 Apr 2011 16:29:33 +0000 (16:29 +0000)]
IRC report: Proportional editing tooltip lacked, and missed info for
the menu items.
Ton Roosendaal [Sat, 2 Apr 2011 15:30:58 +0000 (15:30 +0000)]
Bugfix #26736
Operator "New Image" cannot be redone simply, undo system keeps images
around, and each redo will create new block. Removed it from being
registered for redos.
Also: fix up for default operator names to be complete, and not just
"new" or "load". If we want contextual shortening of operator names
(like in Image menu), that should be handled seprately, automatically,
or anything we can sanely come up with that will suit any possible
language as well.
Martin Poirier [Sat, 2 Apr 2011 14:58:58 +0000 (14:58 +0000)]
Fix register method order. Was broken when Campbell moved it to the C implementation.
register has to be called AFTER the type is registered while unregister has to be called BEFORE it's unregistered.
Ton Roosendaal [Sat, 2 Apr 2011 14:11:13 +0000 (14:11 +0000)]
Bugfix #26731
Hotkey operator "Toggle full screen layout" restored previous layout
wrongly when mouse in was top header.
Thomas Dinges [Sat, 2 Apr 2011 13:18:33 +0000 (13:18 +0000)]
Readme.html and Link to Release Log:
* Ready for release!
Note: JesterKing: Release notes now point to http://www.blender.org/development/release-logs/blender-257/
Would be cool, if we can use that one.
Thomas Dinges [Sat, 2 Apr 2011 12:54:17 +0000 (12:54 +0000)]
[#26719] Fix AAO Tooltips by Sergej Reich (sergof). Thanks!
Campbell Barton [Sat, 2 Apr 2011 11:06:41 +0000 (11:06 +0000)]
move grese pencil layers[i].active (boolean) -> layers.active (GPencil Layer).
Campbell Barton [Sat, 2 Apr 2011 07:04:34 +0000 (07:04 +0000)]
fix [#26732] Colorband bug with compositing.
reported on IRC but submitted to the tracker for example file reference.
Sergey Sharybin [Sat, 2 Apr 2011 05:53:42 +0000 (05:53 +0000)]
pep8 fixes for buildbot
Campbell Barton [Sat, 2 Apr 2011 03:05:49 +0000 (03:05 +0000)]
add angle wrapping functions: angle_wrap_rad(), angle_wrap_deg().
use with mathutils.
Campbell Barton [Sat, 2 Apr 2011 02:08:33 +0000 (02:08 +0000)]
quiet gcc float -> double promotion warnings.
Campbell Barton [Sat, 2 Apr 2011 01:36:40 +0000 (01:36 +0000)]
fix [#26727] Make Proxy ignores group offset
Thomas Dinges [Fri, 1 Apr 2011 22:41:02 +0000 (22:41 +0000)]
2.5 Particle UI:
* Missing colon and not worth a commit message ;-)
Thomas Dinges [Fri, 1 Apr 2011 22:19:03 +0000 (22:19 +0000)]
2.5 Weight Paint UI:
* Added menu entry for "Set Weight" Tool. Request by venomgfx :)
Sergey Sharybin [Fri, 1 Apr 2011 21:38:04 +0000 (21:38 +0000)]
Oops, i've forgot that archive is preparing by scons, so stripping should
happpen before calling scons (hope, binaries wouldn't be overwritten by it)
Thomas Dinges [Fri, 1 Apr 2011 21:37:40 +0000 (21:37 +0000)]
3D View Toolbar:
* Code cleanup
Sergey Sharybin [Fri, 1 Apr 2011 21:22:19 +0000 (21:22 +0000)]
Initial support of linux 32/64 bit for buildbot:
- Use the same config as we're using for release builds
- Added stipping (maybe it should be generalized)
- Not software gl packing, bot would be easy to add
Note, that you should have special environment to create
proper linux builts (which would work for everybody)
Thomas Dinges [Fri, 1 Apr 2011 20:36:27 +0000 (20:36 +0000)]
2.5 UI:
*Brush option "size" had different naming in 3D View / Image Editor.
Ported back name "Radius" to RNA (Brush and ParticleBrush)
Discovered by Bart Crouch. Thanks!
Sergey Sharybin [Fri, 1 Apr 2011 18:35:49 +0000 (18:35 +0000)]
Comments for mesh normals calculation from Mortem Mikkelsen (aka sparky).
We hope it'll help for further workers in this area!
Brecht Van Lommel [Fri, 1 Apr 2011 16:01:29 +0000 (16:01 +0000)]
Partial fix for #26673: sss + normal map wasn't compatible with previous versions.
Campbell Barton [Fri, 1 Apr 2011 15:13:58 +0000 (15:13 +0000)]
modification to api docs so release point to:
http://www.blender.org/documentation/blender_python_api_2_57b_release
Development versions point to:
http://www.blender.org/documentation/blender_python_api_2_57_0
This way updates to api docs after release wont overwrite release docs.
Ton Roosendaal [Fri, 1 Apr 2011 15:08:45 +0000 (15:08 +0000)]
Bugfix #26691
"Theme default" missed a couple of new colors still.
Campbell Barton [Fri, 1 Apr 2011 14:14:37 +0000 (14:14 +0000)]
fix problem with recent commit [#26717] X-Ray conflict (X-Ray Grease Pencil and Object X-Ray)
Campbell Barton [Fri, 1 Apr 2011 14:04:26 +0000 (14:04 +0000)]
- bpy.app.release so python scripts can check if the release is stable or not.
- edited pose bone matrix description.
Ton Roosendaal [Fri, 1 Apr 2011 13:56:01 +0000 (13:56 +0000)]
Bugfix #26672
Minor glitch: Add Camera operator showed option "view aligned",
but that doesn't work for camera. Is now hidden.
Ton Roosendaal [Fri, 1 Apr 2011 12:51:04 +0000 (12:51 +0000)]
Bugfix #26654
A lot of UV tools only work in Image editor, but the operator polls
allowed them to be used in 3d window too, causing crashes in cases.
Also added a poll() check in F6 redo menu.
Joshua Leung [Fri, 1 Apr 2011 12:21:41 +0000 (12:21 +0000)]
Animation Editors: Name-based filtering
I'm finally yielding to months of feature requesting, and adding
support for filtering F-Curves by name, where the "name" here is the
text which is displayed for each F-Curve in the Animation Editor
channel lists.
To use, just enable the magnifying-glass toggle on the DopeSheet
filtering settings, and enter a snippet of text to find within the
names of channels you wish to filter. This is case insensitive, and
currently doesn't support any wildcard/regrex fanciness.
Some examples:
loc <--- location curves only
x loc <--- x location curves only
x eul <--- x rotation curves only
rot <--- rotation curves only
etc.
Campbell Barton [Fri, 1 Apr 2011 11:55:21 +0000 (11:55 +0000)]
xray option for grease pencil (on by default), sometimes its nicer not to have lines draw through the mesh.
Campbell Barton [Fri, 1 Apr 2011 09:00:16 +0000 (09:00 +0000)]
fix for memory leak when freeing metastrips from the clipboard.
Campbell Barton [Fri, 1 Apr 2011 08:51:12 +0000 (08:51 +0000)]
fix [#26713] Video Sequencer: Audio mute after making meta strip copy/paste
was not recursively restoring sound strips on paste.
also found many duplicate functions were defining the transform mode as in int but getting as an enum, use enum for both now.
Campbell Barton [Fri, 1 Apr 2011 06:56:45 +0000 (06:56 +0000)]
workaround for building blender with mingw, was giving syntax error, for now just dont include blender version in the exe for mingw
Campbell Barton [Fri, 1 Apr 2011 06:39:19 +0000 (06:39 +0000)]
fix for cmake / windows from mont29 on IRC.
Campbell Barton [Fri, 1 Apr 2011 06:14:39 +0000 (06:14 +0000)]
Add back sculpt mode brush keys.
Operator for switching brushes based on type, cycling through brushes when multiple exist.
This has the advantages over the old method that it doenst rely on hard coded brush names and if there are multiple brushes of the same type it cycles between them.
also fix error in previous commit which broke number buttons changing brushes.
Campbell Barton [Fri, 1 Apr 2011 04:22:30 +0000 (04:22 +0000)]
while looking into adding back brush tool keys found mixed texture/image paint rna vars, using 'image paint' internally.
Campbell Barton [Fri, 1 Apr 2011 02:41:15 +0000 (02:41 +0000)]
pep8 checker, mostly pedantic style changes but also found an error in mesh_utils.mesh_linked_faces()
Campbell Barton [Thu, 31 Mar 2011 17:54:23 +0000 (17:54 +0000)]
using wrong RNA type in sculpt update.
Ton Roosendaal [Thu, 31 Mar 2011 17:14:31 +0000 (17:14 +0000)]
Bugfix #26687
Using "New scene" operator was setting the screen->scene pointer
after the undo-push, messing up redos or undos immediate after.
Campbell Barton [Thu, 31 Mar 2011 15:28:53 +0000 (15:28 +0000)]
remove bpy python api from blenderplayer, it was being linked but not initialized/available.
Ton Roosendaal [Thu, 31 Mar 2011 15:26:51 +0000 (15:26 +0000)]
Bugfix #26651
If greasepencil became active, making Blender area full or restore
screen from full, the greasepencil handler was still running, using
outdated area pointer. This crashed Blender.
Now greasepencil modal() ends on the case its own stored area does
not exist anymore.
Campbell Barton [Thu, 31 Mar 2011 14:33:59 +0000 (14:33 +0000)]
blender had no option to add a new scene from the UI, only to copy the existing one.
added a new scene option which doesnt copy any render settings from the previous.
Campbell Barton [Thu, 31 Mar 2011 12:45:54 +0000 (12:45 +0000)]
examples for keyframing nested paths. based on report from user der_On's report [#25746]
Janne Karhu [Thu, 31 Mar 2011 11:49:01 +0000 (11:49 +0000)]
Fix for [#26694] Quick effects problems: Make Smoke/Fluid on a flat object creates flat domain. On a subdivided mesh create no domain.
* Fluidsim has to be before any constructive modifiers.
* Also a bit nicer domain size calculation + a warning message for using flat objects as fluid objects.
* Some code cleanup and clarification too.
Campbell Barton [Thu, 31 Mar 2011 11:21:21 +0000 (11:21 +0000)]
library linked modifiers were not having their ID linked expanded properly.
was missing array cap ends, wave map object and shrinkwrap objects.
use modifiers_foreachIDLink() rather then having to list all modifiers ID's in this function.
also add foreachIDLink() for smoke domain.
This fixes a bug where a linked object has as a modifier using an indirectly linked object for the missing cases mentioned above.
Campbell Barton [Thu, 31 Mar 2011 10:31:14 +0000 (10:31 +0000)]
fix for own error r35877, was ignoring #'s in file path by using the digits value passed rather then the number of digits in the string.
Campbell Barton [Thu, 31 Mar 2011 08:49:52 +0000 (08:49 +0000)]
fix for issue #2 in report: [#26695] Two fail cases with modifiers targeting linked assets
also fix for scene.objects.link() not setting library data as being directly used.
Campbell Barton [Thu, 31 Mar 2011 08:46:41 +0000 (08:46 +0000)]
use poppups for python UV unwrap operators (since they are too slow to be realtime). this change was lost when moving the menu items about.
Campbell Barton [Thu, 31 Mar 2011 05:20:48 +0000 (05:20 +0000)]
fix for a crash when loading a new blend file which had a scene with the same name as the old one, the freed backbuffer image from the previous blend file would get reused.
also NULL the bakebuf just incase its accessed in future though at the moment this isnt causing any problems.
Campbell Barton [Thu, 31 Mar 2011 04:55:57 +0000 (04:55 +0000)]
fix for using freed memory in ED_area_newspace() caused by loading webskategirl_bullet.blend and rendering which created a new image space.