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
2013-09-04style cleanupCampbell Barton
2013-09-01Move GCC attributes into a centraized definesSergey Sharybin
2013-08-28Fix #36555: preview render in properties editor did not get cancelled andBrecht Van Lommel
2013-08-05border render with cycles had 1 pixel offset on the top-right edge of the ima...Campbell Barton
2013-07-29add api call for initializing events from the windows eventstate.Campbell Barton
2013-07-08Fix #35960, #36044: blender internal viewport rendering crash while editing d...Brecht Van Lommel
2013-07-04correct bad use of bool for cursor arg.Campbell Barton
2013-07-04Fix #35991: show warning message to when trying to edit driven values in numb...Brecht Van Lommel
2013-06-18add option to enable auto-execute scripts, but exclude certain directories.Campbell Barton
2013-06-18use booleans for operator check functions.Campbell Barton
2013-05-28code cleanup: comment/remove unused definesCampbell Barton
2013-05-17More work on 3d view render:Ton Roosendaal
2013-05-17fix for crash with toggle-drag on a popup (when the popup is closed while dra...Campbell Barton
2013-05-16Fix #35368:Brecht Van Lommel
2013-05-13Fix #35337: sculpt performance regression, partial redraw was not working any...Brecht Van Lommel
2013-04-30fix [#35156] Edge slide gg shortcut brings up wrong settings.Campbell Barton
2013-04-13Bug fix #34896Ton Roosendaal
2013-04-08fix for bug where notifiers could hold pointers to freed data which listeners...Campbell Barton
2013-04-04code cleanup: use bools in interface handlers, dont show translation menu whe...Campbell Barton
2013-04-04Remove unused function.Sergey Sharybin
2013-04-04code cleanup: use bools in UI and WM code, quiet some shadow warnings, remove...Campbell Barton
2013-03-26style cleanup:Campbell Barton
2013-03-20Prefetching for movie clipsSergey Sharybin
2013-03-20code cleanup: use booleans for mesh and selection code.Campbell Barton
2013-03-15Screen: add exit callback for area and region types, this gets called whenBrecht Van Lommel
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-03move toggle drag into a UI handler (was modal operator)Campbell Barton
2013-02-11replace MEM_callocN with MEM_mallocN for events since their overwritten right...Campbell Barton
2013-02-01code cleanup: make wmEvent's 'const' in interface code (reduces manual checki...Campbell Barton
2013-01-30Add active region for operator execution.Campbell Barton
2013-01-22fix [#33841] Disabling and re-enabling live addon crashes blender (modal/draw...Campbell Barton
2013-01-16draw the brush size with pressure applied (when the tablet is used), nice to ...Campbell Barton
2013-01-09style cleanupCampbell Barton
2012-12-28This commit frees list ui items from their dependencies to Panel, and hence f...Bastien Montagne
2012-12-23Added support of J2K codec for Jpeg2000 writingSergey Sharybin
2012-12-20style cleanupCampbell Barton
2012-12-18changing RNA properties now prints python script in the info view.Campbell Barton
2012-12-18functions to make a string representation of a property & assignment.Campbell Barton
2012-12-14style cleanupCampbell Barton
2012-12-13style cleanup: changes from recent commitsCampbell Barton
2012-12-12Holiday coding log :)Ton Roosendaal
2012-12-09fix [#33442] UnitsCampbell Barton
2012-11-28Fix #33330: Proxies are not built in Sequencer if preview is visibleSergey Sharybin
2012-11-14fix for the update issue reported in [#32452]Campbell Barton
2012-11-07fix [#33108] Running save_as_mainfile breaks relative texture pathsCampbell Barton
2012-11-06Bugfix #33092Ton Roosendaal
2012-11-01fix [#30910] Problems: Add Shortcut(s) for "Ctrl Tab" menuCampbell Barton
2012-10-29Bugfix #33004Ton Roosendaal
2012-10-05code cleanup: use functions to initialize selection user data structs, use ra...Campbell Barton
2012-09-28fix for header not updating with an error report when a job finishes.Campbell Barton