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
2013-07-08Fix #35960, #36044: blender internal viewport rendering crash while editing d...Brecht Van Lommel
2013-07-08fix [#36043] Missing Tooltip for Excluded Paths field of Auto Run Python Scri...Campbell Barton
2013-07-04correct bad use of bool for cursor arg.Campbell Barton
2013-07-04Fix #35991: show warning message to when trying to edit driven values in numb...Brecht Van Lommel
2013-07-03Fix #35933: setting shortcut keys in object mode menu didn't work correct.Brecht Van Lommel
2013-07-02remove nan copyrights from code added since blender become opensource (copy p...Campbell Barton
2013-07-02fix for crash in demo-mode, caused by r51702Campbell Barton
2013-06-28fix for crash when setting the cursor in background mode.Campbell Barton
2013-06-27Fix #35809: dragging a non-active node in the node editor did not work reliably.Brecht Van Lommel
2013-06-27Blender 2.68 Release maintenance:Thomas Dinges
2013-06-26correct typos in comments.Campbell Barton
2013-06-25Fix part of #35859: lib linking errors were not shown when opening files thro...Brecht Van Lommel
2013-06-25Fix unnecessary 3D viewport redraws in various cases, in particular when editingBrecht Van Lommel
2013-06-21Code cleanup: fix some vs2012 compiler warningsBrecht Van Lommel
2013-06-19Usability:Ton Roosendaal
2013-06-18add option to enable auto-execute scripts, but exclude certain directories.Campbell Barton
2013-06-18use booleans for operator check functions.Campbell Barton
2013-06-16Fix [#35728] "Load Factory Settings" changes temp fonder to "/temp/\"Nathan Letwory
2013-06-10correction to typo in r57327, ui-load wasnt working on splash screen.Campbell Barton
2013-06-10minor edit to previous commit, only show option to reload the file if its bee...Campbell Barton
2013-06-10Python script auto-execution changes:Campbell Barton
2013-06-10code cleanup: group python reset functions in BPY_python_reset()Campbell Barton
2013-06-07Usablity:Ton Roosendaal
2013-06-06style cleanupCampbell Barton
2013-06-04Fix #35624: rendering to a new window, then switching scene in the main window,Brecht Van Lommel
2013-06-03fix [#35501] Operator log: some property changes log as [...].(null) = ...Campbell Barton
2013-06-03fix [#35434] Segmentation fault switching screen layout from pythonCampbell Barton
2013-06-01Bug fix, own collection while testingTon Roosendaal
2013-05-30remove redundant includes from cmake and scons.Campbell Barton
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-28code cleanup: comment/remove unused definesCampbell Barton
2013-05-26fix for incorrect type casting when checking macros exec() functions.Campbell Barton
2013-05-26Live resize on Windows. Based on Ton's patch for mac.Alexander Kuznetsov
2013-05-25Solving ancient Blender window sizing issue;Ton Roosendaal
2013-05-23Bug fix #35481Ton Roosendaal
2013-05-21remove return value from MEM_freeN, it wasn't used anywhere and was cast to a...Campbell Barton
2013-05-20code cleanup: scons - binreloc include was copied all over the place for no r...Campbell Barton
2013-05-20code cleanup: split scons includes onto multiple lines, reduce chance of incl...Campbell Barton
2013-05-20fix [#35434] Segmentation fault switching screen layout from pythonCampbell Barton
2013-05-17More work on 3d view render:Ton Roosendaal
2013-05-17fix for crash with toggle-drag on a popup (when the popup is closed while dra...Campbell Barton
2013-05-16Fix #35368:Brecht Van Lommel
2013-05-15Fix action zones not drawing properly while sculpting, due to recent bugfix.Brecht Van Lommel
2013-05-15Attempt to fix #35057 and #35372: slow texture painting performance.Brecht Van Lommel
2013-05-15Fix another cases where painting long brush strokes with small radius was slowedBrecht Van Lommel
2013-05-13Fix #35337: sculpt performance regression, partial redraw was not working any...Brecht Van Lommel
2013-05-11Fix #35262: assiging shortcuts from e.g. delete or selection mode menus did notBrecht Van Lommel
2013-05-08rename BLI_ghashIterator_notDone() -> BLI_ghashIterator_done()Campbell Barton
2013-05-07Fix OS X 32 bit build error, and bring buildbot config in sync with default.Brecht Van Lommel
2013-05-02Revert fix for #34822Ton Roosendaal