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-11-29include headers in cmake source, added a script to check for consistency, rep...Campbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-11-07- avoid loop within loop for unique naming function (even though it wasnt lik...Campbell Barton
2010-11-05tedious string copying changesCampbell Barton
2010-11-03fix [#24499] Consistency Issue with LassoSelect/ExtendOptionCampbell Barton
2010-10-23use explicit file paths for CMake rather then globing, This is recommended by...Campbell Barton
2010-10-18remove G.sce, use G.main->name instead.Campbell Barton
2010-10-16editors/space_* build without unused args warningsCampbell Barton
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-10-14Update outliner when vertex group was added/removedSergey Sharybin
2010-10-14remove unused args in draw*.c and some in view*.c, tag some as UNUSED().Campbell Barton
2010-10-13bugfix [#24231] outliner not refreshed correctlyCampbell Barton
2010-10-07Fix #24167: Timeline keyframes don't update when selecting objects from outlinerSergey Sharybin
2010-10-05rename Command key to OSKey, Window manager already called it the OSKey but i...Campbell Barton
2010-10-05Fix #24135: Material modification not immediately updated in OutlinerSergey Sharybin
2010-09-28Fix [#23977] toggle back to object mode not working (outliner issue)Nathan Letwory
2010-09-23Small code cleanup to remove old undo calls that do nothing.Brecht Van Lommel
2010-09-22After discussion with Campbell (ideasman) on IRC I reorganized notifiers and ...Nathan Letwory
2010-09-22Fix [#23944] Missing update of 3D view when toggling visibility of object in ...Nathan Letwory
2010-09-18Fixed problems with outliner update in same cases caused by my previous commit.Sergey Sharybin
2010-09-18warning fixes and minor cmake changes.Campbell Barton
2010-09-17Fix #23869: outliner not updated correctly/instantlySergey Sharybin
2010-09-08bugfix [#23720] Performing an object operation in the Outliner in Visible Lay...Campbell Barton
2010-09-06bugfix [#23695] SigSegV when deleting camera from multiple scenes via outline...Campbell Barton
2010-08-28patch [#23535] Fix for [23408] in Outliner plus other UI fixes thereCampbell Barton
2010-08-23Patch #23460: Fix for Outliner; excludes expand button from renaming an objectJoshua Leung
2010-08-22possible fix [#23331] Hidden Bones Contribute to Axis NormalCampbell Barton
2010-08-18Fix for [#23352] Update Problem in Texture tabDalai Felinto
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-11Update address in license block.Guillermo S. Romero
2010-08-08== Sequencer ==Peter Schlaile
2010-08-08remove unused includes from editors/space_*Campbell Barton
2010-08-04include cleanup, no functional changesCampbell Barton
2010-08-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel
2010-07-15Apply first pass of edits to rna values from rna_booleans.txt.Campbell Barton
2010-07-13group refcount checking was inconsistent.Campbell Barton
2010-07-06library tooltip for outliner iconsCampbell Barton
2010-06-23fix for rare crash when a material is set in the outliner for an object with ...Campbell Barton
2010-06-18Notifier cleanup - replaced ND_*_EDIT and ND_*_SELECT data notifiers Matt Ebb
2010-06-07Fixed bug #22518, Segfault on loading fileNicholas Bishop
2010-06-06finish cleanup to cmake editors, also removed some stuff from scons thats not...Campbell Barton
2010-06-05get rid of some warnings,Campbell Barton
2010-06-05remove cruft from cmake files, more to goCampbell Barton
2010-06-04Fix bug #22153 and #21609Diego Borghetti
2010-06-04have cmake build editors as different libs like scons and nan-makefilesCampbell Barton
2010-06-01[#22194] Add groups visibility, selectability and renderability restrictions ...Campbell Barton
2010-05-09***Drag and drop fun!***William Reynish
2010-05-07Warning cleanupMatt Ebb
2010-05-06Datablocks Viewer Bugfix: Joshua Leung
2010-04-26Outliner Filtering Bugfix:Joshua Leung