Revision 04bdf73 by Benoit Bolsee June 15, 2009, 22:19 (GMT) |
iTaSC: MSVC project file for release target. |
Revision a05a165 by Benoit Bolsee June 15, 2009, 22:18 (GMT) |
KDL: detect 180 degre rotation around axis. |
Revision 32cf82d by Andrea Weikert June 15, 2009, 20:28 (GMT) |
2.5 UI * RNA enum for icons to allow specifying icons as string * example: row.itemR(st, "line_numbers", text="", icon='ICON_LINENUMBERS_OFF') |
Revision 6efd2e6 by Campbell Barton June 15, 2009, 20:22 (GMT) |
saving globalDict didnt work with python3.x |
Revision 678417b by Arystanbek Dyussenov June 15, 2009, 13:49 (GMT) |
Added copy_applied method on Mesh objects. Uses DerivedMesh funcs to get a mesh with all modifiers applied. |
Revision 1a7d3a0 by Brecht Van Lommel June 15, 2009, 12:18 (GMT) |
Bug #18920, clarification in tooltip of Mirror Vgroup option in the mirror modifier. |
Revision 17b2e0e by Ton Roosendaal June 15, 2009, 12:13 (GMT) |
2.5 Bugfix: reading iconfile (~/.blender/icons/xxxx.png) didn't work. Note: go to the outliner, user preferences, first theme, User Inteface, and fill in name of the png file in "Icon File" text button. Save prefs, start Blender, and it shows. This whole process can be optimized once, indeed :) |
Revision b8d0f62 by Brecht Van Lommel June 15, 2009, 11:48 (GMT) |
Fix for bug #18924: OpenGL performance issue with particle modifiers, actually two modifier datamask optimizations that were never done. * Don't use modifier data mask for disabled modifiers. * Check if UV data is needed for particle system instead of always requesting it. |
Revision 7453f43 by Campbell Barton June 15, 2009, 11:47 (GMT) |
missing var in last commit |
Revision e0c9608 by Joshua Leung June 15, 2009, 11:36 (GMT) |
2.5 - Changed the order in which constraints are defined in RNA to resemble the order users of 2.4x are more familiar with. Compared to the order in which they're actually defined, this order is more 'standard' in many cases. |
Revision 60a6600 by Chingiz Dyussenov June 15, 2009, 10:53 (GMT) |
Fixed MaterialsExporter and EffectsExporter classes. |
Revision 2773464 by Campbell Barton June 15, 2009, 10:11 (GMT) |
Game Engine working with the new animation system for Ipos (IpoActuator) FCurves are used for animation evaluation so FCurve modifiers work :). Tested with object location and object color animation. Armature and Shape Keys next. |
Revision e6aa552 by Ton Roosendaal June 15, 2009, 09:54 (GMT) |
2.5 Text Object: editmode suffered wrong allocation and reading from wrong memory, causing crashes when typing more than a few chars. |
Revision 07e1b84 by Arystanbek Dyussenov June 15, 2009, 09:26 (GMT) |
Another fix in BPY_flag_from_seq: unrecognized flag is also an error. Print operator return value for debugging. |
Revision c7cdb9c by Arystanbek Dyussenov June 15, 2009, 08:12 (GMT) |
File selector working. For now it is accessed as context.add_fileselect(self.__operator__). To allow file selector, I made the following changes: - moved property definition funcs (FloatProperty, etc.) to "bpy.props" to make them accessible from io scripts. Previously they were only accessible in scripts running from Text Editor. - added the "__operator__" instance attribute to py operators. The value is RNA operator pointer. Note that "context.add_fileselect" changes were mistakenly committed with my last merge. |
Revision fd89381 by Arystanbek Dyussenov June 15, 2009, 07:47 (GMT) |
Fix bug in BPY_flag_from_seq: reset the flag before adjusting it. Otherwise py operators ended up returning something like OPERATOR_CANCELLED | OPERATOR_FINISHED. |
Revision aecfa67 by Chingiz Dyussenov June 15, 2009, 06:00 (GMT) |
Added exporting object textures, classes for writing <library_effects> and <library_materials>. These classes are hardcoded. |
Revision afaa376 by Peter Schlaile June 14, 2009, 20:52 (GMT) |
== Sequencer == Fixes an irritating but harmless error message when using custom proxy files. |
June 14, 2009, 20:26 (GMT) |
Standarizing on control for unconditionally entering keyboard input edit mode. (Outliner uses this because shift is used for multiple select) |
Revision bc6761f by Benoit Bolsee June 14, 2009, 20:01 (GMT) |
BGE bug #18869: Can't create Windows runtime. |
|