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-11-27Merge w/ trunk: r52086-r52534 (As with last time, the game engine was not mer...soc-2012-swiss_cheeseJason Wilkins
2012-11-24remove USER_DISABLE_AA/use_antialiasing, this wasn't available from the UI bu...Campbell Barton
2012-11-20Triangulate modifierAntony Riakiotakis
2012-11-18style cleanup: comments & spellingCampbell Barton
2012-11-16debug utility for drawing in the 3d viewport (uncomment define to use), helpf...Campbell Barton
2012-11-15Image thread safe improvementsSergey Sharybin
2012-11-12Merge w/ trunk: r51141-52085 (Important Note: gameengine and blenderplayer we...Jason Wilkins
2012-11-10Added UI support to set OpenGL MultiSample.Ton Roosendaal
2012-11-09add fallbacks for BM_vert_calc_shell_factor() and BM_vert_calc_mean_tagged_ed...Campbell Barton
2012-11-09Axis Colours are now ThemeableJoshua Leung
2012-11-05Render engines: replace number of x/y tiles with tile sizeSergey Sharybin
2012-11-03code cleanup: float <> double conversion.Campbell Barton
2012-11-01style cleanupCampbell Barton
2012-10-27style cleanupCampbell Barton
2012-10-26code cleanup: use min_/max_ math functions, add minmax_v2_v2v2.Campbell Barton
2012-10-25Fix compilation in paranoid gcc warnings=errors mode...Bastien Montagne
2012-10-25Camera: bring Title Safe display up to date, making it a Safe Areas option thatBrecht Van Lommel
2012-10-25hide text overlays when 'Only Render' option is enabled.Campbell Barton
2012-10-23use min_ max_ functions in more places.Campbell Barton
2012-10-23rename api functions...Campbell Barton
2012-10-23Fix #32941: Sequencer Preview shows texture which is apart of the window.Sergey Sharybin
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-16Cycles: non-camera viewport render border supportSergey Sharybin
2012-10-10refactor screen foreach functions to accept float[2] arguments rather then in...Campbell Barton
2012-10-08Fix #32800: Cycles viewport incredible slow with high number of tilesSergey Sharybin
2012-10-07style cleanup: line length,Campbell Barton
2012-10-07Merge w/ trunk: r50097-r51140 (also, I got ahead of myself and fixed a lot of...Jason Wilkins
2012-10-07style cleanup: if();Campbell Barton
2012-10-05Cycles: add "From Dupli" option for texture coordinate node. This gets theBrecht Van Lommel
2012-10-04make ED_view3d_project_int equivalent to ED_view3d_project_short functions.Campbell Barton
2012-09-30style cleanupCampbell Barton
2012-09-28code cleanup: correct spellingCampbell Barton
2012-09-27style cleanup: also correct incorrect doxy headingCampbell Barton
2012-09-20code cleanup: some redundant assignments in view3d_draw_bgpic()Campbell Barton
2012-09-20code cleanup:Campbell Barton
2012-09-19code cleanup: make shape key api names consistent with our new convention.Campbell Barton
2012-09-15Merged this part of code by mistake.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-07code cleanupCampbell Barton
2012-09-06Fix wrong cycles tile size in viewport, could affect performance a bit.Brecht Van Lommel
2012-09-04Cycles: merge of changes from tomato branch.Brecht Van Lommel
2012-09-03add endian switch functions to replace macros SWITCH_INT/LONG/SHORT, with BLI...Campbell Barton
2012-08-22code cleanup: use rect size macrosCampbell Barton
2012-08-21"Pens Down" merge /w trunk r49015-r50064. Make clean patches for Google Summ...Jason Wilkins
2012-08-21code cleanup: use BLI_RCT_SIZE macroCampbell Barton
2012-08-11Switching most gl view calls to gpu wrapper (To avoid a lot REAL_GL_MODE for ES)Alexander Kuznetsov
2012-08-09Fixed typo in clip's display aspect usageSergey Sharybin
2012-08-08code cleanup: rename G.rt to G.debug_valueCampbell Barton
2012-08-08header fixup, aspect api, warning fixes, removed some minor use of display li...Jason Wilkins