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
2008-02-06Bugfixes:Joshua Leung
* Action Editor "Open/Close Level" now works with Action Groups. Groups have priority over Action Channels for collapsing/expanding. * Custom bone shapes using the new 'wire' option, were drawing with the wrong wireframe colour at times (i.e. when out of posemode, this happened quite often). * Fixed/added a few comments in various places
2008-02-06== Action Editor - Drawing Optimisation ==Joshua Leung
Keyframes are now drawn as GL_QUADS instead of using icons. The visual difference is slight, even though the new ones are slightly larger and have no fancy '3D-effects' (such as bevelling). However, they now seem to draw faster.
2008-02-06It is now possible to compile a profiling build with mingw+scons. Joshua Leung
Here are the changes I've had to make: * Added default settings for BF_PROFILE and BF_PROFILE_FLAGS for mingw * Made makesdna.c link with profiling flags too. This fixes some linking problems related to guardedmalloc for linking it. I'm not sure if this breaks compiling with BF_PROFILE on other platforms.
2008-02-06Bugfix for infinite loop in Sample Keys function in the action editor,Brecht Van Lommel
with two keyframes on the same location.
2008-02-05Fix for bug in strand shading, could give errors on border of parts.Brecht Van Lommel
2008-02-05This is patch: [#8228] Add MultiLayer image type to python and batch renderingKent Mein
Submitted By: Stephane SOPPERA (soppera) Also fixes a small typo with wrong filetype for TIFF commandline rendering. Kent
2008-02-05When iserting rotations in poses, the quaternion sometimes rotates exactlyTon Roosendaal
the opposite way as you want. Or even worse, you can never really define which way it rotates (officially it should do shortest path). This hotkey flips the quaternion (which means it rotates to same position exactly via the other way). Hotkey ALT+F (flip) in 3d window posemode.
2008-02-05Cloth: resolve problems wheen opening old files which have deflection enabledDaniel Genrich
2008-02-05Cloth: Fix for crash with meshes with no faces, 2. Fix for crash on ↵Daniel Genrich
switching from to another mesh
2008-02-05Cloth: 1. Fix for deflection being enabled thourgh softbody interface, 2. ↵Daniel Genrich
Fix for wrong calculated friction, 3. Fix for some header which was accitently blown up by my editor
2008-02-05Bugfix:Joshua Leung
Pasting poses now refreshes dependencies correctly after pasting
2008-02-05== Action Editor - Column Select tools ==Joshua Leung
Added a new column-select type of tool: Select keys on current frame. As a result, I've changed the hotkeys for column select: * KKEY - select keys on same frame as selected keys * CTRL-KKEY - select keys on same frame as current frame * SHIFT-KKEY - select keys on same frame as selected markers * ALT-KKEY - select keys between selected markers
2008-02-05* small fix for a bug in the header render baking menu, baking texture only ↵Matt Ebb
was doing the wrong thing.
2008-02-05inverted the uv header mesh-sync-selection button, added face/vert selection ↵Campbell Barton
popdown when sync selection is enabled.
2008-02-05This is patch: [#8216] Make blender compile with gcc 4.3Kent Mein
minus one small include file that was commented out, I'm not sure why it was commented out but I'm pretty sure its needed. If there are still problems later we can sort it out, everything else is pretty simple. Kent
2008-02-05Bugfix for recent alphaover premul commit, crashed existing filesBrecht Van Lommel
and on adding a new node, maybe the commit was incomplete?
2008-02-04AlphaOver node feature: "Premul" slider allows to mix between theTon Roosendaal
using alpha as premul or nonpremul. Quite useful for brightness tweaks. Todo: version-patch this so ConvertPremul button goes away Todo: make entire compositer accept non-premul by default... or both
2008-02-04* revert to r13013 - now everything compiles againNathan Letwory
2008-02-04* remove return statement.Nathan Letwory
2008-02-04* make function signature like the one in .h. - zaghaghi, please check this ↵Nathan Letwory
again. I understand you merged accidently some old stuff.
2008-02-04* define snprintf as _snprintf on windows.Nathan Letwory
2008-02-04* Made the tablet pressure value default to 1.0 when not using Matt Ebb
a tablet, rather than 0.0. This might help ease some misbehaviour people have reported, especially in sculpt.
2008-02-04merging game_engine branch changes into trunk, 2d-filters and opengl speedupHamed Zaghaghi
2008-02-04Bugfix:Joshua Leung
AfterTrans Delete Duplicates feature for Action Editor now doesn't remove duplicates if you cancelled the transform.
2008-02-04Python APIRemigiusz Fiedler
---------- Correct sound into font in documentation to api2_2x/doc/Font.py.
2008-02-04* Change to the 'active line' drawing in colourbands. The wide strip was ↵Matt Ebb
always ugly, inaccurate and jumped around. Now it uses a finely dashed line.
2008-02-04* Let HDRs get previewed by the image browser tooMatt Ebb
2008-02-04Cloth: Fixed: [#8210] (includes bad spring calculation), only mesh can get ↵Daniel Genrich
cloth assigned, New: initial try of Bridson/Fedkiw friction formula implementation, better GUI feedback when e.g. cache is protected and settings too
2008-02-04Added single user ipos option - useful when you make linked duplicates with ↵Campbell Barton
many objects and want them a unique ipo.
2008-02-03fix for bug [#8065] Crash when baking.Campbell Barton
http://projects.blender.org/tracker/index.php?func=detail&aid=8065&group_id=9&atid=125 Lamp ray_samp_method could be an invalid value while rendering because a check was only done in the user interface.
2008-02-03== Sequencer ==Peter Schlaile
Fix for the fix.
2008-02-03== Sequencer ==Peter Schlaile
Silenced compiler warnings and possibly fixed crash on broken blend files.
2008-02-03== Sequencer ==Peter Schlaile
Silently destroyed a null check in free_sequence in last commit, getting old... :)
2008-02-03feature request from peach, remove selected objects from 1 group.Campbell Barton
Also made rem_from_group return if it removed the object which save some looping. Added a node in the blender help message that background mode dosnt load the .B.blend file as a bug was reported recently because of this.
2008-02-03== Sequencer ==Peter Schlaile
This adds low resolution proxy support to the blender sequencer, so that even HD editing should be possible on slower machines. The proxies are stored as directories of JPEG-files and are only activated, if you use preview-resolution rendering. For your final render, just switch back to full resolution and the original files are used again. It enables even proxying of whole effect pipelines and scene-strips (but you have to your own custom directory for file storage then, since blender has no filename, which could be taken as a sensible default directory reference)
2008-02-03More fixes for gcc warnings.Ken Hughes
2008-02-03=== Custom Transform Orientation ===Martin Poirier
Switch away from using selected list in editmesh, since it isn't always up to date. This fixes the bug where CTO where not created correctly with box/lasso selecting elements and many others.
2008-02-03Use proper projection for contrained scale snapping.Martin Poirier
2008-02-032 Tweaks:Joshua Leung
* Action Editor now doesn't draw channels which are out of view at all, which should help to provide (some minimal) improvements in some situations * Typo in comment in constraints code
2008-02-03Clean-up for various gcc warnings under linux.Ken Hughes
2008-02-03Python APIKen Hughes
---------- renderData.removeRenderLayer() was not returning a Python object; make it return None;
2008-02-03Remove in-line variable declaration in color_balance_byte_float(), not ISOKen Hughes
C90 compliant. Also fix warning about pointer parameter mismatch.
2008-02-03Remove old debugging printf from node_make_addmenu().Ken Hughes
2008-02-03== Sculpt ==Nicholas Bishop
Fixed crasher in my previous commit; wasn't checking for NULL pointer.
2008-02-03== Transform Snap ==Martin Poirier
Snapping for Resize First draft, there might be some things to iron out. Minor terminology fixes in CTO (custom transform orientation).
2008-02-03== Python API - Mesh ==Tom Musgrove
This patch by Domino Maram adds the function addMultiresLevel
2008-02-03== Sequencer ==Peter Schlaile
New feature: color balance aka 3-way-color-correction aka lift/gamma/gain on input (folded into byte -> float conversion, so _very_ fast in that case). Interface is inspired from Rebel CC (but not as complete yet, you can't choose white and black points right now). Bugfix: clamp color seperated wave form display correctly.
2008-02-02Fix for indirectly linked libs being converted into direct linked libs. ↵Campbell Barton
(tried to fix this before but didn't work). fix_relpaths_library() needs to be called after loading libraries but not during recursive library load.
2008-02-02== Sculpt ==Nicholas Bishop
Fix bug with layer brush + anchored.
2008-02-02remoed testing lineCampbell Barton