Blender Git Commits

Blender Git "master" branch commits.

Page: 4251 / 5574

Revision b49bd51 by Matt Ebb
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.
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

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
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.
September 1, 2010, 08:09 (GMT)
Added missing ID_NEW() in set_sca_new_poins_ob() as pointed out by Dalai.
September 1, 2010, 06:51 (GMT)
remove debug prints
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.
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.
September 1, 2010, 03:06 (GMT)
excuse the noise, adding type's in format package names.
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)
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.
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.
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
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 :)
August 31, 2010, 22:08 (GMT)
Add CMake build system on Recast&Navigation branch
August 31, 2010, 21:40 (GMT)
Detour: remove unused files
August 31, 2010, 21:32 (GMT)
Recast: remove unused files
August 31, 2010, 15:12 (GMT)
RNA Renaming Fixes for particle UI.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021