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-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
2010-12-23Bug #25354Ton Roosendaal
2010-12-23Fix for multiple modifier stack calculations per frame.Campbell Barton
2010-12-23use ICON_NULL define rather then 0, makes UI calls less confusing. (no functi...Campbell Barton
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-22Complement of commit 33789: Fix for [#25175] bge.logic.mouse.position[1] wron...Dalai Felinto
2010-12-21rename addlisttolist() to BLI_movelisttolist()Campbell Barton
2010-12-21Macro Operators now pass on reports to the Mother Op!Ton Roosendaal
2010-12-19Fix for [#25175] bge.logic.mouse.position[1] wrong when using autostartJoerg Mueller
2010-12-17Drag & drop feature:Ton Roosendaal
2010-12-16bugfix [#25208] randomize transform doesn't work on objects with keyframesCampbell Barton
2010-12-16Annoyance fix:Ton Roosendaal
2010-12-15Bugfix, own collectionTon Roosendaal
2010-12-15change the cursor bounds to only use the Area if the mouse is outside the reg...Campbell Barton
2010-12-15Bugfix 21333Ton Roosendaal
2010-12-15replace debug popup function with call to generic function WM_operator_props_...Campbell Barton
2010-12-15Centralized operator UI drawing into a new function uiLayoutOperatorButs(),Campbell Barton
2010-12-15bugfix [#25230] Quick extrude Ctrl-LMB : wrong behaviour of 'RotateSource' op...Campbell Barton
2010-12-13fix for transform operator giving '<UNKNOWN>' enum value when logged, now pas...Campbell Barton
2010-12-13clipboard setting background check correction.Campbell Barton
2010-12-12Fix for compile on windows:Thomas Dinges
2010-12-12Fix #25177: Skeleton Sketching - deleted sketches don't disappear immediatelySergey Sharybin
2010-12-12- fix for rna show_brush variable shadowing its parent classes with a flag wh...Campbell Barton
2010-12-11Small fix: Ton Roosendaal
2010-12-11Fix for [#22967] UI stops updatingJanne Karhu
2010-12-11- ignore calls to WM_cursor_wait() in background mode (crashes saving blend f...Campbell Barton
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-12-06[#25047] Deletion of any custom key map item remove always first oneMartin Poirier
2010-12-05use constant strings for outliner menus rather then sprint'ing them together.Campbell Barton
2010-12-04Maintenance, Campbell Barton
2010-12-04Give functions that use printf style formatting GCC format attributes so if i...Campbell Barton
2010-12-03Bugfix #24568Ton Roosendaal
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton