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-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-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-30Alembic/CacheFile: fix crash de-referencing NULL pointer.Kévin Dietrich
2017-01-29Remove `BKE_boundbox_ray_hit_check`Germano Cavalcante
2017-01-27Fix T50534: Part I, cleanup loop normals generated during modifier stack eval...Bastien Montagne
2017-01-26Fix unfreed memory after cleaning render layersDalai Felinto
2017-01-24Fix typo in commentSergey Sharybin
2017-01-21Fix T49527: Blender stalls when changing armature ghosting range with stepsiz...Joshua Leung
2017-01-20Fix own mistake in rB051526da6279, confusing off_t with ptrdiff_t.Bastien Montagne
2017-01-20Fix float buffer of tracking image accessed outside of check that it has been...Bastien Montagne
2017-01-20Cleanup/fix some BLI_string_utf8 not using size_t/off_t as expected.Bastien Montagne
2017-01-20D1873: Customize style for animation motion pathsAntonio Vazquez
2017-01-18GP Interpolate Sequence: Tool settings for controlling the shape of interpola...Joshua Leung
2017-01-16Cleanup/refactor: move BKE_deform_flip_side_name & co to BLI_string_utilsBastien Montagne
2017-01-16Cleanup/refactor: get rid of fixed name limit in BKE_deform_flip_side_name & co.Bastien Montagne
2017-01-16Cleanup/refactor: Add new BLI_string_util.Bastien Montagne
2017-01-12Dynamic Paint: recursively search for island border edges.Alexander Gavrilov
2017-01-12Dynamic Paint: provide margin of error for linking neighbors across seams.Alexander Gavrilov
2017-01-12Dynamic Paint: improve UV island border handling in effects.Alexander Gavrilov
2017-01-11Split interp_weights_face_v3 into specific functions for tris and quadsLuca Rood
2017-01-11Copy autosmooth mesh settings BKE_mesh_new_from_objectSergey Sharybin
2017-01-11Cleanup: Use more meaningful constants other than 0Sergey Sharybin
2017-01-11Add mid_v3_v3_array function and remove redundant functionsLuca Rood
2017-01-09Fix for T50373: lattices should not be able to get subsurf modifiersPhilipp Oeser
2017-01-09Fix T50385: Deadlock in BKE_libblock_remap_locked.Bastien Montagne
2017-01-06Fix: Audio plays back incorrectly after rendering to a video fileJörg Müller
2017-01-04Dynamic Paint: Fix random pixel flooding by absolute brush with spread.Alexander Gavrilov
2017-01-04Fix (IRC reported) bad handling of Text data-block user count.Bastien Montagne
2017-01-04Fix T50369: Objects can't be deleted from scene when using "link group object...Bastien Montagne
2017-01-01Fix T50305: When adding new ID with same name as existing, Blender could gene...Bastien Montagne
2016-12-27Fix T50240: Rendering crashes when synced to JACK TransportJörg Müller
2016-12-20String drawing function for the "simdebug" utilities.Lukas Tönne
2016-12-19Cleanup: rename paramenter to right nameAntonio Vazquez
2016-12-17Fix T50216: Missing checks caused data transfer segfaultLuca Rood
2016-12-13Fix strict compiler error when building without bulletSergey Sharybin
2016-12-12Cleanup: Get rid of unused BKE_rigidbody_relink_constraint().Bastien Montagne
2016-12-12Cleanup: Rename BKE_libblock_relink, and move it to BKE_library_remap.hBastien Montagne
2016-12-12Cleanup: Get rid of ntreeSwitchID(_ex) functions, use generic BKE_libblock_re...Bastien Montagne
2016-12-09Added --debug-io flag to command lineGaia Clary
2016-12-08Fix crash when opening a Blender file containing Alembic data.Kévin Dietrich
2016-12-07Fix (unreported) Sequencer Drop effect: wrong initial offset in second input ...Bastien Montagne
2016-12-07Fix T49893: Crash in Video Sequence Editor with 'drop' effect.Bastien Montagne
2016-12-05Fix depsgraph: hair collision is actually enabled, so add the relations.Alexander Gavrilov
2016-12-04Fix T50141: Nabla zero division on texture force fieldLuca Rood