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-20Fix drawing of translated strings (can't use _ascii version of BLF_draw in th...Bastien Montagne
2013-02-19Another huge bunch of new UI translations (some reported by Leon Cheung, than...Bastien Montagne
2013-02-18Fix #34289: Wrong grid color on light backgroundSergey Sharybin
2013-02-15style cleanupCampbell Barton
2013-02-15Fix 3d view DPI issue with object name overlapping axis icon.Brecht Van Lommel
2013-01-24Fix threading issues of viewport rendering when using movies/generated imagesSergey Sharybin
2013-01-21Vertex bevel: adjust vertex positions to make a more rounded pattern.Howard Trickey
2013-01-18move draw all edges into the object settings (object panel), makes more sense...Campbell Barton
2013-01-08style cleanupCampbell Barton
2013-01-07Make options for background gradient more organized.Antony Riakiotakis
2013-01-07Bug fix 33778Ton Roosendaal
2013-01-07split viewport clearing into its own function: view3d_main_area_clear()Campbell Barton
2013-01-07compare normalized vectors when calculating the view horizonCampbell Barton
2013-01-07style cleanupCampbell Barton
2013-01-07style cleanup: '} else' and add this check to check_style_c.pyCampbell Barton
2013-01-06Small draw optimization: Draw sky with glDrawElements. CalculateAntony Riakiotakis
2013-01-06Slight modification of viewport sky: Avoid clearing the colour bufferAntony Riakiotakis
2013-01-06Eyecandy feature: background gradient for 3D viewport. Enable in user prefere...Antony Riakiotakis
2013-01-06add ability to use world gradient rendering when 'Only Render' option is enab...Campbell Barton
2013-01-05Changes for opengl render to reflect new alpha premul pipelineSergey Sharybin
2013-01-05revert r53570, alpha background is useful for projection paint 'Quick Edit',Campbell Barton
2013-01-05Fix #33767: Edge of objects rendered out jerky when using OpenGL RenderingSergey Sharybin
2012-12-18Nicer function for drawing text in 3d window:Ton Roosendaal
2012-12-17missed this recent commit, while drawing grease pencil, draw if 'Render Only'...Campbell Barton
2012-12-17fix [#33501] Grease pencil in OpenGL renderCampbell Barton
2012-12-16Fix region overlap drawing over render info text in image editor and 3d view.Brecht Van Lommel
2012-12-13disable openmp thread assert, would fail in cases where the caller was lockin...Campbell Barton
2012-12-13region overlap feature missed view3d grid-scale text, increase string size fo...Campbell Barton
2012-12-13style cleanup: changes from recent commitsCampbell Barton
2012-12-12Holiday coding log :)Ton Roosendaal
2012-12-12Sequencer: add textured solid option for opengl previewSergey Sharybin
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-12-09fix [#33442] UnitsCampbell Barton
2012-11-26style cleanupCampbell Barton
2012-11-25Fix #33291: when using boundbox drawtype for a large number of duplicated obj...Brecht Van Lommel
2012-11-25More fixes to parallel tests to make them less sensitive, prevents assert fai...Howard Trickey
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-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