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
2017-04-08Fix WITH_LEGACY_OPENGL=ONCampbell Barton
2017-04-07OpenGL: use PRIM instead of GL enum for immBeginMike Erwin
2017-04-07Gawain: remove GL enum from vertex format APIMike Erwin
2017-04-07use COMP instead of GL enum to construct vertex formatMike Erwin
2017-04-07OpenGL: remove UI_reinit_gl_state functionMike Erwin
2017-04-07OpenGL: transition away from GL_QUADSMike Erwin
2017-04-07Gawain: append XXX to PRIM_QUADS to make it scaryMike Erwin
2017-04-07fix use of uninitialized variableMike Erwin
2017-04-07shrink fixed-size internal GLSL string buffersMike Erwin
2017-04-07use best GPU matrix function for the jobMike Erwin
2017-04-07OpenGL: support GLSL 3.3 core profileMike Erwin
2017-04-07Workaround for weightpoint not workingDalai Felinto
2017-04-07Simplified some test code in render_layer_common.pySybren A. Stüvel
2017-04-07No more need to alter sys.path in each and every render_layer unit test.Sybren A. Stüvel
2017-04-07Tests: import blendfile without modifying sys.pathSybren A. Stüvel
2017-04-07Merge branch 'master' into blender2.8Sybren A. Stüvel
2017-04-07OpenGL: Get rid of PRIM_QUADS usage in manipulators codeJulian Eisel
2017-04-07OpenGL / Outliner: QUADS are not supported in coreDalai Felinto
2017-04-07Fix drawing of planar transfrom manipulators, update matrix codeJulian Eisel
2017-04-07Alembic import: prevent crash when cancelling import.Sybren A. Stüvel
2017-04-07Alembic import: prevent double user decrement when cancelling import.Sybren A. Stüvel
2017-04-07Cycles: Fix access of NULL pointer as arraySergey Sharybin
2017-04-073D Manipulator: add back protected flags checkCampbell Barton
2017-04-07Alembic: synced gather_objects_paths with visit_objectsSybren A. Stüvel
2017-04-073D View: manipulator from custom-manipulators branchCampbell Barton
2017-04-07Replace CGSubSurf direct includes to GL/glew.hDalai Felinto
2017-04-07Cleanup: Unused functionSergey Sharybin
2017-04-07Cycles: Fix corrupted mesh render when topology differs at the next frameSergey Sharybin
2017-04-07Cycles: Change work pool and global size of split CPU for easier debuggingMai Lavelle
2017-04-07Cycles: Fix indentationMai Lavelle
2017-04-07Cycles: Add missing flushMai Lavelle
2017-04-07Cycles: Check ray state properly to avoid endless loopMai Lavelle
2017-04-07Alembic: documented use of CacheReader structSybren A. Stüvel
2017-04-07Alembic: just pass NULL when we know mcmd->reader is NULL.Sybren A. Stüvel
2017-04-07Fix building alembic gtest with buildinfo...Bastien Montagne
2017-04-07Fix compilation error after recent changesSergey Sharybin
2017-04-07OpenGL: disable rotate manipulator clipping on MacMike Erwin
2017-04-07fix rotation manipulator's Push/PopMatrix balanceMike Erwin
2017-04-07Fix T51137: Edge Rip HangsCampbell Barton
2017-04-07OpenGL: refactor ui_panel_category_draw_tabMike Erwin
2017-04-07OpenGL: refactor UI_draw_roundbox functionsMike Erwin
2017-04-06New build option WITH_LEGACY_OPENGLDalai Felinto
2017-04-06Fix T51135: Cylinder primitive generated bad UVsGermano Cavalcante
2017-04-06Depsgraph: Prefer use anonymous structs for unused argumentsSergey Sharybin
2017-04-06Alembic: rewrapped some lines to fit within 80 chars.Sybren A. Stüvel
2017-04-06Alembic import: compatibility with pre-C++11 compilers.Sybren A. Stüvel
2017-04-06Alembic import: restructured the importer w.g.t. parenthoodSybren A. Stüvel
2017-04-06Alembic: rotation mode issue in copy_m44_axis_swap, and added unit tests.Sybren A. Stüvel
2017-04-06Added float[][] comparison macros to testing.hSybren A. Stüvel
2017-04-06Alembic: Renamed create_rotation_matrix to create_swapped_rotation_matrix and...Sybren A. Stüvel