Revision c1cd33e by Campbell Barton February 28, 2010, 13:45 (GMT) |
examples for autogenerated docs are now implicit and used when available. This means adding the file "bpy.props.py" in the examples dir will automatically be used when generating docs, unused examples give warnings. |
Revision fc1cb16 by Campbell Barton February 28, 2010, 11:54 (GMT) |
Revision 3bbf191 by Campbell Barton February 28, 2010, 11:18 (GMT) |
python BLF module for drawing text, updated template to draw text in the 3D view. |
Revision f9d24ea by Andrea Weikert February 28, 2010, 11:17 (GMT) |
Partial Fix: [#21085] Sequencer file selector for movies is strange * joined filename and directory to single rna entry for movie and sound sequence * PROP_FILENAME was missing in makesrna * made seq->strip->data->name PROP_FILENAME rather than PROP_FILEPATH for the complete path * also made seq->strip->data->name read only Missing still: update of sequence length, start end frame etc.. |
Revision 1a2ceea by Andrea Weikert February 28, 2010, 11:02 (GMT) |
soundfile loading: fix crash with long path to the sound file (was 160 only and unchecked) |
Revision 9789e08 by Andrea Weikert February 28, 2010, 09:46 (GMT) |
MSVC projectfiles_vc9 maintenance * added ghost dependency to blenlib * new file bpy_rna_callback.c in blender/python |
Revision 5369bd9 by Campbell Barton February 28, 2010, 09:36 (GMT) |
- template with an example of a modal operator drawing with opengl (draw a line on the screen) - access to event.mouse_region_x/y - basic type checking to callback functions (use PyCapsule names) |
Revision 67af290 by Joerg Mueller February 28, 2010, 08:53 (GMT) |
Bug in OpenAL backend returning wrong playback position. |
Revision b21a994 by Tamito Kajiyama February 28, 2010, 03:44 (GMT) |
Merged changes in the trunk up to revision 27178. |
Revision e51bcba by Joshua Leung February 28, 2010, 02:17 (GMT) |
Fix for crash in imbuf code under certain circumstances on linux. |
February 28, 2010, 00:48 (GMT) |
Fix include path for GHOST include. |
Revision bec3d21 by Campbell Barton February 27, 2010, 23:22 (GMT) |
bugfix [#21381] Wrong negative separated units |
Revision 5c87e05 by Campbell Barton February 27, 2010, 22:53 (GMT) |
bugfix [#21247] Controls holding numbers are not zeroed when empty string value is given to them - dont import math as math and m, just import all members directly. (from math import *) - was adding __builtins__ twice to the namespace - account for unlikely but possibly failier to import math. |
Revision 7ab6017 by Campbell Barton February 27, 2010, 22:36 (GMT) |
patch from Andy Braham with some modifications extracts zipfiles when installing add-ons |
Revision 769eb45 by Martin Poirier February 27, 2010, 22:07 (GMT) |
NetRender: Use threading mixin for master server. See if it solves latency issues that some people are having (always keep the stdout log from the master/client/slaves if you are reporting an issue). |
Revision fa6beb4 by Damien Plisson February 27, 2010, 17:03 (GMT) |
System dependent standard directory retrieval functions update : return const strings (as coded in libc) instead of malloc'ed buffers and plug them into wip BLI_bfile.c to replace the hardcoded paths |
Revision a9e3e0e by Ton Roosendaal February 27, 2010, 16:06 (GMT) |
Patch #21267 by Sergey Sharybin His log: There is a small typo in copy_curve(): there will be serious troubles if this functions is called for OB_FONT in edit mode (for my cases it is segmentation fault). I think we should set editfont to NULL for cloned curves (as it is made for edit nurb). This bug was found by trying to edit text with applied Cast modifier and while I was searching what's wrong, I've found that in castModifier_deformVerts() DerivedMesh is creating for all objects, but in castModifier_*_do() derived mesh is used only for OB_MESH objects. Maybe this place could be optimized a bit by skipping DM creation for non-meshes? |
Revision 7fca47e by Ton Roosendaal February 27, 2010, 15:39 (GMT) |
fix in commit today using strnlen, which is only available for gcc. This adds a BLI_strnlen() to the blenlib. Patch provided by Sergey Sharybin (nazgul) |
Revision c76b6fc by Campbell Barton February 27, 2010, 15:28 (GMT) |
utility function pyrna_enum_value_from_id for getting the enum from a string and raising an error if its invalid. |
Revision 3dd3e73 by Campbell Barton February 27, 2010, 14:54 (GMT) |
store vars in py operators in the instance rather then the operator classes. |
|