Revision 530b8bb by Campbell Barton January 19, 2010, 10:57 (GMT) |
patch [#20612] Making Blender compile on AIX 4.3.3 from Philipp Gühring (sourcerer) |
Revision e6697df by Campbell Barton January 19, 2010, 10:36 (GMT) |
setting the timeline endframe didnt work if the preview range was used. |
Revision c02b26e by Campbell Barton January 19, 2010, 09:51 (GMT) |
convert rotations into radians (not scale) |
Revision 8ae76d7 by Campbell Barton January 19, 2010, 09:36 (GMT) |
pep8 compliance for Randomize objects loc/rot/scale. - scale min -1 to 1 rather then -100 to 100 - default precision for float props to 2. |
Revision 9831223 by Campbell Barton January 19, 2010, 09:24 (GMT) |
own error from changes to this script. need to call random.uniform() even if its not used to give pradictable randomization. |
January 19, 2010, 06:49 (GMT) |
Fix [#20067] Blender 2.5.0 Alpha0 - Duplicating Window |
January 19, 2010, 04:14 (GMT) |
Fix [#20730] Auto Auto-depth with scroll wheel Campbell, as far as I can see, this should be fine, but you might want to doublecheck. |
January 19, 2010, 03:59 (GMT) |
Added new macro "file.select_execute", by default mapped to LMB doubleclick in file selector. This selects+opens the file under the mouse pointer, can be customised. This somewhat fixes [#20727] MMB don't load .blend from the file browser |
January 19, 2010, 02:47 (GMT) |
Partial fix for issues in [#20564] Color Management/Linear Workflow not taken into account in Preview Render anymore? |
January 19, 2010, 02:26 (GMT) |
* Make image Histogram only update when region is visible * Clean up some remaining code |
January 19, 2010, 02:15 (GMT) |
Fix compile on msvc (inline) |
January 19, 2010, 01:32 (GMT) |
Finished some work from the weekend to keep local tree clean.. * Added a generic 'histogram' ui control, currently available in new image editor 'scopes' region (shortcut P). Shows the histogram of the currently viewed image. It's a baby step in unifying the functionality and code from the sequence editor, so eventually we can migrate the sequence preview to the image editor too, like compositor. Still a couple of rough edges to tweak, regarding when it updates. Also would be very nice to have this region as a partially transparent overlapping region... |
Revision 849024d by Campbell Barton January 19, 2010, 00:59 (GMT) |
patch [#20724] Randomize Loc Rot Size py operator for B2.5 written from scratch by Daniel Salazar (zanqdo). added own modifications. New property type bpy.props.FloatVectorProperty(), only difference with float is it takes a 'size' argument and optional 'default' sequence of floats. moved bpy.props.* functions out of bpy_rna.c into their own C file. |
Revision 56660fa by Joshua Leung January 18, 2010, 23:31 (GMT) |
Timeline: Keyframe Drawing for All Selected Objects When 'Only Selected' is ON, or the Active Object is in PoseMode, only the keyframes for the active Object are drawn (*). Otherwise, the keyframes for the scene (sequence+nodes+world), and the selected Objects (including the Active Object) are drawn. (*) I've also made some changes here to try and get only the selected bones showing here, but some further changes are still needed for that to be able to work. --- Also, fixed bug in makesrna caused by missing newlines for error prints. This resulted in all error-output from makesrna appearing on a single line. |
Revision b642141 by Martin Poirier January 18, 2010, 22:21 (GMT) |
Fix input issue with Time Scale (center2d needs to be specially calculated for that transformation). |
Revision 1e9ff27 by Tamito Kajiyama January 18, 2010, 21:26 (GMT) |
Made a minor fix in SilhouetteGeomEngine::ImageToWorldParameter(). |
Revision cd068e5 by Joerg Mueller January 18, 2010, 20:11 (GMT) |
Removed workaround from weekend. See mailing list for details. |
Revision 3993873 by Tamito Kajiyama January 18, 2010, 20:01 (GMT) |
Merged changes in the trunk up to revision 26083. |
Revision 161ae41 by Campbell Barton January 18, 2010, 18:52 (GMT) |
load the user prefs before python so the python userdir is read. |
Revision 20fb87a by Campbell Barton January 18, 2010, 17:14 (GMT) |
cmake was missing openal include path |
|