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
2011-02-22missed updating this when modifying addons module.Campbell Barton
2011-02-21bugfix [#26156] Opening .blend files through OS ignores "Load UI" flagCampbell Barton
2011-02-19set main() argv functions to be const char *Campbell Barton
2011-02-19Bugfix #26009Ton Roosendaal
2011-02-19Adding support for the "media" play/pause/stop/next/prev buttonsJoshua Leung
2011-02-18- clear some warningsCampbell Barton
2011-02-17Starting work on doxygen cleanup. Many things still to be done.Nathan Letwory
2011-02-17Bugfix: "Tweaking" Markers was working incorrectlyJoshua Leung
2011-02-14more vars made staticCampbell Barton
2011-02-14misc small changes:Campbell Barton
2011-02-14fix for string copy error in own recent commitCampbell Barton
2011-02-13warning cleanup.Campbell Barton
2011-02-13many functions in blender are not marked static but should be.Campbell Barton
2011-02-13enforce string limits (reported by pedantic checking tools & some developers).Campbell Barton
2011-02-12fix for more warnings.Campbell Barton
2011-02-08minor edits, no functional changes.Campbell Barton
2011-02-07Todo/feature requestTon Roosendaal
2011-02-05Bugfix, own todoTon Roosendaal
2011-02-01Script to test import operators, so a single command can execute an operator ...Campbell Barton
2011-02-01fix for 2 segfaults running in background mode.Campbell Barton
2011-01-30remove nan-makefilesCampbell Barton
2011-01-25use cmake defined names for jpeg, png, zlib and python libs, building on *nix...Campbell Barton
2011-01-22Small fix from the todo:Ton Roosendaal
2011-01-20don't set the path to ~/untitled.blend on initializing the WM, this isn't wel...Campbell Barton
2011-01-19Bugfix #25613Ton Roosendaal
2011-01-19Bugfix #25652Ton Roosendaal
2011-01-19new command line option '--factory-startup' to skip reading startup.blend. us...Campbell Barton
2011-01-15error in last commit, also skip getting vars for wm_operator_reports() when t...Campbell Barton
2011-01-13remove/comment unused varsCampbell Barton
2011-01-12Bugfix #25570Ton Roosendaal
2011-01-12remove redundant assignments & unused vars.Campbell Barton
2011-01-09rename BKE_assert() --> BLI_assert().Campbell Barton
2011-01-08remove unused code & variables.Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-07patch [#25490] Fix for [#22096] Blender tries to open non-blend fileCampbell Barton
2011-01-05Patch: [#22524] Update Windows Recent Documents on Open/SaveAndrea Weikert
2011-01-05ToDo: long outstanding patch to allow access to system paths in background modeAndrea Weikert
2011-01-05edits for BPY_extern.h functions, no functional changesCampbell Barton
2011-01-05Removed a call to glPopMatrix that had no corresponding glPushMatrix.Nicholas Bishop
2011-01-04Todo item:Ton Roosendaal
2011-01-04Todo items:Ton Roosendaal
2011-01-03Todo itemTon Roosendaal
2011-01-03Bugfix #25457Ton Roosendaal
2011-01-02Bugfix #25446 (and todo item)Ton Roosendaal
2011-01-02- correct typos in comments.Campbell Barton
2010-12-30Porting URL fixes for Release Logs from Tag to Trunk. Thomas Dinges
2010-12-27Small fixes:Ton Roosendaal
2010-12-24presets for operators, re-using same preset system as render, cloth etc use.Campbell Barton
2010-12-23Customdata mask recode caused crashes, sloppy work here, but probablyTon Roosendaal