Revision 04bbb6a by Thomas Dinges September 1, 2009, 00:33 (GMT) |
2.5: Layout Python Files: * Code cleanup. * Made some files match the code guidelines, should be all now. Please everybody use them: http://wiki.blender.org/index.php/Dev:Py/Blender2.5/Layouts/Guidelines * Made polls and header_draw functions as small as possible. * Small fixes here and there. |
Revision c91e8e6 by Joseph Eagar August 31, 2009, 23:07 (GMT) |
finished bmeshafying merge, though probably needs further testing and debugging. also fixed nasty bug in DM_to_mesh. |
Revision 121f310 by Diego Borghetti August 31, 2009, 22:50 (GMT) |
Add missing define to rna for sound system. |
Revision 4c84924 by Joseph Eagar August 31, 2009, 21:19 (GMT) |
forgot to commit this looong time ago |
Revision 8792933 by Joerg Mueller August 31, 2009, 18:18 (GMT) |
Changed sync difference time of sound strips to 0.5 seconds instead of 1 frame. Maybe this should be a user preference setting? |
Revision 959757c by Ton Roosendaal August 31, 2009, 18:17 (GMT) |
Part 2 of the 2.49b commit. We now should freeze and tag! |
Revision 15f81f4 by Ton Roosendaal August 31, 2009, 18:16 (GMT) |
Part 1 of the 2.49b commit |
Revision 7fccc53 by Benoit Bolsee August 31, 2009, 17:00 (GMT) |
More MSVC project file update (don't propagate those changes to 2.5). |
Revision 8b18843 by Campbell Barton August 31, 2009, 16:36 (GMT) |
remove "_amount" from rna names, its not helpful. |
Revision 9a5ffc8 by Joseph Eagar August 31, 2009, 15:57 (GMT) |
brought weight paint back. |
Revision 0b968bc by Benoit Bolsee August 31, 2009, 15:54 (GMT) |
BGE bug #19020: The GE Torque actuator x -& y-axis do not work in 2.49a (winxp) |
Revision 0795d82 by Benoit Bolsee August 31, 2009, 15:28 (GMT) |
BGE bug #18963: obj.sendMessage() with 4 arguments crashes Blender. |
Revision dfef074 by Benoit Bolsee August 31, 2009, 14:25 (GMT) |
Update MSVC project files. |
Revision bd5bab6 by Daniel Genrich August 31, 2009, 13:56 (GMT) |
Win64: We need manifest if openmp is enabled |
Revision 043641d by Campbell Barton August 31, 2009, 13:03 (GMT) |
corrections to epydocs |
Revision 07abbaa by Joshua Leung August 31, 2009, 04:39 (GMT) |
2.5 - Datatype defines for MotionPaths and Visualisation Settings |
Revision 7ad4386 by Joshua Leung August 31, 2009, 04:24 (GMT) |
Grease Pencil: Cleanup Work + Bugfixes * Disabled temporary debugging prints, since event handling now seems stable * Modified the initgrabz() code so that when the cursor is behind the viewplane, the z-factor is calculated as if the cursor was on the other side of the view plane. This seems to work well, and doesn't seem to have any negative side-effects (yet). |
Revision 6b3351c by Campbell Barton August 31, 2009, 03:36 (GMT) |
bugfix [#19254] KX_PolyProxy returns improper VertexIndex with triangles, using .getVertexIndex() and .v1, .v2, etc. Surprising this wasn't noticed before. Any mix of quads/tris caused the face verts of either quads/tries (whichever comes last). Tested by exporting the KX_MeshProxy and re-importing as an OBJ. This fix assumes there are only 2 m_darray's per face array which is currently true, but wont be if edge support is added back. |
Revision 3fa51df by Joshua Leung August 31, 2009, 01:58 (GMT) |
Grease Pencil: Restored some editing operators (convert and delete active frame) * Convert operator - can currently be used to convert active Grease Pencil layer to curves. I had a look at making this part of a special "curve sketching" macro, though it seems that we cannot have modal operators coming first in a macro (and also cannot specify operator calling modes) * Delete Active Frame operator - does what its name say it does. It deletes the active frame for the active layer of Grease Pencil sketches. |
Revision 63051a8 by Joseph Eagar August 31, 2009, 01:39 (GMT) |
nasty bug with BMINDEX_***, reminds me of why those two macros are two-edged sword in the first place; they weren't supposed to be in the api at all, but various porting needs unfortunately demanded them |
|