Revision 33a6ba9 by Campbell Barton August 3, 2010, 23:02 (GMT) |
exit image externally wasnt checking if the image existed first. |
Revision e2f5f4f by Tom Musgrove August 3, 2010, 22:44 (GMT) |
removing the f so that glsl shaders work on older cards |
Revision 596952a by Campbell Barton August 3, 2010, 22:41 (GMT) |
bugfix [#23174] Text Editor: View Top of File and View Bottom of File not working [Patch to fix attached] also moved these into the View menu (removed Edit->View) |
Revision 0c659da by Campbell Barton August 3, 2010, 22:36 (GMT) |
bugfix [#23158] Translate operator leaks memory if nothing selected |
Revision 81b8bdc by Andrea Weikert August 3, 2010, 19:03 (GMT) |
fix for typo in commit #31007: filtering in file browser for png and tga files wouldn't work anymore. |
Revision 6380298 by Thomas Dinges August 3, 2010, 17:20 (GMT) |
Export OBJ script: *Removing some ancient lines. |
Revision 239477d by Joerg Mueller August 3, 2010, 12:49 (GMT) |
Audaspace Py API: Updated some outdated docs. |
Revision 50c3da6 by Campbell Barton August 3, 2010, 12:34 (GMT) |
minor cleanup, minimal functional change. replace some long duplicated, ifdef'd if statements for image extension. - new function: BLI_testextensie_array(), can take an array of extensions. - define extension arrays: imb_ext_image, imb_ext_movie, imb_ext_sound - we could have more of these. - removed amiga extensions iff and lbm |
Revision 9579768 by Campbell Barton August 3, 2010, 11:25 (GMT) |
build options to disable image formats WITH_CINEON, WITH_HDR. - updated cmake, make & scons. - renamed CMake build options WITH_TIFF -> WITH_IMAGE_TIFF, same for DDS, OPENJPEG etc. |
Revision 279030a by Joerg Mueller August 3, 2010, 08:45 (GMT) |
Audaspace: * Py API: Renamed Sound to Factory to match the C++ classes and make it possible to add Readers when necessary to the API. * Py API docs: Added the filter example. * Fixed a crash for sounds without stop callback. |
Revision 16782bb by Joerg Mueller August 3, 2010, 08:30 (GMT) |
Audaspace Py API: Getting rid of unnecessary forward declarations. |
Revision 940d1dc by Campbell Barton August 3, 2010, 08:12 (GMT) |
remove commented scons lines from cmake files, fixed use of pointer poll function for ID drobdowns (currently unused) |
Revision ce44d63 by Joerg Mueller August 3, 2010, 08:07 (GMT) |
Audaspace: * Added an error string for audaspace exceptions. * Fixed PyAPI exceptions. * Minor bugfixes. * Added a name parameter to the Jack device, so that one can define an own name via Python. |
Revision 109a3b3 by Campbell Barton August 3, 2010, 06:51 (GMT) |
pointer poll functions for object's, mainly for modifiers, constraints. Lattice modifier only shows lattices types, Shrink wrap only meshes etc. |
Revision 6d0769b by Campbell Barton August 3, 2010, 06:36 (GMT) |
forgot to update addons with recent update to bpy.types |
Revision e0f0a42 by Campbell Barton August 3, 2010, 05:14 (GMT) |
rna pointer poll function, not used yet. |
Revision 233df90 by Campbell Barton August 3, 2010, 03:53 (GMT) |
py/rna update, reload works again. - fix for reload (f8) crashing, missing incref when creating the script namespace. - store the module names rather then the modules for reloading incase the modules get out of date. |
Revision c475f38 by Campbell Barton August 3, 2010, 02:10 (GMT) |
bugfix for python console getting its namespace cleared after the first command was executed. |
Revision 66f32bd by Campbell Barton August 3, 2010, 00:56 (GMT) |
set origin was setting surfaces as 2D curves, added dupli-group support using the dupli's offset value. |
Revision 8baeb43 by Joerg Mueller August 2, 2010, 22:53 (GMT) |
Audaspace Py API: * Devices are now created with the constructor instead of class methods. |
|
|
|


Master Commits
MiikaHweb | 2003-2021