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
2010-01-14Fix [#20663] Mouse cursor icon changes back to default in edit modeMatt Ebb
2010-01-14[#20112] User Preferences window causes a crashMartin Poirier
2010-01-13Makefiles: add -DNAN_BUILDINFO to CPPFLAGS in windowmanager/intern when build...Stefan Gartner
2010-01-13Don't loop forever.Martin Poirier
2010-01-13Fix for Martin's fix, caused file selector to stop working.Matt Ebb
2010-01-13[#20093] Consistent Crash in properties windowMartin Poirier
2010-01-11Compile Fix for recent multi touch commit. Thomas Dinges
2010-01-11report errors with library linking errors.Campbell Barton
2010-01-11Multitouch trackpad 2 fingers gestures implementationDamien Plisson
2010-01-11- player building againCampbell Barton
2010-01-11* Tweak for splash screen rev. info - dalai, does this look ok on your machine?Matt Ebb
2010-01-10[#20581] Lasso tool ends unexpectedly Martin Poirier
2010-01-10- fix for crash if drivers were used in the .B.blendCampbell Barton
2010-01-10* make sure build info is enabled for BF_BUILDINFO (this is enabled by defaul...Nathan Letwory
2010-01-10add OpenCOLLADA support to MakefilesStefan Gartner
2010-01-09Fix for clipped text in splash svn version string - I must have been working ...Matt Ebb
2010-01-08Remap Relative paths save option.Campbell Barton
2010-01-08Disable anti-aliasing initialization, was causing GL_SELECT issuesDamien Plisson
2010-01-08Fix for problems in previous commit when buildinfo wasn't enabled.Matt Ebb
2010-01-08Added the svn revision number to the splash screen (when buildinfo is Matt Ebb
2010-01-07group instance still didnt work in some cases, now tag ID flag when linking a...Campbell Barton
2010-01-07option to instance groups when linking or appending.Campbell Barton
2010-01-07OpenGL anti-aliasing for 3D view, user selectableDamien Plisson
2010-01-07Replaced lasso gesture filling code with scanfill, not 100% as nice, but simp...Matt Ebb
2010-01-06Disable OpenGL anti-aliasing by default for now.Damien Plisson
2010-01-06OpenGL Anti-aliasing implementation for blender windowsDamien Plisson
2010-01-06*Disabled filled lasso drawing on Windows for now, was causing some strange p...Matt Ebb
2010-01-06Small tweaks to gesture drawing to show the filled selectable area.Matt Ebb
2010-01-05Macro: insert macro properties into sub operator properties when run (this en...Martin Poirier
2010-01-05Durian Request: Drivers RecodeJoshua Leung
2010-01-04bugfix: macro redo could crash because of not nulled freed pointer.Martin Poirier
2010-01-03Changes to Brush texture workflowMatt Ebb
2010-01-03bugfix [#20510] .blog file causes crash (again rev25592)Campbell Barton
2009-12-31Macro registration using the normal rna registration methods (like operators).Martin Poirier
2009-12-28remove operators WM_OT_open_recentfile and WM_OT_open_recentfile_splashCampbell Barton
2009-12-28- loading missing files didnt give any warningCampbell Barton
2009-12-27Wrong description in WM_OT_call_menuMartin Poirier
2009-12-25operator draw function working again. needed to add layout to the operator to...Campbell Barton
2009-12-24* register operators like other classesCampbell Barton
2009-12-24support for registering operators using the same internal rna api as panels, ...Campbell Barton
2009-12-24pedantic naming: wmKeyMapItem wasnt called 'kmi' in some cases.Campbell Barton
2009-12-24Key map related things:Matt Ebb
2009-12-23fix for a crash when running blender in debug mode (-d arg), was registering ...Campbell Barton
2009-12-22Reports: writing movies now uses the reports mechanism to throw errors.Brecht Van Lommel
2009-12-22Fix #20433: make single user doesn't work from menu. Popup menus forBrecht Van Lommel
2009-12-21Missing id assignment for kmi creation function (2 out of 3 isn't good enough).Martin Poirier
2009-12-19Bugfix: doubles are not supported correctly in SDNA, double clickBrecht Van Lommel
2009-12-18Keymap conflict detection operator.Martin Poirier
2009-12-17Typo in commentMartin Poirier
2009-12-17Fix #19431: gestures would sometimes draw incorrect, now ensures theyBrecht Van Lommel