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
2012-10-04Kind of cleanup of "menu strings": always have a space between the entry's la...Bastien Montagne
2012-09-23fix for all pose-group editing functions crashing when the context didnt have...Campbell Barton
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton
2012-09-19Add a "Header" sub-menu to the right-click one of all buttons in a header are...Bastien Montagne
2012-09-19Fix missing dependency graph update when switching to another scene, now doesBrecht Van Lommel
2012-09-18Color Management: fixed crash when changing display device in screenshot sav...Sergey Sharybin
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-09-14fixes for NULL checks, remove some redundant checks and add some in that have...Campbell Barton
2012-09-10Fix #32530: animation playback did not respect preview frame range if the cur...Brecht Van Lommel
2012-09-09style cleanup:Campbell Barton
2012-09-07fix [#30063] Weight Paint + Pose Mode: [m] key does not toggle Face Selection...Campbell Barton
2012-09-06code cleanup: capitalize defines.Campbell Barton
2012-08-23code cleanup: rename BLI_in_rctf() --> BLI_rctf_isect_pt(), to conform with o...Campbell Barton
2012-08-23de-duplicate sequencer jump operator, use next/prev option instead.Campbell Barton
2012-08-22code cleanup: use rect size macrosCampbell Barton
2012-08-21code cleanup: use BLI_RCT_SIZE macroCampbell Barton
2012-08-20macros for rectangle center and sizeCampbell Barton
2012-08-17fix own error in recent smoothview cleanup, also correct some cross reference...Campbell 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-12code cleanup: WM naming conventionsCampbell Barton
2012-08-11fix for minor UI annoyance - when the window is fullscreen now dont draw area...Campbell Barton
2012-08-09utility functions for getting/setting rectangles for operators.Campbell Barton
2012-08-08code cleanup: rename G.afbreek --> is_break, G.rendering --> is_renderingCampbell Barton
2012-08-08code cleanup: rename G.rt to G.debug_valueCampbell Barton
2012-08-05use define for 0.375 = GLA_PIXEL_OFS, used all over the interface.Campbell Barton
2012-08-04style cleanupCampbell Barton
2012-08-04style cleanupCampbell Barton
2012-07-31resolve glitch in the image space where mask editing and UVs would conflict.Campbell Barton
2012-07-29add inline functions for max/min ints, good to use when the arguments are fun...Campbell Barton
2012-07-27up/down arrows were not switching mask keyframes in the image spaceCampbell Barton
2012-07-25mask UI for space imageCampbell Barton
2012-07-25move mask and draw settings into its own struct to be shared between spaces.Campbell Barton
2012-07-17code cleanup: spellingCampbell Barton
2012-07-15minor refactor for rect functions. more consistent naming.Campbell Barton
2012-07-12add bli rect funcs BLI_rctf_init_minmax, BLI_rcti_init_minmaxCampbell Barton
2012-07-11vector versions of BLI_in_rctf / BLI_in_rcti, (BLI_in_rctf_v, BLI_in_rcti_v)Campbell Barton
2012-07-08style cleanupCampbell Barton
2012-07-04More spell checking.Bastien Montagne
2012-07-03More spell and typo fixes (mostly visualise->visualize, grey->gray, normalise...Bastien Montagne
2012-06-27style cleanupCampbell Barton
2012-06-21Fix #31787, moving the mouse cursor outside the Blender window doesn't change...Lukas Toenne
2012-06-19Changes in clip editor's public api to make it's more clearSergey Sharybin
2012-06-17style cleanup:Campbell Barton
2012-06-04abbreviate mask-editing to mask-editCampbell Barton
2012-06-04mask mode for clip editor developed by Sergey Sharybin, Pete Larabell and mys...Campbell Barton
2012-05-27when SCREEN_OT_keyframe_jump fails dont send notifiers or call sound_seek_sceneCampbell Barton
2012-05-27code cleanup:Campbell Barton
2012-05-25Fix for last commit, forgot to update Screen.is_animation_playing python prop...Brecht Van Lommel