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-08-02code cleanup: remove redundant float castsCampbell Barton
2012-07-29code cleanup: replace MIN2/MAX2 with minf/maxfCampbell Barton
2012-07-25match function names for clip/image spacesCampbell Barton
2012-07-25mask now draws in the image view, misc minor edits.Campbell Barton
2012-07-25image space now has a mode for view/paint/mask editing.Campbell Barton
2012-07-18fix incorrect assert for mask face checking, also correct own bad spellingCampbell Barton
2012-07-14add is_quad_convex_v2(), SET_UINT_IN_POINTER, GET_UINT_FROM_POINTER macros & ...Campbell Barton
2012-07-11vector versions of BLI_in_rctf / BLI_in_rcti, (BLI_in_rctf_v, BLI_in_rcti_v)Campbell Barton
2012-07-11code cleanup: use const for passing vectorsCampbell Barton
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-06-27style cleanup: also some spelling correction.Campbell Barton
2012-06-24style cleanypCampbell Barton
2012-06-17style cleanup:Campbell Barton
2012-06-04Fix #31093: Brush's "Paint curve presets" in Image paint in UV\Image Editor d...Sergey Sharybin
2012-05-27style cleanupCampbell Barton
2012-05-21code cleanup: spellingCampbell Barton
2012-05-20code cleanup:Campbell Barton
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-17style cleanup: line length and ensure some macros error when not ending with ';'Campbell Barton
2012-05-13code cleanup: minor improvements to float/vector usage.Campbell Barton
2012-05-05Second part of fix for [#31157]: Some (actually, 172) operators have no tooltip.Bastien Montagne
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-05-05code cleanup: BKE_scene api naming.Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-05-05code cleanup: brush/camera namingCampbell Barton
2012-04-30style cleanup: re - http://wiki.blender.org/index.php/Dev:Doc/CodeStyle#Brace...Campbell Barton
2012-04-30code cleanup: header cleanupCampbell Barton
2012-04-28style cleanup: format 'for' loop macros the same as for loops, some renaming ...Campbell Barton
2012-04-25style cleanup: no functional changesCampbell Barton
2012-04-22style cleanup: commentsCampbell Barton
2012-04-21style cleanup: multi-line if statements.Campbell Barton
2012-04-15code cleanup: dont include BLI_winstuff.h on non windows systems, also cleanu...Campbell Barton
2012-04-03stule cleanup: edits for files which were recently cleaned up.Campbell Barton
2012-04-02Fix #30769: cycles showing wrong image from active face in the uv editor,Brecht Van Lommel
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-28style cleanup: mainly whitespace around operators and indentation - paint/scu...Campbell Barton
2012-03-28code cleanup: (dont include ';' in defines), last commit also missed changes ...Campbell Barton
2012-03-27Fix related to #30674: remove unnecessary global undo push during image paint,Brecht Van Lommel
2012-03-27Fix related to #30674: 2D image painting would do unnecessary full GL textureBrecht Van Lommel
2012-03-27style/name cleanup: have EDBM_* functions match our style guide and also matc...Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-17bugfix. Brush zoom could fail if uv sculpting was onAntony Riakiotakis
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-08style cleanup - spelling.Campbell Barton
2012-03-07Mango request: use active scene clip as background for sequencer scene strip ...Sergey Sharybin
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-03-02code cleanup:Campbell Barton
2012-03-01Spelling CleanupCampbell Barton