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-19Adding support for the "media" play/pause/stop/next/prev buttonsJoshua Leung
2011-02-17Bugfix: "Tweaking" Markers was working incorrectlyJoshua Leung
2011-02-13many functions in blender are not marked static but should be.Campbell Barton
2011-01-19Bugfix #25613Ton Roosendaal
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-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-04Todo items:Ton Roosendaal
2011-01-03Todo itemTon Roosendaal
2011-01-02- correct typos in comments.Campbell Barton
2010-12-23Customdata mask recode caused crashes, sloppy work here, but probablyTon Roosendaal
2010-12-23Fix for multiple modifier stack calculations per frame.Campbell Barton
2010-12-21rename addlisttolist() to BLI_movelisttolist()Campbell Barton
2010-12-17Drag & drop feature:Ton Roosendaal
2010-12-16Annoyance fix:Ton 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-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-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-11-24Bugfix #24847Ton Roosendaal
2010-11-20- smoke wasn't closing the file of loading a tile had the wrong length.Campbell Barton
2010-11-18bugfix [#22615] Opening a blend file in python (bpy.ops.wm.open_mainfile() (r...Campbell Barton
2010-11-15Bugfix #24726Ton Roosendaal
2010-11-04fix to allow [#24009] to be fixed.Campbell Barton
2010-11-02bugfix [#24455] Scene is left at last rendered frame from rendering an animationCampbell Barton
2010-10-31bugfix [#24466] Selecting of object with pattern leads to strange behaviorCampbell Barton
2010-10-18bugfix [#24302] Ctrl+Click Extrude gets old mouse eventsCampbell Barton
2010-10-16- UNUSED macro wasn't throwing an error with GCC if a var become used.Campbell Barton
2010-10-05rename Command key to OSKey, Window manager already called it the OSKey but i...Campbell Barton
2010-09-27added CTX_wm_operator_poll_msg_get/set so failing poll functions can set mess...Campbell Barton
2010-09-20bugfix [#23813] Memory leak when importing bvhCampbell Barton
2010-09-18warning fixes and minor cmake changes.Campbell Barton
2010-09-18Apply patch [#23846] Fix for [#23698] in File Browser system. Properly remove...Nathan Letwory
2010-09-17New optional operator function, check(), it takes the same arguments as execu...Campbell Barton
2010-08-31patch [#23585] Fix for [#23553] in File Selector; Multiple Calls of SelectorCampbell Barton
2010-08-13bugfix [#22845] Python operators dont free report listCampbell Barton
2010-08-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel
2010-07-19Bugger... msvc didn't bail out on these...Joshua Leung
2010-07-18Small feature for the Durian guys:Andrea Weikert
2010-07-18Merging revision 30461 from my GSoC branch, log: Fix for msvc which not has t...Joerg Mueller
2010-07-17spelling correction: alredy --> alreadyCampbell Barton
2010-07-13Merging revision 30264:30270 from my GSoC branch to trunk, logs:Joerg Mueller
2010-07-05Fix #21201: double click didn't use the original mouse position, nowBrecht Van Lommel
2010-07-03- changes to the sequencer so new strips use the data name.Campbell Barton
2010-06-23Fix #22553: dragging number buttons would run update functions more often thanBrecht Van Lommel
2010-06-14workaround for crash when notifiers cause a scene update at the same time ren...Campbell Barton
2010-06-14naming changesCampbell Barton
2010-06-07Fix [#22413] drag & drop images don't work untile you move the objectMatt Ebb