September 1, 2010, 13:41 (GMT) |
Quicky - allow dragging an image on a 3d view background to set it as the background image. Dragging on an object still sets it to face-mapped texture. |
Revision a89c526 by Campbell Barton September 1, 2010, 12:11 (GMT) |
finished moving importers and exporters into python packages (as proposed on the mailing list). - made operator dir's into python packages - lazy loading of module which do the actual import and export (faster blender load times) - general maintanance and small fixes. - bugfix for exporting x3d materials - leak fix for exporting 3ds |
Revision 7532bc2 by Campbell Barton September 1, 2010, 11:16 (GMT) |
poll function for py api operator access eg: if bpy.ops.object.mode_set.poll(): ... |
Revision 4a427fa by Janne Karhu September 1, 2010, 10:29 (GMT) |
Particle billboards weren't created properly |
Revision e50bdef by Janne Karhu September 1, 2010, 09:47 (GMT) |
Fix for [#23596] Particle Harmonics cache problem * Non-dynamic particles weren't reset properly because they don't use pointcache |
Revision 22295fd by Benoit Bolsee September 1, 2010, 08:11 (GMT) |
Recast: add missing ID_NEW() for new steering actuator in set_sca_new_poins_ob() as pointed out by Dalai. |
Revision e5b9ad3 by Benoit Bolsee September 1, 2010, 08:09 (GMT) |
Added missing ID_NEW() in set_sca_new_poins_ob() as pointed out by Dalai. |
Revision 94d4ff6 by Nathan Letwory September 1, 2010, 06:51 (GMT) |
remove debug prints |
Revision 5241c27 by Nathan Letwory September 1, 2010, 06:19 (GMT) |
Python library copying hack. When creating project files the multi-configuration generator is used. CMAKE_BUILD_TYPE is then not set, so always release libs were copied. For now copy both release and debug. |
Revision 3de9aa3 by Nathan Letwory September 1, 2010, 05:39 (GMT) |
* Don't use /ZI when 64bit building on Windows. Use /Zi instead. * Copy files to ${BLENDER_VERSION} instead of .blender/ * Don't try to copy iconv.dll when 64bit building on Windows - it is static for 64bit. |
Revision 66a4de0 by Campbell Barton September 1, 2010, 03:06 (GMT) |
excuse the noise, adding type's in format package names. |
Revision afe5c53 by Campbell Barton September 1, 2010, 03:02 (GMT) |
moving import/export scripts into packages (just moving scripts, need to add __init__.py still, temp break import/exporters) |
Revision 16d26b7 by Campbell Barton September 1, 2010, 02:48 (GMT) |
cleanup duplicate GPL haeders, blender made 2.4x __bpydoc__ into __doc__, removed version info, (thats what svn logs are for). also moved create_derived_objects & free_derived_objects into io_utils, used by x3d and 3ds. |
Revision 5036a9d by Campbell Barton September 1, 2010, 02:25 (GMT) |
use mix-in classes for import export operators, these define the filepath property and invoke function at the moment. |
Revision d67eedc by Mitchell Stokes August 31, 2010, 23:55 (GMT) |
Adding intern/guardedalloc include dir for bad_level_call_stubs (stubs.c). This update is for cmake and scons. This is needed since RNA_types.h now includes BLO_sys_types.h |
Revision a41c0a5 by Dalai Felinto August 31, 2010, 22:27 (GMT) |
Fix for "RNA_enum_get: ActionActuator.mode not found.". It was broken since recent rna renaming Found while looking at another bug, unfortunately it's unrelated :) |
Revision 0bca249 by Benoit Bolsee August 31, 2010, 22:08 (GMT) |
Add CMake build system on Recast&Navigation branch |
Revision b6b277c by Benoit Bolsee August 31, 2010, 21:40 (GMT) |
Detour: remove unused files |
Revision 2b4c0cd by Benoit Bolsee August 31, 2010, 21:32 (GMT) |
Recast: remove unused files |
Revision 614eb41 by Thomas Dinges August 31, 2010, 15:12 (GMT) |
RNA Renaming Fixes for particle UI. |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021