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-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
2012-09-22Improvement to own commit r50810.Campbell Barton
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-08-26style cleanup: whitespaceCampbell Barton
2012-08-15fix for missing change to fluidsim from last commit and name jobs a more usef...Campbell Barton
2012-08-15add wm job types they are not used yet, so this just defines them for new job...Campbell Barton
2012-08-13style cleanupCampbell Barton
2012-08-12style cleanupCampbell Barton
2012-08-12code cleanup: WM naming conventionsCampbell Barton
2012-08-09utility functions for getting/setting rectangles for operators.Campbell Barton
2012-08-01style cleanup: whitespace, also add '?' to save over popup since it wasnt tot...Campbell Barton
2012-06-28option so operators can be executed with undo enabled (and redo).Campbell Barton
2012-05-28move mouse select options into their own property function - more operators s...Campbell Barton
2012-05-14code cleanup: add WM_gesture_lasso_path_to_array, move mouse path to array co...Campbell Barton
2012-05-05Fix related to [#31157]: Tips (descriptions) of macro operators were not set ...Bastien Montagne
2012-04-24screenshot operator now adds file extension in the file selector and has its ...Campbell Barton
2012-03-21wm/operator code:Campbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-02-29Code Cleanup: remove non existing function declarations.Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-01-24Fix #29946: Recover Auto Save defaults to "Short List" View -- Cannot determi...Sergey Sharybin
2012-01-11running operators now uses last used settings, added reset button to set defa...Campbell Barton
2011-12-12add WM_operator_call_notest() for operators that need to call themselves with...Campbell Barton
2011-12-11fix [#29579] Redo brolken when jobs are runningCampbell Barton
2011-12-05Fix #28107: save screenshot operator option to save full screen or only a singleBrecht Van Lommel
2011-11-29Fix #27328: Undoing an operation while baking fluids freezes BlenderSergey Sharybin
2011-11-14fix [#29242] menus have no keyboard shortcutsCampbell Barton