Revision 862427e by Campbell Barton July 13, 2010, 09:31 (GMT) |
fix for crash copying in the sequencer. |
Revision 37173c0 by Dalai Felinto July 13, 2010, 09:29 (GMT) |
Logic Editor UI: Make the Active object always the first one of the list, and have the ADD button only for it. The reason for that is because I can't find a way to change the active object for a particular context (it may be even a bug in the rna/UI base code). So for the time being (a.k.a. for Beta) this will make it. I actually like this solution, maybe the bug is for the good afterall. |
Revision 291c99c by Campbell Barton July 13, 2010, 09:28 (GMT) |
- saturation option for sequencer strips, runs before multiply and color balance. - multiply of 0.0 wasnt being applied. |
Revision ef76dfd by Campbell Barton July 13, 2010, 08:20 (GMT) |
sequencer ui tweaks & display frame position of the playhead in a strip, helpful for working out the exact frame of an avi <> exr |
Revision bfe1103 by Campbell Barton July 13, 2010, 00:57 (GMT) |
move nan mk files from source/ into build_files/make/ |
Revision ded8ba1 by Campbell Barton July 12, 2010, 23:43 (GMT) |
- more misc rna rename updates - edited the rna_cleaner.py script to use repr() on descriptions so quotes dont result in invalid generated python scripts. |
Revision 8d131d5 by Tamito Kajiyama July 12, 2010, 23:31 (GMT) |
Rearranged the organization of UI controls for feature edge selection criteria. Now the Inclusive/Exclusive and Logical AND/OR options are only applied to feature edge types, while the conditions on visibility and edge types are always combined by logical conjunction. Also, the crease angle, sphere radius and Kr derivative epsilon are treated as render layer-specific options instead of lineset-specific options. |
Revision 395d964 by Campbell Barton July 12, 2010, 22:49 (GMT) |
- minimum -> min, maximum -> max - have min/max as suffix - replace unneeded use of common suffix 'ing' and 'ness' where possible - replace term 'brightness' for 'intensity' |
Revision 5436008 by Campbell Barton July 12, 2010, 22:24 (GMT) |
rna api cleanup... - remove 'ing' suffix - use 'blend_type' rather then 'blend_mode' or 'blending' |
Revision fd560e8 by Campbell Barton July 12, 2010, 22:11 (GMT) |
unmodified property names ready for editing (all props excluding bools) |
Revision 64091ff by Campbell Barton July 12, 2010, 20:35 (GMT) |
fix for crash when psys_get_dupli_texture() was called on a subsurf mesh with simplify enabled. |
Revision af06e28 by Brecht Van Lommel July 12, 2010, 20:17 (GMT) |
RNA cleanup: first pass over booleans, still 380 marked as TODO. |
Revision d80d6e2 by Campbell Barton July 12, 2010, 18:26 (GMT) |
re-arrange build files so scons "config" dir isnt confused with ~/.blender/2.52/config |
Revision 3b81c67 by Campbell Barton July 12, 2010, 18:15 (GMT) |
- presets were not being written with 'import bpy' at the start. - attribute save_keyconfig defaulted to True when unset, not sure why, but . - use repr() rather then str() so strings are quoted without manually checking. also converts less common chars properly m " etc. |
Revision a586541 by Campbell Barton July 12, 2010, 16:20 (GMT) |
tweak to color balance after talking with colin and testing other software, lift for values above 1.0 was too intense. Use: 1 + ((lift-1) * (lift-1)) so 2.0 is still a full lift but 1.x isnt so strong. Changed color picker to give more precission, we were having to edit the buttons to see what the numbers were. |
Revision a470640 by Campbell Barton July 12, 2010, 14:57 (GMT) |
sequencer float conversion was only using rgb -> float conversion inconsistantly, some places used colorspace conversion, some not. Added IMB_float_from_rect_simple() for the sequencer to use. |
Revision 731824c by Campbell Barton July 12, 2010, 14:54 (GMT) |
support for colorspace conversion when saving srgb float buffers (from the sequencer) as openexr. |
Revision 9e57892 by Campbell Barton July 12, 2010, 13:35 (GMT) |
dont add a rect buffer for EXR's, the sequencer discards them immediately and functions that need a rect should create one on the fly. this shows a problem with Imbuf where there is no way to ask to only load the native type byte/float. |
Revision 44c30fb by Benoit Bolsee July 12, 2010, 13:25 (GMT) |
BGE bug #22760: VideoTexture not available when Blender is compiled without FFMPEG. VideoTexture can be used without FFMPEG, no need to disable it. |
Revision b9e241d by Campbell Barton July 12, 2010, 12:07 (GMT) |
error in last commit |
|
|
|


Master Commits
MiikaHweb | 2003-2021