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
path: root/source
AgeCommit message (Expand)Author
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-02BLF can use Theme colorsMike Erwin
2017-02-02set default color for BLF fontsMike Erwin
2017-02-02add BLF_color functionsMike Erwin
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-01OpenGL: use new matrix API for Loop CutMike Erwin
2017-02-01OpenGL: fix MultMatrix orderMike Erwin
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-31Cleanup: Rename callback flags from library_query to `IDWALK_CB_...`Bastien Montagne
2017-01-31blender 2.8: OpenGL immediate mode: editmesh_loopcut.cMike Erwin
2017-01-31OpenGL: remove NPOT texture rescaling logicMike Erwin
2017-01-31Fix compilation error: too few arguments to function call.Kévin Dietrich
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-31Make 'make local' twice quicker.Bastien Montagne
2017-01-31Optimization: pass Main to BKE_library_foreach_ID_link() and use its relations.Bastien Montagne
2017-01-31Fix missing non-ID nodetrees in ID relationships built from library_query.cBastien Montagne
2017-01-31Add optional, free-after-use usages mapping of IDs to Main.Bastien Montagne
2017-01-31Fix T49632: Grease pencil in "Edit Strokes" mode: Snap tool did not snap poin...Germano Cavalcante
2017-01-30Alembic/CacheFile: fix crash de-referencing NULL pointer.Kévin Dietrich
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-29Fix T50550: GPUShader: compile error - Background image not showing inKévin Dietrich
2017-01-29Fix blurry iconsraa
2017-01-29fix D2489: Collada exporter broke edit data when exporting Armature while in ...Gaia Clary
2017-01-28fix D2489: Collada exporter broke edit data when exporting Armature while in ...Gaia Clary
2017-01-27Fix (IRC reported) DataTransfer modifier affecting base mesh in some cases.Bastien Montagne
2017-01-27Fix T50534, Part II: warn user when DataTransfer mod affects custom normals.Bastien Montagne
2017-01-27Fix T50534: Part I, cleanup loop normals generated during modifier stack eval...Bastien Montagne
2017-01-27Snap Functions: Remove the use of the function 'BLI_bvhtree_find_nearest_to_r...Germano Cavalcante
2017-01-27Mesh batch caches should not be stored in fileDalai Felinto
2017-01-27Fixup for rBac58a7fa (HSV doversion)Dalai Felinto
2017-01-26Mesh batch caches update from depsgraphDalai Felinto
2017-01-26Depsgraph: mesh cache depends needs updates when geometry changes (patch by S...Dalai Felinto
2017-01-26Use the ultimate depsgraph callback functionDalai Felinto
2017-01-26Depsgraph: Add placeholder function to handle objects updateSergey Sharybin