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
2016-05-17Bendy Bones: Cleaning up version patching for latest versionBendyBonesJoshua Leung
2016-05-17Bendy Bones: Fix for Clear Rotation/Scale not affecting the Bendy Bone settingsJoshua Leung
2016-05-17Bendy Bones: Tweak UI for custom reference bones to be tiderJoshua Leung
2016-05-17Bendy Bones: Code Cleanup - Use const for all these intermediate values tooJoshua Leung
2016-05-17Bendy Bones: Option to treat disconnected bbone start/end reference locations...Joshua Leung
2016-05-17Bendy Bones: Added ability to add custom reference prev/next bones for contro...Joshua Leung
2016-05-17Bendy Bones: RNA Cleanup - Naming, tooltips, rangesJoshua Leung
2016-05-17Bendy Bones: Fix for "flattening out" glitch when scaling up the boneJoshua Leung
2016-05-17Bendy Bones: Adding a bit of documentation to the code to show what's happeningJoshua Leung
2016-05-17Bendy Bones: Fix for "double transform" caused by bendy bone values being set...Joshua Leung
2016-05-17Bendy Bones: Keying Set supportJoshua Leung
2016-05-17Bendy Bones: Breakdowner + Pose Slide tools support for these propertiesJoshua Leung
2016-05-17Bendy Bones: Code Cleanup/Scaling FixJoshua Leung
2016-05-17Bendy Bones: Code Cleanup - More steps to simplify + clarify the scaling codeJoshua Leung
2016-05-17Bendy Bones: Code Cleanup - Simplify float conversions here to be easier to f...Joshua Leung
2016-05-17Bendy Bones: Fix behaviour of scale in/out in editmode preview tooJoshua Leung
2016-05-17Bendy Bones: Remove all the remaining BBone options from the Deform panelJoshua Leung
2016-05-17Bendy Bones: Copy/Paste pose now copies these settings over toJoshua Leung
2016-05-17Bendy Bones: Tweak to try and get rid of shearing issues when scaling bonesJoshua Leung
2016-05-17Constraints: BBones Head/Tail Interpolation is now optionalJoshua Leung
2016-05-17Fix for Constraints Head/Tail on BBonesJoshua Leung
2016-05-17Constraints: Head/Tail interpolation follows bbone shape, instead of doing st...Joshua Leung
2016-05-17Bendy Bones: Fix - Scale In/Out not being initialised for new pose bonesJoshua Leung
2016-05-17Bendy Bones: Tweaks to UI layout for Bendy Bones panelJoshua Leung
2016-05-17Bendy Bones: Code Cleanup - Expose equalize_bezier() as equalize_bbone_bezier()Joshua Leung
2016-05-17Bendy Bones: Curved Bone settings in EditMode act as "Rest Pose" (Experimental)Joshua Leung
2016-05-17Bendy Bones: Fix tooltip for "Inherit End Roll" to be a bit more descriptiveJoshua Leung
2016-05-17Bendy Bones: Restore bone->ease1/2 for hlength1/2 calcsJoshua Leung
2016-05-17Bendy Bones: Fix for crash when enabling "Inherit EndRoll"Joshua Leung
2016-05-17Bendy Bones: Code Cleanup - Remove all the unnecessary prints + debug code le...Joshua Leung
2016-05-17Bendy Bones: At last, it works!Joshua Leung
2016-05-17BendyBones WIP - Temporarily knocked out change to the matrix multiplication ...Joshua Leung
2016-05-17BendyBones - Note about potential cause of segment length + blenrig bugsJoshua Leung
2016-05-17Code Cleanup - Remove some more leftover gunkJoshua Leung
2016-05-17Version patching fixes for the new bbone settingsJoshua Leung
2016-05-17Code Cleanup: Removed some obsolete code that seems to be left over from prev...Joshua Leung
2016-05-17Code Cleanup - More style cleanups and removing unneeded extra stepsJoshua Leung
2016-05-17UI Tweak: Rename labels to be easier to read with typical panel widthsJoshua Leung
2016-05-17Code CleanupJoshua Leung
2016-05-17Initial patch for improved bendy bonesJoshua Leung
2016-05-17Fix CUDA MEMCPY condition, it should only copy 3D, 2D or 1D.Thomas Dinges
2016-05-17Cycles / Requested Features: Volume was missing in logging print.Thomas Dinges
2016-05-16Usual i18n/UI messgaes fixes...Bastien Montagne
2016-05-16Remove strict header, gives issues with gcc5xCampbell Barton
2016-05-16Cleanup: use const argsCampbell Barton
2016-05-16CustomData: Support for >2gig layersCampbell Barton
2016-05-16Cleanup: simplify checks calculating tangentsCampbell Barton
2016-05-16BLI_task: Add new 'BLI_task_parallel_range_finalize()'.Bastien Montagne
2016-05-16BLI_task: Add back lost 'push_from_thread' change to BLI_task_parallel_range(...Bastien Montagne
2016-05-16Fix T48447: Inactive menu items don't grey-out iconsCampbell Barton