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-06Specify the correct size of the BVHTree of edgesGermano Cavalcante
2017-02-06Standardization and style for BKE_bvhutilsGermano Cavalcante
2017-02-06Fix 'public' global 'g_atexit' var in Blender.Bastien Montagne
2017-02-06Fix compilation error after recent changeSergey Sharybin
2017-02-06Add shortcuts for unsigned int, short, long and charSergey Sharybin
2017-02-06Use hash instead of linear lookup in armature deformSergey Sharybin
2017-02-06Multi-thread displace modifierSergey Sharybin
2017-02-06Displace modifier: Use special version of texture samplingSergey Sharybin
2017-02-06Add special texture sampling function which takes image pool argumentSergey Sharybin
2017-02-06Fix memory leak when building without audaspaceSergey Sharybin
2017-02-06C++ conformance fixes (MSVC /permissive-)Phil Christensen
2017-02-06fix T50602: Avoid crash when executing `transform_snap_context_project_view3d...Germano Cavalcante
2017-02-05Cleaning of the last commit: lack of attention with the debug of time X(Germano Cavalcante
2017-02-05Optimize BVHTree creation of vertices that have BLI_bitmap testGermano Cavalcante
2017-02-05fix T50592: Scene.raycast not workingGermano Cavalcante
2017-02-04Fix (unreported) crash in new snap code.Bastien Montagne
2017-02-04Fix T50590: BI lamp doesn't hold a texture in this case.Bastien Montagne
2017-02-04Snap System: Use callbaks to differentiate how referenced vertives of Derived...Germano Cavalcante
2017-02-04Remove flag: `SNAP_OBJECT_USE_CACHE` from snap_contextGermano Cavalcante
2017-02-03fix T46892: snap to closest point now works with Individual OriginsGermano Cavalcante
2017-02-03Forgotten in committee ddf99214dc06Germano Cavalcante
2017-02-03Fix T49860: Copying vgroups between objects sharing the same obdata was not p...Bastien Montagne
2017-02-03Depsgraph: Add some extra debug prints on evalSergey Sharybin
2017-02-03Explode modifier: Don't tessellate DM if we are not going to apply modifierSergey Sharybin
2017-02-03fix T49494: snap_align_rotation should use a local pivot to make the transfor...Germano Cavalcante
2017-02-02Fix T50084: Adding torus re-orders UV layers.Bastien Montagne
2017-02-02Fix T50524: Basis shapekey editing while rendering bug.Bastien Montagne
2017-02-02Fix T50497: prop_search not correctly drew in UI (D2473)raa
2017-02-02Fix T50535: Cycles render segfault when Explode modifier before hair particle...Sergey Sharybin
2017-02-02Revert the change of a default in a recent commitAaron Carlisle
2017-02-02Fix incorrect spot lamp blend in python GPU uniform export.Michael Stahre
2017-02-02Fix missing uniform type for python GPU uniform export.Michael Stahre
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-01-31Snap System: Invert the test order of the elements to snap (useful for ruler)Germano Cavalcante
2017-01-31Fix T50331: New Dependency Graph - "frame" python driver expression not workingSergey Sharybin
2017-01-31Fix variable shadow and avoid calculating same value twiceSergey Sharybin
2017-01-31Silence unused var warnings after rBac58a7faDalai Felinto
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-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