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
path: root/source
AgeCommit message (Expand)Author
2009-10-19Fix #19574: winbuildinfo.h error when compiling with cmake on windows. I've n...Brecht Van Lommel
2009-10-19Bugfix: scons builds didn't print build info when running blender -v.Brecht Van Lommel
2009-10-19Fix/workaround #19617: new raytracer use of SSE is crashing Mingw builds,Brecht Van Lommel
2009-10-19Fix #19523: spot lamp blend display size was tweaked so it was alwaysBrecht Van Lommel
2009-10-19weightpaint bug where hidden faces would not draw into the backbuffer, now ch...Campbell Barton
2009-10-19Scons/make update for use of GPU include in interface module.Brecht Van Lommel
2009-10-19Fix #19645: debug properties not showing while game is running.Brecht Van Lommel
2009-10-19CMake files update to allow use of MAC OSX 10.5 libs (and build 64bit blender...Damien Plisson
2009-10-19Fix #19604: defocus node was not using camera object yet. Could useBrecht Van Lommel
2009-10-19Fix #19627: previews in materials nodes were not cleared before re-render.Brecht Van Lommel
2009-10-19- added xmirror to the weightpaint optionsCampbell Barton
2009-10-19Fix #19605: material hardness was wrapped as float while it is an int,Brecht Van Lommel
2009-10-19Another fix for duplicating objects with particles.Brecht Van Lommel
2009-10-19Fix #19588: duplicating objects with particle systems would crash.Brecht Van Lommel
2009-10-19Fix #19678: full sample / save buffers was crashing due to two issues:Brecht Van Lommel
2009-10-19use the meshes mirror flag for weight paintingCampbell Barton
2009-10-19Make the sequencer Ctrl+RMB select all strips on the mouse side of the playh...Campbell Barton
2009-10-19Fix #19646: changing collision bounds type in game physics wasBrecht Van Lommel
2009-10-19Fix #19638: crash when assiging self in boolean modifier.Brecht Van Lommel
2009-10-19Fix #19632: GLSL was not updated for soft/linear light blending modes.Brecht Van Lommel
2009-10-19Fix use of uninitialized variable in node editor.Brecht Van Lommel
2009-10-19- fixed python error when there is no active objectCampbell Barton
2009-10-19Fix #19640: user defined keymaps did not use poll function.Brecht Van Lommel
2009-10-19Fix #19683: rendering with compo nodes but no render layer node crashed.Brecht Van Lommel
2009-10-19Fix #19622: crash in glsl, forgot to commit this file whenBrecht Van Lommel
2009-10-19fix for bug where moving strips that are next to eachother would detect inval...Campbell Barton
2009-10-19Fix #19669 and other: triple buffer & icon texture drawing could causeBrecht Van Lommel
2009-10-19- listener for sequencer space panels added for frame changes, now redraws du...Campbell Barton
2009-10-19Fix for a preview render crash that happened sometimes, whenBrecht Van Lommel
2009-10-19Fix #19657: crash when cancelling volume material render, raytreeBrecht Van Lommel
2009-10-19Fixed Layout-Engine bug that was causing checkbox menu entries to draw with t...Joshua Leung
2009-10-19Give sequencer its own transform freeing function.Campbell Barton
2009-10-19Assorted 3D-View Tweaks:Joshua Leung
2009-10-19Patch #19034: (2.5) Display titles of closed panels in horizontal mode Joshua Leung
2009-10-19Graph Editor: Visibility toggles improved (Durian Request)Joshua Leung
2009-10-19[#19680] Add cap ends option for new cylinders in 2.5Martin Poirier
2009-10-19select all seq strips removed other flags, add menu was running exec rather t...Campbell Barton
2009-10-19Small particles feature: Multiple group visualization counts per group object...Janne Karhu
2009-10-19Changing particle physics type to boids and not boids multiple times crashed.Janne Karhu
2009-10-18Fix for [#19610] Hair cut tool, keeps cutting hidden hairs.Janne Karhu
2009-10-18Bugfix: memory was leaking when opening a new file (Ctl-N). Reports were not...Ken Hughes
2009-10-18fix Win64 compile: Should now work with cmake again, does this break win64 sc...Daniel Genrich
2009-10-18Bug fixes:Janne Karhu
2009-10-18minor changes to x11 cursor grab wrappingCampbell Barton
2009-10-18Removing MESH_OT_vertices_transform_to_sphere.Martin Poirier
2009-10-18Reverting revision 23913.Martin Poirier
2009-10-18Another attempt to fix the problems with confirming transforms while snapping...Joshua Leung
2009-10-18Bugfix #19673: Blender crashes when I open "operator cheat sheet"Joshua Leung
2009-10-18Smoke:Daniel Genrich
2009-10-17wrap the mouse within the region while grabbing so on release the current vie...Campbell Barton