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-07Render Layers and Collections (merge from render-layers)Dalai Felinto
2017-02-07fix unused var warningsMike Erwin
2017-02-07OpenGL: convert clip_dopesheet_draw to new imm modeMike Erwin
2017-02-07OpenGL immediate mode: interface_draw.c (cont)Clément Foucault
2017-02-06OpenGL immediate mode: interface_draw.c (cont)Clément Foucault
2017-02-06OpenGL immediate mode: interface_draw.c (cont)Clément Foucault
2017-02-06OpenGL immediate mode: interface_draw.cClément Foucault
2017-02-06Immediate mode: edit_curve_paint 1/2Dalai Felinto
2017-02-05fix most UI text colorMike Erwin
2017-02-03Modifications to GPU_texture:Clément Foucault
2017-02-03Fix shaders in some immBindBuiltinProgram callsLuca Rood
2017-02-02Merge branch 'master' into blender2.8Bastien Montagne
2017-02-02Fix T50084: Adding torus re-orders UV layers.Bastien Montagne
2017-02-02OpenGL immediate mode: transform_snap.c and part of drawnode.cLuca Rood
2017-02-02Make imm_drawcircball publicLuca Rood
2017-02-02OpenGL immediate mode: space_graph.cLuca Rood
2017-02-02Fix T50497: prop_search not correctly drew in UI (D2473)raa
2017-02-02OpenGL immediate mode: view3d_ruler.cLuca Rood
2017-02-02fix build: BLF Theme colorMike Erwin
2017-02-02OpenGL immediate mode: drawanimviz.cLuca Rood
2017-02-02Add GetThemeColorBlendShade3ubv functionLuca Rood
2017-02-01OpenGL immediate mode: editmesh_knife.cLuca Rood
2017-02-01OpenGL immediate mode: transform_constraints.cLuca Rood
2017-02-01OpenGL immediate mode: transform_generics.cLuca Rood
2017-02-01Fix T50570: pressing pgup or pgdn in any scrollable area irreversably alters ...Bastien Montagne
2017-02-01Snap System: BVH: Ignore calculations, in parent nodes, used only in perspect...Germano Cavalcante
2017-02-01OpenGL: use new matrix API for Loop CutMike Erwin
2017-01-31Snap System: Invert the test order of the elements to snap (useful for ruler)Germano Cavalcante
2017-01-31Fix variable shadow and avoid calculating same value twiceSergey Sharybin
2017-01-31Merge branch 'master' into blender2.8Bastien Montagne
2017-01-31Cleanup: use 'cb_flag', not 'cd_flag' for library_query callbacks.Bastien Montagne
2017-01-31blender 2.8: OpenGL immediate mode: editmesh_loopcut.cMike Erwin
2017-01-31Fix bug not reported: Ruler/Protractor: Snap to vertices and edges was not co...Germano Cavalcante
2017-01-31Snap System: Return depth by snapping to edges and vertices, because the Rule...Germano Cavalcante
2017-01-31Use the same solution to test the pixel distance to the AABB, with BoundBoxGermano Cavalcante
2017-01-31Optimization: pass Main to BKE_library_foreach_ID_link() and use its relations.Bastien Montagne
2017-01-31Fix T49632: Grease pencil in "Edit Strokes" mode: Snap tool did not snap poin...Germano Cavalcante
2017-01-30Cleanup: Unused function and and variables in snap codeSergey Sharybin
2017-01-30Snap System: BVH: ignore AABBs behind rayGermano Cavalcante
2017-01-30Fix unreported bug: parameter ray_start repeatedGermano Cavalcante
2017-01-30Solve compilation error: Field has incomplete type 'enum eViewProj'Germano Cavalcante
2017-01-29Remove `BKE_boundbox_ray_hit_check`Germano Cavalcante
2017-01-29New math_geom function `isect_ray_aabb_v3_simple`Germano Cavalcante
2017-01-29Rename func `set_SnapData` to `snap_data_set`Germano Cavalcante
2017-01-29fix T50486: Don't always do the `ray_start_correction` in the ortho viewGermano Cavalcante
2017-01-29Remove struct `PreDefProject` and store all immutable parameters within the n...Germano Cavalcante
2017-01-27Snap Functions: Remove the use of the function 'BLI_bvhtree_find_nearest_to_r...Germano Cavalcante
2017-01-26Merge branch 'master' into blender2.8Sergey Sharybin
2017-01-26Compositor: Make HSV node inputs a real socketsSergey Sharybin
2017-01-26Fix T50530: Crash on Info Editor "console"Dalai Felinto