Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-08-02Mistakingly removed check for old Python in material buttons in previous commit.William Reynish
Added it back, plus some smaller layout tweaks.
2009-08-022.5 - Animation Playback Tweaks Joshua Leung
* Added some optimisations to avoid having to try evaluating some data that won't have any effect. * Converted playback buttons in timeline header to use operators too
2009-08-02fix for crash in background mode.Campbell Barton
2009-08-02Fix for sound structures to work with makesdna.Joerg Mueller
2009-08-02Fixed an include error, included an FFMPEG file where not needed.Joerg Mueller
2009-08-022.5 - BugfixesJoshua Leung
* Added operator for jumping to the start and end frames. Shift Up/Down * Fixed bad spacing for buttons in Graph Editor header
2009-08-02NaN makefiles now support and build with precompiled Python 3.1 by default ↵Matt Ebb
on Mac
2009-08-02Animato - Bugfixes for ShapeKeys + ShapeKey Drivers Joshua Leung
* Animated ShapeKey F-Curves/Drivers are now visible in the Animation Editors. * As a result of this, the old 'ShapeKeys' mode (which would display all the shapekey channels, even if they had no keyframes yet) in the DopeSheet, no longer works for now. However, it would have been of no use as no sliders were shown anyway. * Drivers which depended on the rotation of bones now work again. These now point to the right RNA properties, and get some extra 'time' corrections (for degrees -> radians change).
2009-08-02svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r22099:22130Campbell Barton
2009-08-02- X11 tablet was using uninitialized variables.Campbell Barton
- Added BLENDER_FORCE_SWAPBUFFERS in help message.
2009-08-022.5 - Fixes for crashes when moving keyframes in F-Curve channelsJoshua Leung
2009-08-02Added ramp input and blend settings in RNA and layouts.William Reynish
2009-08-02remove own postscript font loading code (rely on freetype now)Campbell Barton
2009-08-02Allow users enabling workaround for menus with some Mesa3D drivers.Guillermo S. Romero
Define the env var BLENDER_FORCE_SWAPBUFFERS to enable (1, yes, oui, the value does not matter, code just checks for existence). The issue seems to happen with Intel and Radeon, but enabling myswapbuffers() hack solves it (or reduces to just flicker) for now. https://bugs.freedesktop.org/show_bug.cgi?id=21774 Reported by Philippe Van Hecke.
2009-08-01Further improved shape keys UI.William Reynish
Made value slider stretch to the entire width of the panel, useful for added precision. Also used greying out when shapes are locked.
2009-08-012.5 Object Force RNA:Thomas Dinges
* Added RNA properties for Bullet Softbody. Only RNAified properties which are used in 2.49a GUI.
2009-08-01Update MSVC projects filesBenoit Bolsee
2009-08-012.5 Background Image:Thomas Dinges
* Replaced NC_OBJECT with NC_WINDOW notifier.
2009-08-01sizeof() was being used incorrectly to clear X11 m_keyboard_vector, would ↵Campbell Barton
only have 4-8 bytes cleared rather then 32. fix for harmless memleak too.
2009-08-01- Ancient resource leak (rev 2) where checkPackedFile would open a file and ↵Campbell Barton
never close it. - Running simulations missed freeing some variables.
2009-08-012.5 - Giving shapekeys UI a bit of attentionJoshua Leung
* Separated value and range sliders for the value into two separate rows. Value comes before the range settings since it's used more often, and is drawn as a slider instead. * Tweaked ranges for the sliders so that they will work sanely.
2009-08-012.5 - More tweaks to realtime recordJoshua Leung
* New NLA Tracks/Strips are now only created if the 'layered' button (visible in the timeline header when autokeying is on, and the playback is running) is enabled. This multiple bones to be able to be animated in the same action, but done in multiple passes. * Made Alt-A work in timeline header too.
2009-08-01tweaks for linking openEXR on osx/ppc - previous switch per cpu architecture ↵Matt Ebb
was unnecessary and broke compilation
2009-08-01svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r22075:22099Campbell Barton
2009-08-01missed this line in last commitCampbell Barton
2009-08-01Windows build system update.Joerg Mueller
2009-07-31Added sound caching.Joerg Mueller
2009-07-31Changed texture layers list to display as a proper list. This makes the ↵William Reynish
order clearer, and you can see names. The list always displays its full length though, because texture layers are pre-populated with all 18 texture layers. Would be nice if this was eventually more dynamic, resembling the way you add/remove material indices.
2009-07-31Updated sequencer; now you can load movie and sound together. Also removed ↵Joerg Mueller
the difference between RAM and HD sound.
2009-07-312.5 Field Panels:Thomas Dinges
* Attempt to make it a bit more consistent. ;-)
2009-07-31Fields UI: Several attempts to follow UI guide and other things leaded to a ↵Daniel Genrich
really confusing UI (on the left): http://666kb.com/i/bb49zl2t6ojvk7tax.png We tried now to connect top-down with left-right, having top-down for the big picture (like already used in textures panel). Other fields still missing. Approved by William, another small fix ("type" in one row) suggested by DingTo (not visible in the screenshot).
2009-07-31Bug fix in low value setting. Originally checked against the wrong channel ↵Robert Holcomb
(chroma) instead of the luminence channel. Changed default value for high value to 1.0 from 0.0.
2009-07-31* Merge with 2.5 branch revision 21915 to 22079Joerg Mueller
* SoundActuator update
2009-07-31Tiny tweaks to modifier template. Added more logical icons for enabling ↵William Reynish
modifiers in edit mode etc.
2009-07-31remove more unneeded args, also allow ipo to animate the ref value for ↵Campbell Barton
KX_BlenderMaterial's
2009-07-312.5Ton Roosendaal
Check for old py in UI scripts. Temp fix that'll go when the move to Py 3.1 is definite! :)
2009-07-31Animato - NLA + Realtime Animating Goodies Joshua Leung
* When doing realtime recording of animation (i.e. transforming objects + bones while animation playback is running, and auto-keying is enabled), animation will be added to a new NLA Track+Strip combo everytime a single 'loop' of the frame range has finished. This will allow 'passes' over the animation to be less destructive. * Made the evaluation of the active action (when NLA data is present), be handled as part of the normal NLA system evaluation code (as if it were just another strip in a track at the end). The immediate benefit is that there are now some settings (available in the "Animation Data" panel in the NLA Editor with a strip selected) which allow for the way the active action is combined with the NLA stack results. For instance, the way that the action extrapolates is used in the recording tweaks above.
2009-07-31setting WITH_BF_PLAYER = False as default to sconsDalai Felinto
(temporary solution to avoid linking problem reports over and over and over and over ... again) I obviously couldn't test this in all OS. If there is any problem with this commit please fell free to fix/let me know.
2009-07-31* Updated icon sheet, thanks jendryzch!Matt Ebb
2009-07-31fix for warnings and implicit declarationsCampbell Barton
also fixed smoke comparing a float's mem-location rather then its value.
2009-07-31svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r21908:22075Campbell Barton
2009-07-31Sculpt/2.5:Nicholas Bishop
* Fix for bug reported by Brian Staub, sculpt on transformed objects wasn't working.
2009-07-31Smoke:Daniel Genrich
a) Crash fixed when loading files with smoke b) changed presets to be more low-cpu friendly c) smoke looks thicker Unsolved: a) 3dview of smoke changes weirdly when looking at front/back. Just move around a cube with smoke and you know what I mean - odd shading. If someone likes to take a look: draw_object.c -> search for "smoke" there
2009-07-31remove some unused function argsCampbell Barton
2009-07-31changes to defaults for sequencer strip addingCampbell Barton
2009-07-31Smoke: compile error due to bad merged conflictsDaniel Genrich
2009-07-31Smoke: fixing some compile warning reported by Ton and one compile erro for ↵Daniel Genrich
gcc 4.4.1 reported by mrunion
2009-07-31wasnt building with gcc 4.4Campbell Barton
2009-07-302.5 Background Image:Thomas Dinges
* Added notifier.
2009-07-30Added audio device settings. You can even switch them while playing!Joerg Mueller