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
2011-07-10Some optimizations and coding style improvements across the retargeting and c...Benjy Cook
2011-07-08Added baking/unbaking functionality to constraint system. Retargeting now add...Benjy Cook
2011-07-07Remove unnecessary line from previous commit which slipped throughJoshua Leung
2011-07-07Patch [#23682] Add sort+move to bone group list in panelJoshua Leung
2011-07-06pep8 compliance for python scriptsBenjy Cook
2011-07-06Changed creation of original location targets to be created only if needed fo...Benjy Cook
2011-07-06Cosmetic changes to UI. Also, added option to mark which bones should be plan...Benjy Cook
2011-07-06Coding style and cosmetic changes to mocap constraints moduleBenjy Cook
2011-07-06Added a small useful operator: Fix Armature Rotate. It fixes the common issue...Benjy Cook
2011-07-05Merging from trunk up to r38119.Joerg Mueller
2011-07-05Added access to denoising and new constraints functionality to UI scriptBenjy Cook
2011-07-05Added One-Sided distance constraint. Also fixed some bugs and syntax in const...Benjy Cook
2011-07-05Added denoising function. Uses a type of median filter to smooth out spikes, ...Benjy Cook
2011-07-04Current situationJeroen Bakker
2011-07-04Finished Freeze constraint, and target space option for Freeze and Point cons...Benjy Cook
2011-07-04Added smoothing variables to constraint creation, and now Active checkbox is ...Benjy Cook
2011-07-04Fixed some issues with stride bone and original empty creation and parenting....Benjy Cook
2011-07-03fix for python error when pinning a non mesh object in mesh editmode.Campbell Barton
2011-07-03fix for error when moving module, broke fracture tools and select internal fa...Campbell Barton
2011-07-02Early commit of mocap constraint work. Still very much a WIP, but Point const...Benjy Cook
2011-07-01quick explode failed if executed with no active objectCampbell Barton
2011-07-01uv mirror poll function wasnt checking UV's were available on the mesh. Campbell Barton
2011-07-01minor pep8 editsCampbell Barton
2011-06-30fix for own error in script edits, broke bpy_extras.mesh_utils.ngon_tesselateCampbell Barton
2011-06-30improve error report [#27775] External Image Editor Preference does not work Campbell Barton
2011-06-30Tweak to the toggle to show/hide datablock filtering items inJoshua Leung
2011-06-29Addon UI: button for removing addons which are installed to user/home paths, ...Campbell Barton
2011-06-29Created UI and Group Property for Motion Capture constraints, to be used to f...Benjy Cook
2011-06-29incorrectly had CMake storing directory names as filepathsCampbell Barton
2011-06-29Animation Editors - Small Visual Tweaks for UsabilityJoshua Leung
2011-06-29console autocomp import now excludes '_' prefixed variables and the results a...Campbell Barton
2011-06-29bug [#27779] Python console completion brokenCampbell Barton
2011-06-28make drawing faces in the UV editor an image space option, re-using the mesh ...Campbell Barton
2011-06-28fix [#27787] Smart UV Unwrap Results in OverlapsCampbell Barton
2011-06-27Some bugfixing and tweaking for retargeting. Script works now regardless of w...Benjy Cook
2011-06-27Added more IK functionality to UI. You can now toggle IK for selected bones.Benjy Cook
2011-06-27fix for editmode option toggleCampbell Barton
2011-06-27fix [#27778] Set Bone Flags - No Scale - Toggle seems not to work.Campbell Barton
2011-06-27Minor warning cleanup & fixCampbell Barton
2011-06-26Added IK functionality to retargeting. If rig contains an IK constraint, in a...Benjy Cook
2011-06-26Some bugfixing and coding styles changes suggested by ideasman_42.Benjy Cook
2011-06-25Fix [#27748] undeterministic behaviour of volumetric rendererMatt Ebb
2011-06-24Bugfixing and modification to ensure functionality when called from UI. Relat...Benjy Cook
2011-06-24UI and bugfixing for mocap retargeting. Still a WIP, UI/py work will modified...Benjy Cook
2011-06-24fix [#27742] Smart UV project no longer works in 2.58Campbell Barton
2011-06-24fix [#27747] Modal operator in Special Menu (W) ignores continues grabCampbell Barton
2011-06-24W special menu for changing orthographic camera lens scale was missingDaniel Salazar
2011-06-23Fix typo in addon user preferences menu.Brecht Van Lommel
2011-06-23More flexible size options for particle billboards. This adds scale factors f...Lukas Toenne
2011-06-22Merged with trunk r37717.Joerg Mueller