Revision 7aea146 by Erwin Coumans March 1, 2010, 19:18 (GMT) |
Replace the >>why is this here?? comment by some hard-earned experience with the .bullet file format (derived from .blend) |
Revision bdd17df by Andrea Weikert March 1, 2010, 18:34 (GMT) |
MSVC projectfiles_vc9: * added file blf.c in BPY_python * added headers from generic subdir to project |
Revision 1b30b13 by Brecht Van Lommel March 1, 2010, 18:11 (GMT) |
Fix #21227, #21346 and #21336: image texture wasn't centered correctly when sculpting and using it from material nodes. |
Revision a3300bc by Campbell Barton March 1, 2010, 17:53 (GMT) |
allow display lists for dupli objects within a dupli list, significant speedup for duplifaces within dupligroups in one of the durian scenes. |
Revision 29fc56b by Campbell Barton March 1, 2010, 12:44 (GMT) |
bugfix [#21405] Error on loading of thumbnails from network renderer [27204] |
Revision c0984d5 by Joshua Leung March 1, 2010, 10:43 (GMT) |
Delete keyframe API method now takes array_index = -1 to delete keyframes from entire arrays, as for insert keyframe. Enabled the 'keyframe_delete' method for RNA structs. |
Revision d975351 by Campbell Barton March 1, 2010, 10:34 (GMT) |
parts of the Python API are unstable, big discalmer in API docs main page, API Docs title and interactive console banner. |
Revision b55774a by Joshua Leung March 1, 2010, 09:42 (GMT) |
Missed a spot when renaming the API functions for adding Keying Set paths Also some indention/whitespace tweaks |
Revision 81ab852 by Joshua Leung March 1, 2010, 06:23 (GMT) |
Bugfix #21262: Loading Alpha 0 project crash in Alpha 1 Old temp-pointers for File Browser instances were not being cleared on file load, resulting in crashes when trying to free temp screen layouts that contained file browser instance data. |
Revision 26932c2 by Joshua Leung March 1, 2010, 05:19 (GMT) |
Bugfix #21384: Bone Driven Shapekeys Child Evaluation Problem Transform channel drivers for bones in 'localspace' was using the wrong matrix when getting the transforms. I had been assuming that pchan->chan_mat always contained only the matrix-ised transform values stored in the pchan (which is true while constraints are being evaluated, but not afterwards). Changes: - Added a new function to calculate this matrix instead of directly writing it on the pchan->chan_matrix field. - Also, made the normalisation of the quaternion values during this process be done on a temp var instead of on the stored value. This was a constant source of confusion in the past, so let's see if we can do without it now :) Unrelated to this commit, I've also fixed a compiler warning with previous commit that I missed (missing include). |
Revision da4ab26 by Joshua Leung March 1, 2010, 02:33 (GMT) |
Bugfix #21398: Renaming sequencer strip disables F-Curves Related F-Curves were not being renamed when Sequencer strips were renamed. |
Revision fbb8672 by Campbell Barton March 1, 2010, 00:03 (GMT) |
replace operator options bl_undo and bl_register with bl_options eg. bl_options = {'REGISTER', 'UNDO', 'BLOCKING', 'GRAB_POINTER'} This didnt exist when operators were originally wrapped. |
Revision c4f5624 by Campbell Barton February 28, 2010, 23:25 (GMT) |
remove netrender reference from rigify |
Revision b5d6d11 by Campbell Barton February 28, 2010, 22:48 (GMT) |
patch from Clark Gaebel, use const char * for buildinfo strings, also updated bpy_app.c |
Revision 5455917 by Campbell Barton February 28, 2010, 19:27 (GMT) |
comparing Vector(-2, 0, 0) and Vector(2, 0, 0) was returning true, this bug is years old, strange nobody noticed. use float comparison from the "Ever Faster Float Comparisons" paper, tested with random values as well as random values converted to ints (where this existing code would fail). |
Revision 9e35777 by Martin Poirier February 28, 2010, 17:51 (GMT) |
Revert back debuging code that made drawing transform constraints only work on one side. |
Revision 52db706 by Martin Poirier February 28, 2010, 17:47 (GMT) |
[#19918] edit mode with mesh only having edges without faces+face select mode Make select all operator select mode sensitive (it won't select elements that aren't selectable) Patch by Sergey Sharybin (nazgul) (slightly modified) |
Revision 3501cfa by Campbell Barton February 28, 2010, 17:42 (GMT) |
update for .B.blend - disable running scripts automatically - set sequencer image preview - added a 3D viewport in the python script screen & selected 'Text' in the next editor. - enable stamp rendertime by default. (stamp its self is disabled) - set the stamp font size to 12 (was 8, too small) also set the default font size to 12 for new scenes. |
Revision 0e18035 by Campbell Barton February 28, 2010, 17:11 (GMT) |
remove so-called security patch, this has been used by various projects but needs to be justified since it wont remove paths that also resolve to the CWD, "." for instance. |
Revision ed7f4f2 by Campbell Barton February 28, 2010, 14:57 (GMT) |
make BGL and BLF modile names lowercase |
|