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-01-07svn merge ^/trunk/blender -r50999:51100soc-2012-bratwurstCampbell Barton
2012-10-04Kind of cleanup of "menu strings": always have a space between the entry's la...Bastien Montagne
2012-09-26merge with trunk -r50910Antony Riakiotakis
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-09-01merge with trunk r50303Antony Riakiotakis
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-21svn merge ^/trunk/blender -r50010:50095Campbell Barton
2012-08-21code cleanup: use BLI_RCT_SIZE macroCampbell Barton
2012-08-20macros for rectangle center and sizeCampbell Barton
2012-08-19code cleanupCampbell Barton
2012-08-19svn merge ^/trunk/blender -r49900:49963Campbell Barton
2012-08-19svn merge ^/trunk/blender -r49800:49900Campbell Barton
2012-08-19svn merge ^/trunk/blender -r49750:49800Campbell 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-10merge with trunk 49750Antony Riakiotakis
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-06merge troonk revusion 49612Antony Riakiotakis
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-31merge with trunk 49411Antony Riakiotakis
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-18merge with trunk 49039Antony Riakiotakis
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