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 (Expand)Author
2005-03-11Gernot Ziegler's patch to add OpenEXR support to blender.Kent Mein
2005-03-11Bug fix 2301Ton Roosendaal
2005-03-11It's fun to set flags correctly and not have everything crash down on you.Martin Poirier
2005-03-11Bug fix 2309Ton Roosendaal
2005-03-11Found some messed up code that assumed abgr instead of rgbaKent Mein
2005-03-11IMPORTANT NOTE: Locking axis (planar constraints) now works with ALT instead ...Martin Poirier
2005-03-10Bugfix 2062Ton Roosendaal
2005-03-10Text3d submodule documentJoilnen Leite
2005-03-10- Added more space in icons image (blenderbuttons.png)Ton Roosendaal
2005-03-09big warning hunt commitJean-Luc Peurière
2005-03-09Transform project; restored "auto key" after transform. It now insertsTon Roosendaal
2005-03-09- Restored 'align mode', which allows rotate/scale with only object centersTon Roosendaal
2005-03-09doc about Text3d moduleJoilnen Leite
2005-03-08 - replaced min() by MIN2() and max() by MAX2()... my bad.Daniel Dunbar
2005-03-08Bug fix #2296Daniel Dunbar
2005-03-08 - switch draW_bgpic to calculate window coordinates as floats, smootherDaniel Dunbar
2005-03-08 - replaced call to project_short_noclip with direct implementationDaniel Dunbar
2005-03-08New transform project;Ton Roosendaal
2005-03-08+ Local axis constraint for multiple object selection works with resize and r...Martin Poirier
2005-03-07Tooltips for new marble buttons were from a copy/paste operation. ThisChris Burt
2005-03-07Solves a build problem with MSVC scons build. Thanks kaito for pointing out t...Johnny Matthews
2005-03-07Bug fix #2292Ton Roosendaal
2005-03-07Patch provided by Chris Burt;Ton Roosendaal
2005-03-07fix warnings about implicit declarations.Stephen Swaney
2005-03-07Local axis constraint started.Martin Poirier
2005-03-06Fix & further implementation of Proportional editing;Ton Roosendaal
2005-03-06New Bpy type Text3d for accessing Blender's Font objects.Stephen Swaney
2005-03-05Bug fix, provided by Martin Dickopp;Ton Roosendaal
2005-03-04Bug fix #2265Ton Roosendaal
2005-03-04Bug fix #2270Ton Roosendaal
2005-03-04Bug fix #2289Ton Roosendaal
2005-03-04need to use MIN2 instead of min for compatibility with other compilers.Martin Poirier
2005-03-04Fixed resize constraining. Was using same function as translation but this is...Martin Poirier
2005-03-04Thanks to stefano; auto-handles on Bezier curve now make a (near) perfectTon Roosendaal
2005-03-03Applied correct '\\' for file paths on Windows (thanks Elubie!)Simon Clitherow
2005-03-03Tinsy UI change in game-framing menu (X and Y resol buttons correct align)Ton Roosendaal
2005-03-03New menu option: When converting a subsurf or metaball to mesh, the option to...Johnny Matthews
2005-03-01Fixed a bug in the constraint projection code. It only worked correctly when ...Martin Poirier
2005-03-01Bug #2266Ton Roosendaal
2005-03-01Fixed very old annoyance;Ton Roosendaal
2005-03-01Bug fix #2260Ton Roosendaal
2005-03-01Bug fix #2248Ton Roosendaal
2005-03-01BPython:Willian Padovani Germano
2005-02-27Part of Big Cleanup: move data declarations out of header files.Stephen Swaney
2005-02-27Fixed Constraint projection code in perspective mode. When using a planar con...Martin Poirier
2005-02-27Updates to NMesh doc contributed by Campbell Barton.Stephen Swaney
2005-02-25Transform; correct inverse parent implementation for translating childrenTon Roosendaal
2005-02-25Update on Add Text as lines:Johnny Matthews
2005-02-25New transform:Ton Roosendaal
2005-02-25Added include sys/vfs.h for hpux was in the patches tracker....Kent Mein