Blender Git Commits

Blender Git "master" branch commits.

Page: 4233 / 5574

Revision 7ad80a0 by Joseph Eagar
September 25, 2010, 02:34 (GMT)
*sigh*. . .yet another scons fix
Revision 99d1c11 by Joseph Eagar
September 25, 2010, 02:32 (GMT)
anotehr scons fix
Revision 9d4c958 by Joseph Eagar
September 25, 2010, 02:29 (GMT)
scons fix
Revision 421823e by Joseph Eagar
September 25, 2010, 01:54 (GMT)
=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
Revision b57e095 by Janne Karhu
September 24, 2010, 17:49 (GMT)
Fix for [#21875] Copy rotation only on y axies
Revision 3567eeb by Janne Karhu
September 24, 2010, 17:47 (GMT)
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 :)
September 24, 2010, 11:28 (GMT)
bugfix [#23973] Make Single User -> Object & Data dont work as expected
September 24, 2010, 11:08 (GMT)
bugfix [#19096] FBX doubly rotated
bug was infact that un-animated bones pose transformations were not exported.
Revision 46bcd48 by Janne Karhu
September 24, 2010, 10:49 (GMT)
Changing loopcut count caused memory errors in some cases due to missing null check.
September 24, 2010, 10:39 (GMT)
missing check in recent commit
Revision 4a8c1e3 by Janne Karhu
September 24, 2010, 09:54 (GMT)
Fix for [#22289] Cancelling transform fails to revert change in f-curve handle type
September 24, 2010, 09:39 (GMT)
a few bugfixes since porting from 2.4x and from rna renaming.
Revision df71f88 by Janne Karhu
September 24, 2010, 09:18 (GMT)
Fix for [#22323] Graph Editor: crashe when transforming keys after pivot is set to "Individual Centers"
September 24, 2010, 09:15 (GMT)
remove 2.4x commented lines
Revision 361bd50 by Janne Karhu
September 24, 2010, 07:39 (GMT)
Fix for [#23970] Memory problem when setting hair amount to zero
September 24, 2010, 07:05 (GMT)
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)
September 24, 2010, 06:20 (GMT)
new utility function BLI_testextensie_glob
uses fnmatch to match strings like "*.foo;*.bar;*.blend?"
September 24, 2010, 03:48 (GMT)
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.
September 24, 2010, 03:42 (GMT)
missed this in recent commit.
September 24, 2010, 03:24 (GMT)
fix for python refcounting leak, RNA_path_resolve_full now unsets the index if its not last.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021