Campbell Barton
767a05da44
bugfix [ #24015 ] Deleting Objects with a Point Density Texture and Rendering Crashes Blender
2010-09-27 05:02:54 +00:00
Campbell Barton
5158684256
bugfix [ #24014 ] Operator UI not shown in the order defined
2010-09-27 02:52:12 +00:00
Ken Hughes
98ead2ff4e
Fix typo that broke build on OSX.
2010-09-26 23:58:16 +00:00
Damien Plisson
606b800c46
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 ]
2010-09-26 19:53:45 +00:00
Sergey Sharybin
57527cb0ac
- 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.
2010-09-26 18:29:54 +00:00
Damien Plisson
cf6b2ca034
Fix for [ #23912 ]: Replace by integer comparison a float comparison whose precision errors was causing an infinite loop during last frame audio conversion
2010-09-26 16:11:53 +00:00
Campbell Barton
47628dfab6
missing include from own commit r32117
2010-09-26 13:53:32 +00:00
Thomas Dinges
1190f43830
* Fixing Link to Release Logs.
2010-09-26 08:27:59 +00:00
Sergey Sharybin
cfc4399ab3
Added missed data listener ND_CURSOR to text space.
2010-09-26 07:07:05 +00:00
Joseph Eagar
4f570347d9
scons fix, should work now yaypython scons/scons.py
2010-09-26 06:03:46 +00:00
Brecht Van Lommel
8babc5056f
Fix for fix in revision 32122, viewer node wasn't working anymore in some cases.
2010-09-25 22:21:35 +00:00
Brecht Van Lommel
0714c8af56
Fix #23991 : vertex group sorting used case sensitive string compare,
...
now it uses case insensitive natural string compare.
2010-09-25 21:09:58 +00:00
Tamito Kajiyama
df528a9209
Merged changes in the trunk up to revision 32124.
2010-09-25 21:03:16 +00:00
Brecht Van Lommel
4127dba12c
Fix #23583 : crash when deleting last keyframe in an f-curve with a generator
...
f-modifier.
2010-09-25 20:19:56 +00:00
Brecht Van Lommel
38df1439c8
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.
2010-09-25 19:35:59 +00:00
Brecht Van Lommel
9da82e2d68
Fix #23690 : threading crash with compositing nodes and scopes view.
2010-09-25 16:35:02 +00:00
Brecht Van Lommel
58082beda9
Fix #23847 : keyframe insert on button not working in popup menus, e.g.
...
the vector popup for node inputs.
2010-09-25 14:32:26 +00:00
Brecht Van Lommel
cd429bdb50
Fix #23985 : crash in graph editor with objects without material.
2010-09-25 14:14:04 +00:00
Sergey Sharybin
9f6544b426
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
2010-09-25 13:27:42 +00:00
Brecht Van Lommel
0d3f0ff08e
Fix #23901 : displace node not working with negative values.
2010-09-25 11:30:46 +00:00
Campbell Barton
d305a64b69
py/rna keyframe functions can now key longer paths if called from an ID block.
...
eg, bpy.context.object.keyframe_insert("soft_body.plastic")
2010-09-25 10:11:36 +00:00
Brecht Van Lommel
a3b0bda708
Fix related to #23606 , tweak baking error message a bit so it also covers
...
the case where the image can't be loaded.
2010-09-25 08:31:58 +00:00
Campbell Barton
80f6ca9850
fix for own error with recent patch edits, globbing wasnt being cleared so importing an OBJ would keep *.obj when opening a blend.
2010-09-25 08:29:25 +00:00
Sergey Sharybin
468e48982b
- 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
2010-09-25 06:45:28 +00:00
Campbell Barton
92954672dc
bugfix [ #23978 ] Error installing addon
2010-09-25 06:36:01 +00:00
Joseph Eagar
a0ab8ea3aa
scons priority tweak
2010-09-25 02:47:28 +00:00
Joseph Eagar
a728141145
...and one more scons fix
2010-09-25 02:36:08 +00:00
Joseph Eagar
7ad80a0208
*sigh*. . .yet another scons fix
2010-09-25 02:34:49 +00:00
Joseph Eagar
99d1c11fed
anotehr scons fix
2010-09-25 02:32:30 +00:00
Joseph Eagar
9d4c9583e8
scons fix
2010-09-25 02:29:07 +00:00
Joseph Eagar
421823e34e
=BMesh: Super Knife Tool Alpha=
...
Implemented a new "super knife". Activate with k. Holding CTRL
will allow extended cutting ala old lines mode. Confirm with enter
and escape. You cannot cancel, btw, you can only confirm (and undo
later if you want). Hopefully I'll support undo within the tool soon.
* Supports cutting edges, into faces, etc. You can pretty much do whatever
you want. Will snap to vertices too.
* Note that if you cut into a face, it must be valid topologically when
you press enter to confirm.
* It's pretty and graphical :)
* You can only cut visible geometry.
* UVs/vcols are a little buggy still
Now, thou shalt all cease and desist all lack of motivation for
testing! No longer shall users put off testing until "it's cooler"!
:P
2010-09-25 01:54:58 +00:00
Janne Karhu
b57e09544a
Fix for [ #21875 ] Copy rotation only on y axies
2010-09-24 17:49:33 +00:00
Janne Karhu
3567eebcc2
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 :)
2010-09-24 17:47:28 +00:00
Campbell Barton
b0f4c3c883
bugfix [ #23973 ] Make Single User -> Object & Data dont work as expected
2010-09-24 11:28:56 +00:00
Campbell Barton
3e4a2c7219
bugfix [ #19096 ] FBX doubly rotated
...
bug was infact that un-animated bones pose transformations were not exported.
2010-09-24 11:08:55 +00:00
Janne Karhu
46bcd48abf
Changing loopcut count caused memory errors in some cases due to missing null check.
2010-09-24 10:49:29 +00:00
Campbell Barton
0ed109c550
missing check in recent commit
2010-09-24 10:39:26 +00:00
Janne Karhu
4a8c1e3a22
Fix for [ #22289 ] Cancelling transform fails to revert change in f-curve handle type
2010-09-24 09:54:28 +00:00
Campbell Barton
afc58c3bea
a few bugfixes since porting from 2.4x and from rna renaming.
2010-09-24 09:39:32 +00:00
Janne Karhu
df71f8828c
Fix for [ #22323 ] Graph Editor: crashe when transforming keys after pivot is set to "Individual Centers"
2010-09-24 09:18:28 +00:00
Campbell Barton
485bd68634
remove 2.4x commented lines
2010-09-24 09:15:24 +00:00
Janne Karhu
361bd506dc
Fix for [ #23970 ] Memory problem when setting hair amount to zero
2010-09-24 07:39:52 +00:00
Campbell Barton
6a4b9298c8
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)
2010-09-24 07:05:43 +00:00
Campbell Barton
99643037ca
new utility function BLI_testextensie_glob
...
uses fnmatch to match strings like "*.foo;*.bar;*.blend?"
2010-09-24 06:20:43 +00:00
Campbell Barton
e90ad1d9ba
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.
2010-09-24 03:48:26 +00:00
Campbell Barton
f866de1c9f
missed this in recent commit.
2010-09-24 03:42:19 +00:00
Campbell Barton
5c99f3886e
fix for python refcounting leak, RNA_path_resolve_full now unsets the index if its not last.
2010-09-24 03:24:15 +00:00
Campbell Barton
05f8e53d33
bugfix [ #23965 ] Segmentation fault when using bpy_struct.keyframe_insert() with nested custom property
2010-09-24 00:39:01 +00:00
Janne Karhu
3921f0528c
Fix for [ #22662 ] Transforming handles in the graph editor is broken.
2010-09-23 23:45:14 +00:00
Nathan Letwory
af27774158
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.
2010-09-23 22:44:03 +00:00