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
2011-03-10Bugfix irc report:Ton Roosendaal
2011-03-10Bugfix #26437Ton Roosendaal
2011-03-10fix [#26406] Projection Paint, Occlussion Problem with Intersections in persp...Campbell Barton
2011-03-10also enable edge-seam unwrapping when running the mark_seam operator.Campbell Barton
2011-03-10request from Jedrzej Slewczuk's:Campbell Barton
2011-03-10revert r35438, Martin doesn't like having this option tacked on.Campbell Barton
2011-03-10CMake should find python now without manual options being set on linux.Campbell Barton
2011-03-10Fix small error in chdir + cmd combination.Nathan Letwory
2011-03-10untarring of Python 3.2 tarballs would fail if CMake was installed into path ...Nathan Letwory
2011-03-10better default python ABI flags for *nix, 'm' default, 'd' for debug.Campbell Barton
2011-03-10Some small fixes to the install part for windows.Nathan Letwory
2011-03-10add option requested [#25598] projection surface snap issueCampbell Barton
2011-03-10Apply [#26364] New Windows keyboard handlingNathan Letwory
2011-03-10- CMake, print message to run 'make install', this is new and should help avo...Campbell Barton
2011-03-09Don't try to copy gnu_gettext.dll when building 64bit Blender - it's linked s...Nathan Letwory
2011-03-09From the todo:Ton Roosendaal
2011-03-09From the OFTL: Pad-period refreshes File browser.Ton Roosendaal
2011-03-09Todo item: defaulting newly created Property editors to vertical.Ton Roosendaal
2011-03-09Fix for [#26420] F-Curve key handles affected by NLA strip positionJanne Karhu
2011-03-09Fix for [#26372] Objects as PS Hair displays and renders differentlyJanne Karhu
2011-03-09Fix [#26012] Import Collada: instance_node incorrectly handledNathan Letwory
2011-03-09Bugfix #26424Ton Roosendaal
2011-03-09make python UV functions use a popup UI rather then redo UI, they are not fas...Campbell Barton
2011-03-09py/ui: ensure extensions which add draw functions for menus/headers/panels al...Campbell Barton
2011-03-09lightmap pack: made into an operator & added to UV calc menuCampbell Barton
2011-03-09working with bpy 2.5x api, convert into operator next.Campbell Barton
2011-03-09update for blender as a py module & python 3.2Campbell Barton
2011-03-09update for py3.x syntax and mostly pep8 compliantCampbell Barton
2011-03-09copy from 2.4x, update to 2.5x next.Campbell Barton
2011-03-09moving to addons & splitting for lazy loading of eps/png/svgCampbell Barton
2011-03-09add stddef.h include for offsetof macro for gcc 4.6 compat.Campbell Barton
2011-03-09image.depth, 96/128 for float color images, was 24/32 for byte images.Campbell Barton
2011-03-09Fix [#26037] Import Collada crashes BlenderNathan Letwory
2011-03-09CMakeCampbell Barton
2011-03-09disable openexr and collada for mingw, give linking errors.Campbell Barton
2011-03-09- correct python3.1 warning message.Campbell Barton
2011-03-08Skip materials that are invalid.Nathan Letwory
2011-03-08Apply a small patch from mikktspace author Morten Mikkelsen (cosmetic changes).Nathan Letwory
2011-03-08Prevent memory corruption when using fixed texture and fast strokes withSergey Sharybin
2011-03-08Fix #26408: [texture paint] brush spacingSergey Sharybin
2011-03-08Fix for [#26322] x-mirror gives wrong results while editing hair particlesJanne Karhu
2011-03-08Bugfix & Feature fix: Only Shadow Material optionsTon Roosendaal
2011-03-08Apply [#26383] Triangle fans support for COLLADA importerNathan Letwory
2011-03-08Bugfix #25422Ton Roosendaal
2011-03-08CMake: removed blenderplayer from install target by accident with recent commit.Campbell Barton
2011-03-08Apply [#26311] Collada Exporter Crash on Win64 buildNathan Letwory
2011-03-08fix bug [#26315] Background and 3D view mistakes Campbell Barton
2011-03-08needed removing here tooCampbell Barton
2011-03-08remove unused RegionView3D retopo pointer and set quat printing to const args. Campbell Barton
2011-03-08Old IDProperty bug, (from original commit r8916),Campbell Barton