Damien Plisson [Sun, 26 Sep 2010 19:53:45 +0000 (19:53 +0000)]
OSX/Cocoa : discard Cocoa GL view flush while in live resize, and send Window size change ghost message only when user releases mouse button (not in live resize).
Potentially fixing bug [#23561]
Sergey Sharybin [Sun, 26 Sep 2010 18:29:54 +0000 (18:29 +0000)]
- Save MDISPS layer when applying modifier.
All sculpting used to disappear before. Save MDISPS if new mesh has got the same faces amount.
NOTE: maybe some other layers should be saved?
- Apply multires modififier if MDISPS was auto-created.
Multires's applyModifier used to return unchanged DM when MDISPS was auto-created.
- Set multires totlvl from MDISPS layer when new multires was added to mesh with existing MDISPS layer.
Damien Plisson [Sun, 26 Sep 2010 16:11:53 +0000 (16:11 +0000)]
Fix for [#23912]: Replace by integer comparison a float comparison whose precision errors was causing an infinite loop during last frame audio conversion
Campbell Barton [Sun, 26 Sep 2010 13:53:32 +0000 (13:53 +0000)]
missing include from own commit r32117
Thomas Dinges [Sun, 26 Sep 2010 08:27:59 +0000 (08:27 +0000)]
* Fixing Link to Release Logs.
Sergey Sharybin [Sun, 26 Sep 2010 07:07:05 +0000 (07:07 +0000)]
Added missed data listener ND_CURSOR to text space.
Brecht Van Lommel [Sat, 25 Sep 2010 22:21:35 +0000 (22:21 +0000)]
Fix for fix in revision 32122, viewer node wasn't working anymore in some cases.
Brecht Van Lommel [Sat, 25 Sep 2010 21:09:58 +0000 (21:09 +0000)]
Fix #23991: vertex group sorting used case sensitive string compare,
now it uses case insensitive natural string compare.
Brecht Van Lommel [Sat, 25 Sep 2010 20:19:56 +0000 (20:19 +0000)]
Fix #23583: crash when deleting last keyframe in an f-curve with a generator
f-modifier.
Brecht Van Lommel [Sat, 25 Sep 2010 19:35:59 +0000 (19:35 +0000)]
Fix #23708: F-key make links between nodes didn't add links when a node output
already had a link, not sure why this wasn't done, because the option to do it
was in the code.
Brecht Van Lommel [Sat, 25 Sep 2010 16:35:02 +0000 (16:35 +0000)]
Fix #23690: threading crash with compositing nodes and scopes view.
Brecht Van Lommel [Sat, 25 Sep 2010 14:32:26 +0000 (14:32 +0000)]
Fix #23847: keyframe insert on button not working in popup menus, e.g.
the vector popup for node inputs.
Brecht Van Lommel [Sat, 25 Sep 2010 14:14:04 +0000 (14:14 +0000)]
Fix #23985: crash in graph editor with objects without material.
Sergey Sharybin [Sat, 25 Sep 2010 13:27:42 +0000 (13:27 +0000)]
Fix #23983: Text editor does not update immediately when unlinking a text
- Unlinked text block was sending as reference to note which isn't safe at all
- Minor reorgonize of text space listener to use switches instead of big condition
Brecht Van Lommel [Sat, 25 Sep 2010 11:30:46 +0000 (11:30 +0000)]
Fix #23901: displace node not working with negative values.
Campbell Barton [Sat, 25 Sep 2010 10:11:36 +0000 (10:11 +0000)]
py/rna keyframe functions can now key longer paths if called from an ID block.
eg, bpy.context.object.keyframe_insert("soft_body.plastic")
Brecht Van Lommel [Sat, 25 Sep 2010 08:31:58 +0000 (08:31 +0000)]
Fix related to #23606, tweak baking error message a bit so it also covers
the case where the image can't be loaded.
Campbell Barton [Sat, 25 Sep 2010 08:29:25 +0000 (08:29 +0000)]
fix for own error with recent patch edits, globbing wasnt being cleared so importing an OBJ would keep *.obj when opening a blend.
Sergey Sharybin [Sat, 25 Sep 2010 06:45:28 +0000 (06:45 +0000)]
- Ignore selected handles if control point is selected when
snapping cursor to selection (fixes #23966: Cursor to selected: incorrect behaviour in curves)
- Keep handles' of selected vectors if control point is selected when
snapping selection to grid/cursor
- Added definitions to hard-coded numeric flags for make_trans_verts
and removed unused proportional flag
Campbell Barton [Sat, 25 Sep 2010 06:36:01 +0000 (06:36 +0000)]
bugfix [#23978] Error installing addon
Janne Karhu [Fri, 24 Sep 2010 17:49:33 +0000 (17:49 +0000)]
Fix for [#21875] Copy rotation only on y axies
Janne Karhu [Fri, 24 Sep 2010 17:47:28 +0000 (17:47 +0000)]
Fix for [#23549] Copy rotation don't work if influence is another than 0 or 1
* Replaced constraint result interpolation with much simpler logic, hopefully this doesn't create any unseen complications :)
Campbell Barton [Fri, 24 Sep 2010 11:28:56 +0000 (11:28 +0000)]
bugfix [#23973] Make Single User -> Object & Data dont work as expected
Campbell Barton [Fri, 24 Sep 2010 11:08:55 +0000 (11:08 +0000)]
bugfix [#19096] FBX doubly rotated
bug was infact that un-animated bones pose transformations were not exported.
Janne Karhu [Fri, 24 Sep 2010 10:49:29 +0000 (10:49 +0000)]
Changing loopcut count caused memory errors in some cases due to missing null check.
Campbell Barton [Fri, 24 Sep 2010 10:39:26 +0000 (10:39 +0000)]
missing check in recent commit
Janne Karhu [Fri, 24 Sep 2010 09:54:28 +0000 (09:54 +0000)]
Fix for [#22289] Cancelling transform fails to revert change in f-curve handle type
Campbell Barton [Fri, 24 Sep 2010 09:39:32 +0000 (09:39 +0000)]
a few bugfixes since porting from 2.4x and from rna renaming.
Janne Karhu [Fri, 24 Sep 2010 09:18:28 +0000 (09:18 +0000)]
Fix for [#22323] Graph Editor: crashe when transforming keys after pivot is set to "Individual Centers"
Campbell Barton [Fri, 24 Sep 2010 09:15:24 +0000 (09:15 +0000)]
remove 2.4x commented lines
Janne Karhu [Fri, 24 Sep 2010 07:39:52 +0000 (07:39 +0000)]
Fix for [#23970] Memory problem when setting hair amount to zero
Campbell Barton [Fri, 24 Sep 2010 07:05:43 +0000 (07:05 +0000)]
patch [#23968] filter_filetypes property to allow operators to filter by file extensions in the file selector
modified the patch to store the string internally rather then an array of allocated string pointers, less hassle with memory allocation.
changed to use fnmatch, so *.foo is needed (not .foo as with the patch)
Campbell Barton [Fri, 24 Sep 2010 06:20:43 +0000 (06:20 +0000)]
new utility function BLI_testextensie_glob
uses fnmatch to match strings like "*.foo;*.bar;*.blend?"
Campbell Barton [Fri, 24 Sep 2010 03:48:26 +0000 (03:48 +0000)]
Annoying hack to pretend that an operator and its properties are the same, when passing an operator to an rna function argument which accepts 'AnyType', then pass the properties instead.
This means we can do operator drawing without passing self.properties as an argument.
while this check if quite specific, if this gives problems later on we should probably change operators not to try to mix an operator and its properties, it looks nice to a scripter but internally is not easy to manage.
Campbell Barton [Fri, 24 Sep 2010 03:42:19 +0000 (03:42 +0000)]
missed this in recent commit.
Campbell Barton [Fri, 24 Sep 2010 03:24:15 +0000 (03:24 +0000)]
fix for python refcounting leak, RNA_path_resolve_full now unsets the index if its not last.
Campbell Barton [Fri, 24 Sep 2010 00:39:01 +0000 (00:39 +0000)]
bugfix [#23965] Segmentation fault when using bpy_struct.keyframe_insert() with nested custom property
Janne Karhu [Thu, 23 Sep 2010 23:45:14 +0000 (23:45 +0000)]
Fix for [#22662] Transforming handles in the graph editor is broken.
Nathan Letwory [Thu, 23 Sep 2010 22:44:03 +0000 (22:44 +0000)]
Fix [#23539] Blender Generated Static Environments Fail To Save
reported by bowels
Saving environment map didn't look at relative_path setting, made it do so.
Brecht Van Lommel [Thu, 23 Sep 2010 21:38:01 +0000 (21:38 +0000)]
Fix #23170: multithreaded texture baking could give wrong results with margin,
with some threads not writing the margin mask.
Brecht Van Lommel [Thu, 23 Sep 2010 21:01:12 +0000 (21:01 +0000)]
Fix #23005: circle select not working paint modes with face select.
Brecht Van Lommel [Thu, 23 Sep 2010 20:26:03 +0000 (20:26 +0000)]
Fix #22947: sample color tool not working in user preferences, was assuming the
color to be a property on an ID block. Note that sampling from another window
still does not work, only within the same window.
Brecht Van Lommel [Thu, 23 Sep 2010 20:16:45 +0000 (20:16 +0000)]
Fix #22922: adding new nodes didn't add them at the mouse location. This also
caused auto connect to not work in some cases, because that now orders nodes
and only connects if the new node is to the right of the old node.
I doubted between always connecting to the new node as output or keeping this
ordering trick also when adding nodes. Decided on the latter because then you
can also add a node between two others and have it auto connect to both.
Brecht Van Lommel [Thu, 23 Sep 2010 19:31:01 +0000 (19:31 +0000)]
Fix other part of #22853: mirrored transform on armature tail/head only did not
mirror roll.
Brecht Van Lommel [Thu, 23 Sep 2010 18:58:26 +0000 (18:58 +0000)]
UI: for operator macro's, don't show internal ID name but UI name in redo panel.
Brecht Van Lommel [Thu, 23 Sep 2010 18:54:06 +0000 (18:54 +0000)]
Fix part of #22853: armature editmode crash with undo.
Brecht Van Lommel [Thu, 23 Sep 2010 18:45:56 +0000 (18:45 +0000)]
Small code cleanup to remove old undo calls that do nothing.
Brecht Van Lommel [Thu, 23 Sep 2010 18:26:33 +0000 (18:26 +0000)]
Possible fix for #23947: baking while in editmode did not take into account
changes made to the mesh since entering editmode.
Campbell Barton [Thu, 23 Sep 2010 14:29:51 +0000 (14:29 +0000)]
bugfix [#22169] LoopCut and Slide plus ArrayModifier Object offset FirstLast gives crash
Campbell Barton [Thu, 23 Sep 2010 12:50:45 +0000 (12:50 +0000)]
[#23882] BrushTexture.Slot.size missing
missed with rna renaming
Campbell Barton [Thu, 23 Sep 2010 12:03:34 +0000 (12:03 +0000)]
bugfix [#23595] Texture paint with a node based brush produces artifacts
also changed displace modifier not to link object depgraph when not using object texturespace.
Janne Karhu [Thu, 23 Sep 2010 11:29:58 +0000 (11:29 +0000)]
Fix for [#22598] Animated texture properties do not appear in IPO if no material properties are also animated
Janne Karhu [Thu, 23 Sep 2010 09:31:13 +0000 (09:31 +0000)]
Fix for [#23872] particle deflection in conjunction with SPH particles is apparently buggy
* Fix turned into a thorough cleanup and reorganization of particle collision response code.
* Collisions are now much more accurate, stable and even a bit more in agreement with real world physics.
* Only still remaining problem is rotating/deforming deflector objects, but that's something for the future.
* Visible changes should only be positive, i.e. no leaking particles, no strange instabilities etc.
Campbell Barton [Thu, 23 Sep 2010 08:15:53 +0000 (08:15 +0000)]
bugfix [#23795] Insert Visual Loc/Rot Keyframe of Armature Bones Broken
- converted 3 options in keying sets to use bl_options like panels & operators
- removed function arguments for new keying sets, better adjust these after to avoid duplicating properties in function arguments (they were not used).
Campbell Barton [Thu, 23 Sep 2010 07:50:52 +0000 (07:50 +0000)]
whitespace commit, tabs -> spaces
Campbell Barton [Thu, 23 Sep 2010 07:31:44 +0000 (07:31 +0000)]
support for PROP_ENUM_FLAG buttons, these were only supported by python.
Campbell Barton [Thu, 23 Sep 2010 04:49:01 +0000 (04:49 +0000)]
fix for mistake in rna naming.
Campbell Barton [Thu, 23 Sep 2010 02:12:33 +0000 (02:12 +0000)]
- py/rna's path_resolve function was ignoring the index eg: obj.path_resolve("location[1]")
- corrected comment from previous commit
Campbell Barton [Thu, 23 Sep 2010 01:48:31 +0000 (01:48 +0000)]
bugfix [#23954] Bone roll keeps changing when switching between EDIT <-> OBJECT mode
use lower epsilon value.
Campbell Barton [Wed, 22 Sep 2010 17:13:23 +0000 (17:13 +0000)]
patch [#23675] fix #22787 with workaround
from Shane Ambler (sambler)
Campbell Barton [Wed, 22 Sep 2010 16:47:46 +0000 (16:47 +0000)]
bugfix [#23577] Parenting scaled objects transforms them
commented so this line isn't added back.
Campbell Barton [Wed, 22 Sep 2010 16:30:57 +0000 (16:30 +0000)]
clear parent on objects with no parent would still transform them.
Campbell Barton [Wed, 22 Sep 2010 15:39:43 +0000 (15:39 +0000)]
minor changes to text3d editing, skip wchar --> utf-8 conversion on cursor movement.
Campbell Barton [Wed, 22 Sep 2010 14:34:02 +0000 (14:34 +0000)]
bugfix [#23832] Moving a pose bone doesnt update the transform button props realtime.
Campbell Barton [Wed, 22 Sep 2010 14:13:34 +0000 (14:13 +0000)]
bugfix [#23948] Alpha from images inside compositor is gone
also fix memory leak.
Campbell Barton [Wed, 22 Sep 2010 13:43:31 +0000 (13:43 +0000)]
bugfix [#23950] Crash with bake
Nathan Letwory [Wed, 22 Sep 2010 13:42:20 +0000 (13:42 +0000)]
After discussion with Campbell (ideasman) on IRC I reorganized notifiers and created new one for visibility toggling (epilogue to r32052, fixing [#23944]).
Campbell Barton [Wed, 22 Sep 2010 13:24:21 +0000 (13:24 +0000)]
bugfix [#23945] obj export problems
Campbell Barton [Wed, 22 Sep 2010 12:36:54 +0000 (12:36 +0000)]
bugfix [#23935] Exporting to Unity3d .fbx Blender 2.5
Campbell Barton [Wed, 22 Sep 2010 09:49:35 +0000 (09:49 +0000)]
bugfix [#23514] Modifier names containing ']' character cant be animated.
Janne Karhu [Wed, 22 Sep 2010 09:38:11 +0000 (09:38 +0000)]
Fix for [#21718] Shrinkwrap's "Project" mode with offset gives wrong results.
* normal offset not taken properly into account
* wrong usage of BVHTree (epsilon != radius) caused massive slowdowns in calculations, for example just opening test file took about 30 s on my machine, after fix about 0.5 s :)
Daniel Salazar [Wed, 22 Sep 2010 08:51:18 +0000 (08:51 +0000)]
Increasing compositor blur max size
Dalai Felinto [Wed, 22 Sep 2010 08:10:46 +0000 (08:10 +0000)]
RNA renaming nodetree to node_tree
* previously some were left as nodetree, that is not only inconsistent, but it was also raising one of those RNA property not found errors)
Nathan Letwory [Wed, 22 Sep 2010 06:58:51 +0000 (06:58 +0000)]
Fix [#23944] Missing update of 3D view when toggling visibility of object in outliner with keyboard
Reported and patched by Torsten Rupp (patch [#23895])
Also fixed typo in toggle visibility operator name
Campbell Barton [Wed, 22 Sep 2010 05:32:39 +0000 (05:32 +0000)]
bugfix [#23784] Renaming files broken in the file selector
Sergey Sharybin [Wed, 22 Sep 2010 05:08:52 +0000 (05:08 +0000)]
Fix #23925: converting text into a curve looses materials
filldisplist worked incorrect with polys when charidx matched but col doesn't
Also fixed material loose when converting text/curve to mesh
Campbell Barton [Wed, 22 Sep 2010 02:47:08 +0000 (02:47 +0000)]
patch [#23796] Full support for unit buttons: area, volume, mass, velocity and acceleration
from Lorenzo Tozzi (oni_niubbo), suppress_only_shown.diff
Campbell Barton [Wed, 22 Sep 2010 02:44:03 +0000 (02:44 +0000)]
patch [#23796] Full support for unit buttons: area, volume, mass, velocity and acceleration
from Lorenzo Tozzi (oni_niubbo), multiple patches: better_split.diff
Campbell Barton [Wed, 22 Sep 2010 02:36:14 +0000 (02:36 +0000)]
patch [#23796] Full support for unit buttons: area, volume, mass, velocity and acceleration
by Lorenzo Tozzi (oni_niubbo)
Ken Hughes [Tue, 21 Sep 2010 21:10:49 +0000 (21:10 +0000)]
Changes to scons for building with static zlib and tiff libraries.
Campbell Barton [Tue, 21 Sep 2010 16:31:37 +0000 (16:31 +0000)]
minor UI change so blender built without fluids wont give a python error
Campbell Barton [Tue, 21 Sep 2010 16:21:01 +0000 (16:21 +0000)]
bug report [#23933] "Select Linked" with "Limit by Seams" only working for Face Mode selection
This is intentional so include in tooltip
Janne Karhu [Tue, 21 Sep 2010 15:16:58 +0000 (15:16 +0000)]
Fix for [#23818] Edge slide not resetting properly when displaying edge lengths
* Temp selections weren't cleared on ending edge slide.
Janne Karhu [Tue, 21 Sep 2010 14:39:18 +0000 (14:39 +0000)]
Temporary fix for [#23848] Image too small Error
* This should be fixed properly later when general window close/resize problems in the todo list are tackled.
Campbell Barton [Tue, 21 Sep 2010 12:27:09 +0000 (12:27 +0000)]
bugfix [#23927] Crash proportional editing: connected
crash when using too much stack memory, each recursive call for the sorting function would allocate 200 bytes in TransData per call (64bit os), now pass this as an argument.
Campbell Barton [Tue, 21 Sep 2010 10:59:53 +0000 (10:59 +0000)]
fixed filename overwrite red highlight not updating when +/- pressed.
also made some vars not animateable.
Campbell Barton [Tue, 21 Sep 2010 06:09:14 +0000 (06:09 +0000)]
bugfix [#23923] extra material slots created
Nathan Letwory [Tue, 21 Sep 2010 02:45:00 +0000 (02:45 +0000)]
nerr declaration was in wrong place, causing compile error on OSX
Campbell Barton [Tue, 21 Sep 2010 01:40:20 +0000 (01:40 +0000)]
Error reported by Daniel Salazar, Compositor color is wrong since my fix.
this is because of fairly confusing logic, when an SRGB image has a float buffer added its always LINEAR, so we have to account for this elsewhere.
So the conversion from byte to float works like this:
* NONE -> NON-LINEAR
* SRGB/LINEAR -> LINEAR
...but none change the profile variable.
Brecht Van Lommel [Mon, 20 Sep 2010 21:57:29 +0000 (21:57 +0000)]
Fix #23754: glsl + constructive curve modifier not drawing correct.
Brecht Van Lommel [Mon, 20 Sep 2010 21:11:38 +0000 (21:11 +0000)]
Fix #23917: selecting a directory with the file browser didn't append
a slash, which is necessary for e.g. render file ouput.
Brecht Van Lommel [Mon, 20 Sep 2010 19:57:14 +0000 (19:57 +0000)]
Fix error in normal flipping commit, that showed wrong result especially
with ray transparency + normals pointing away from the camera.
Nathan Letwory [Mon, 20 Sep 2010 15:12:53 +0000 (15:12 +0000)]
Some fixes for warnings found while investigating quicktime-related bug reports.
Campbell Barton [Mon, 20 Sep 2010 13:35:55 +0000 (13:35 +0000)]
bugfix [#23739] # (hash) character can't be used in image filenames
images would convert hashes to numbers on load but it didnt update properly and this is what image sequences is for.
Nathan Letwory [Mon, 20 Sep 2010 13:19:37 +0000 (13:19 +0000)]
Silence a compiler warning.
Nathan Letwory [Mon, 20 Sep 2010 13:13:40 +0000 (13:13 +0000)]
Partly apply patch [#23746] Clarify azone->edge values.
Submitted by Shane Ambler.
The original patches made an enum for action zone edges, changed positioning for minimised icons and repositioned minimised icon for operator properties panel.
I kept the enum idea, but further improved on the naming. Some switches used in place of if/else blocks and added some comments. See patch tracker for more comments.
Campbell Barton [Mon, 20 Sep 2010 13:10:53 +0000 (13:10 +0000)]
missing free in vertex group sorting.
Campbell Barton [Mon, 20 Sep 2010 11:54:54 +0000 (11:54 +0000)]
fix for own recent commit, pixel size for lamp/object center needs to use the view matrix for perspective and ortho.
Campbell Barton [Mon, 20 Sep 2010 09:52:29 +0000 (09:52 +0000)]
bugfix [#23326] Enable to add keframes on Image values (texture context)
Janne Karhu [Mon, 20 Sep 2010 09:40:58 +0000 (09:40 +0000)]
Fix for [#21976] edges disappear when using loop cut on geometry with hidden parts