Revision 019baf8 by Joshua Leung June 7, 2009, 11:37 (GMT) |
NLA SoC: Adding skeleton code for a buttons region in NLA If anyone's doing any testing at this point, please check if this works ok for files with new/old NLA Editors, as I was having some problems with one of my testing (saved from this branch) files with this. |
Revision 0d75ad3 by Thomas Dinges June 7, 2009, 11:18 (GMT) |
2.5 RNA: * Wrapped some image output settings (Tiff, Cineon, OpenEXR, Jpeg 2000 and DPX) |
Revision 2c5d064 by Ton Roosendaal June 7, 2009, 11:12 (GMT) |
2.5 New preview.blend |
Revision a2f9ca3 by Ton Roosendaal June 7, 2009, 11:12 (GMT) |
2.5 Nice goodie: Preview renders! - Added new preview.blend, allowing super wide cinemascope previews - Draws nicely blended inside widget type, rounded corners - Preview now renders using all available cpus/cores. - Uses - hopefully rock stable - method, which doesn't copy or allocate anything for previews, but just uses render API calls. - Multiple previews are possible! But, added provision in Jobs manager to only render one preview job at a time. If you start more preview jobs, they're suspended until it's their turn. Bugfix: new buttons context code crashed when going full-window. Tweaks are still needed for notifiers. I have to figure out still how to retrieve SpaceButs button view types... |
Revision 43c7c15 by Joshua Leung June 7, 2009, 07:04 (GMT) |
NLA SoC: 2 little tweaks - Evaluation times for strips are now strictly clamped to the endpoints of the strips - i.e. if a strip has 'extend' on, the strip's evaluation time won't continue to change as time changes - New NLA Editor instances now have auto-snapping turned on by default (as they should) |
Revision 34f2974 by Joshua Leung June 7, 2009, 06:49 (GMT) |
NLA SoC: RNA wrapping for NLA Data Most of the relevant properties have been wrapped. - There are still some properties I'm not sure about whether they should be exposed at all (which have been left out for now). Most of these are really internal flags which are used in a few select places. - To maintain the integrity of the settings, I've included some custom code for a few of the setters (i.e. scale/end-frame) where changing one should result in a change in the other and vica-versa. Also, tweaked the wrapping for a few other types. Another side effect of this commit is that I can now uncommented some code for using F-Curves to control the influence and time of the strips. These F-Curves would need to be specifically attached to the NLA-Strip they affect for now (TODO: I need to review this again...), and as such, cannot be used yet since there's no (end-user-accessible) way to do this :) |
Revision a03c30e by Erwin Coumans June 7, 2009, 06:04 (GMT) |
Bugfix to avoid crashing BGE on Mobile Intel GMA 950/945 Express GPU (2009 latest driver 6.14.10.4926 Windows XP) Command-line option to disable vertexarrays in BGE: -g novertexarrays |
Revision d3f0b39 by Chingiz Dyussenov June 7, 2009, 05:14 (GMT) |
Basic exporter writing only vertices and faces converted to triangles. Spen't lots of time debugging the misbehaving COLLADASW::URI constructor. The problem is although I pass correct parameters to it, the resulting file ends up having empty url attributes. It is either a bug in OpenCollada or my code - couldn't figure this out. |
Revision 5acc0fd by Chingiz Dyussenov June 7, 2009, 05:03 (GMT) |
Added BF_OPENCOLLADA_* and BF_PCRE_* scons settings to linux config. OpenCollada and pcre are added as 3rd party libraries collada module depends on. I now build Blender with: scons BF_DEBUG=1 BF_OPENCOLLADA_LIBPATH=/home/chin/src/opencollada/ BF_OPENCOLLADA=/home/chin/src/opencollada |
Revision 1bb8d74 by Thomas Dinges June 6, 2009, 22:14 (GMT) |
Forgot to update this file. Constraints now go into the new constraint tab. :) |
Revision 80571c0 by Benoit Bolsee June 6, 2009, 21:54 (GMT) |
BGE VideoTexture: fix VideoFFmpeg range attribute + error message. |
Revision 580e69b by Daniel Genrich June 6, 2009, 21:49 (GMT) |
Patch/Bugfix so wind noise got controlable seed and therefore redoable cloth sims - bug reported by istvan |
Revision 927c8b5 by Daniel Genrich June 6, 2009, 19:32 (GMT) |
Bugfix for crash on constraints |
Revision 0034fbd by Arystanbek Dyussenov June 6, 2009, 17:32 (GMT) |
Merged code passing context to python operator from soc-2009-kazanbas branch. |
Revision cb82ef0 by Arystanbek Dyussenov June 6, 2009, 17:23 (GMT) |
Renamed "execu" python operator method back to "exec" - switched to Python 3.0... |
Revision 1e03f50 by Thomas Dinges June 6, 2009, 16:39 (GMT) |
2.5 RNA: * Deleted some wrong properties from the blend mode enum. |
Revision 0474acc by Arystanbek Dyussenov June 6, 2009, 16:22 (GMT) |
Small fix: use PyUnicode_FromString instead of PyString_FromString in Python 3.x builds. PyString_FromString no longer exists in Python 3.x. |
Revision 895d76d by Thomas Dinges June 6, 2009, 16:18 (GMT) |
2.5 Interface: * Added a constraint tab in the buttons window. * Added more sequencer buttons (effect strips). Note: Sequencer buttons will go into the sequencer itself (n-key Panel) later. * Particle button tweaks by William Reynish. Thanks! * Some RNA fixes and new properties. |
Revision 9d8fa4f by Ton Roosendaal June 6, 2009, 13:35 (GMT) |
2.5 Several usablity tweaks: - Search menu allows ScrollWheel to view items - Tooltip on button on bottom of window showed wrong - Tooltips were popping up while draggin (MMB) or scrolling (wheel). Now they stay away. - Stolen from Gimp (blame venomgfx for hint!): ScrollWheel allows to go over menu items and use number buttons, only on mouse-over. Note for devs: the WM_event_add_mousemove() call (to add a fake event to bring UI back alive after view changes) now works much more reliably. It ensures the mouse move is only handled after all notifiers/redraws were done. |
Revision 8ed66c5 by Remigiusz Fiedler June 6, 2009, 13:24 (GMT) |
DXF exporter: dxfLibrary.py update v1.32 - 2009.06.06 - modif Style class: changed defaults to widthFactor=1.0, obliqueAngle=0.0 - modif Text class: alignment parameter reactivated |
|