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-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
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-05get rid of some warnings,Campbell Barton
2010-06-04Fix bug #22153 and #21609Diego Borghetti
2010-06-01[#22194] Add groups visibility, selectability and renderability restrictions ...Campbell Barton
2010-05-07Warning cleanupMatt Ebb
2010-05-06Datablocks Viewer Bugfix: Joshua Leung
2010-04-26Outliner Filtering Bugfix:Joshua Leung
2010-04-24warning cleanup, also made voxel.c and volumetric.c use BM_INLINE define rath...Campbell Barton
2010-04-24unix style outliner name wildcards *.*, Any.???, etc (using fnmatch), also re...Campbell Barton
2010-04-23Tweaks to Render Layers panelMatt Ebb
2010-04-23Improved the Outliner live-search so that in the default scene, doing a simpl...Joshua Leung
2010-04-23Outliner Live-Search Bugfixes:Joshua Leung
2010-04-22- Added search filter in outliner header. Only activates filter on enter,Ton Roosendaal
2010-04-15Merge various small changes from render branch:Brecht Van Lommel
2010-03-23more lint includesCampbell Barton
2010-03-22Screw Modifier (old patch was called Lathe)Campbell Barton
2010-03-12Revert part of my last commit and leave emit/environment out of outliner,Brecht Van Lommel
2010-03-12Fix for warning introduced in passes commit, also removed some moreBrecht Van Lommel
2010-03-12Fix #21211: new indirect/environment/emit passes weren't showing upBrecht Van Lommel
2010-03-09rename some functions to use easier to understand names.Campbell Barton
2010-02-27* Renaming some Keying Sets API functions to make the terminology more consis...Joshua Leung
2010-02-18constraints unique name length was set too long (could overrun the buffer), u...Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2010-02-07Outliner:Thomas Dinges
2010-01-30[#20881] Minor UI bug in outliner - groups viewCampbell Barton
2010-01-26Drag and drop 2.5 integration! Finally, slashdot regulars can useTon Roosendaal
2010-01-26rename defgroup functions to be more consistant.Campbell Barton
2010-01-25Remove unneeded notifier data added in revision 26219.Martin Poirier
2010-01-16generic operator menu was searching for "type" and using the first enum prope...Campbell Barton
2010-01-13Fix [#20614] renaming certain things in outliner->datablocks makes blender un...Matt Ebb
2010-01-12Fix [#19920] long list in outliner+renamingMatt Ebb
2010-01-11Multitouch trackpad 2 fingers gestures implementationDamien Plisson
2010-01-05Durian Request: Drivers RecodeJoshua Leung
2010-01-03Changes to Brush texture workflowMatt Ebb
2009-12-14patch [#20342] Notifier patch for modifier rename and particle system renameMatt Ebb
2009-12-13* renamed BKE_sequence.h and sequence.c --> sequencerCampbell Barton
2009-11-26After talking with Matt about this, added notifier NC_ID to handle ID changes...Elia Sarti
2009-11-10use armature active bone as a pointer rather then a flag for each bone that n...Campbell Barton
2009-10-21Silencing some compiler warnings for mingwJoshua Leung