Revision 8c39326 by Campbell Barton August 11, 2010, 03:31 (GMT) |
bugfix [#23247] Load Image in Textures does not use a usefull path |
August 11, 2010, 02:31 (GMT) |
Fix silly bug with color ramp ui where there was an extra pixel of background on the right side |
Revision 4ed3425 by Campbell Barton August 11, 2010, 02:13 (GMT) |
correction for mis-named DupliObject.object_matrix -> matrix_original |
August 10, 2010, 21:22 (GMT) |
Update address in license block. |
Revision 3a8f3dd by Nick Samarin August 10, 2010, 20:48 (GMT) |
reworked obstacle simulation in order to have two realizations: with "cell" and "ray" sampling |
August 10, 2010, 20:33 (GMT) |
SVN maintenance. |
Revision 7c0216c by Campbell Barton August 10, 2010, 18:21 (GMT) |
minor adjustments to python scripts to make them easier to run outside of blender. |
Revision 76b17ea by Campbell Barton August 10, 2010, 15:46 (GMT) |
repr() functions for the python api, this means it can print 'bpy.data.objects[foo].modifiers' from the objects modifiers, uses the same function thats used to make the animation path. |
Revision ad4fc20 by Campbell Barton August 10, 2010, 15:14 (GMT) |
moved idcode functions into their own file (was added as a todo in the comments), these were mixed in with file reading code - BLO_readfile.h bot these functions are not spesific to reading. |
Revision f483834 by Daniel Genrich August 10, 2010, 13:06 (GMT) |
Smoke: - Fixing UI glitch so that range and UI range now matches - Increased max to 400 secs (at 25 FPS) to allow more artistic freedom |
Revision 4eadcdc by Joerg Mueller August 10, 2010, 10:26 (GMT) |
Fix for [#22924] KX_PolygonMaterial.diffuse does not return expected list[r,g,b] |
Revision 1c2d363 by Mike Erwin August 10, 2010, 09:56 (GMT) |
Linux compiles again, no SpaceNav yet. |
Revision 4bf887d by Mike Erwin August 10, 2010, 09:51 (GMT) |
SpaceNav works in 3D view on Windows. Cleaned up related WIP code. |
Revision 46cac18 by Joerg Mueller August 10, 2010, 09:47 (GMT) |
Revision d9272cd by Joerg Mueller August 10, 2010, 07:57 (GMT) |
Py API Docs: * Improved audaspace docs * Added an epy parser to add epydoc documented modules to the sphinx docs |
Revision c0e39df by Sergey Sharybin August 10, 2010, 06:36 (GMT) |
- Enable shape key switching in edit mode for curves, surfaces and latticies - Disable changing of lattice size if there are shape keys |
Revision 41531e4 by Campbell Barton August 10, 2010, 06:27 (GMT) |
include rna parent class names in renaming list |
Revision 1566953 by Campbell Barton August 10, 2010, 05:41 (GMT) |
header re-shuffle, some headers contained unneeded refereces to other headers, better include inline with the C files that need them |
August 10, 2010, 03:28 (GMT) |
Added additional (optional) subframe argument to RNA API function: scene.set_frame() This is used to set the current frame to a floating point subframe state between 0.0 and 1.0 added to the integer frame. A main usage for this is retrieving geometry at sub-frame intervals for use in multi-segment motion blur: http://mke3.net/projects/3Delight_blender/renders/multisegment_blur.mov Example: scene.set_frame(5) or scene.set_frame(5, 0.25) |
Revision 0d9898a by Martin Poirier August 10, 2010, 02:58 (GMT) |
rewrite poll methods using a base class implementation instead of a global function (now that this is possible because of it being a class method) |
|
|
|


Master Commits
MiikaHweb | 2003-2021