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-02-11OpenGL immediate mode: uvedit_draw.cLuca Rood
2017-02-10Use OBACT_NEW to show the object edit modeDalai Felinto
2017-02-10Complete immUniform functions to support 2float and 3floatAntonio Vazquez
2017-02-10Alembic: fixed mistake in bounding box computationSybren A. Stüvel
2017-02-10Alembic: using Base* instead of Object* to get selectionSybren A. Stüvel
2017-02-10Alembic: don't use parent_selected() to determine which object to exportSybren A. Stüvel
2017-02-10Cleanup: Use const for array argumentJulian Eisel
2017-02-10Remove most (maybe all?) remaining yellow textJulian Eisel
2017-02-09Fix missing highlights in 3D ViewJulian Eisel
2017-02-09Fix object selection in 3D ViewJulian Eisel
2017-02-09Support activating collections from outlinerJulian Eisel
2017-02-09Main fix for outliner, but still need changesDalai Felinto
2017-02-09Support displaying collections in outlinerJulian Eisel
2017-02-09Depsgraph fix for scene layersDalai Felinto
2017-02-09More housecleaning (BASACT > BASACT_NEW)Dalai Felinto
2017-02-09Layers: set active object in doversion for all render layersDalai Felinto
2017-02-09Update get_camera_with_movieclipDalai Felinto
2017-02-09Change ITER_BEGIN to work in C++ (include object type in the macro)Dalai Felinto
2017-02-09Fix widget not showing upDalai Felinto
2017-02-09Temporary fix for object panelDalai Felinto
2017-02-09Fix logic in CollectionEngineSetting updateDalai Felinto
2017-02-09Clay Engine : fixClément Foucault
2017-02-09CollectionEngineSettings calculate: set COLLECTION_PROP_USE for combined prop...Dalai Felinto
2017-02-09Clay Engine: support for overrides (not working yet)Clément Foucault
2017-02-09Fix crashes on outliner (fixup for rB2a16a4ee)Dalai Felinto
2017-02-09Fix active object name not showing in viewportDalai Felinto
2017-02-09OpenGL: outliner_draw_tree_element uses new imm modeCyrax
2017-02-09added UI_GetThemeColorShade4ubv functionCyrax
2017-02-08Update outliner_draw_hierarchy_lines to use new imm modeCyrax
2017-02-08OpenGL: outliner_draw_highlights uses new imm modeCyrax
2017-02-08Cleanup: warningsCampbell Barton
2017-02-08Fix uninitialized var with FOREACH_SCENE_OBJECTCampbell Barton
2017-02-08Fix breakage when saving files from the UIDalai Felinto
2017-02-08create BKE_scene_layer_activeDalai Felinto
2017-02-08Bring back Lasso and Circle selection backDalai Felinto
2017-02-08Merge branch 'master' into blender2.8Sybren A. Stüvel
2017-02-08Fix T49249: Alembic export with multiple hair systems crash blenderSybren A. Stüvel
2017-02-08Alembic export: avoid infinite loops trying to find parent objects.Sybren A. Stüvel
2017-02-08Alembic export: only create transform writer if the object should be exportedSybren A. Stüvel
2017-02-08Alembic: #undef'ed the correct macroSybren A. Stüvel
2017-02-08Alembic: Use getXForm() in check, because it's used in rest of the function tooSybren A. Stüvel
2017-02-08Alembic: Renamed copy_zup_yup to copy_yup_from_zup (and same for zup_from_yup)Sybren A. Stüvel
2017-02-07Partial "fix" for objects not being selectedDalai Felinto
2017-02-07Cleanup: Use const qualifier in some of color management codeSergey Sharybin
2017-02-07Sequencer: Some extra speedup in color space conversionSergey Sharybin
2017-02-07Color management: Add utility function to convert byte to float with processo...Sergey Sharybin
2017-02-07Sequencer: Speedup conversion to sequencer spaceSergey Sharybin
2017-02-07Color management: Implement threaded byte buffer conversionSergey Sharybin
2017-02-07Layers: get/update CollectionEngineSettings (depsgraph placeholder)Dalai Felinto
2017-02-07Param `is_cached` not being used in` bvhtree_from_mesh_edges_setup_data`Germano Cavalcante