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-21Two new operators for easier retargeting: Auto scale performer, and a first a...Benjy Cook
2011-07-20fix [#27922] using preset_paths() with an absolute path returns twice the sam...Campbell Barton
2011-07-20added bpy.path.basename because "//" prefix breaks os.path.basename.Campbell Barton
2011-07-19Added some simple feedback for long processes, currently being printed to the...Benjy Cook
2011-07-19fix for bpy.path.abspath(), if a path was passed it would get the last direct...Campbell Barton
2011-07-18Even more bugfixes for retarget, for various types of special cases.Benjy Cook
2011-07-18Bugfixing for retargeting - unconnected bones now retarget alot better. Also ...Benjy Cook
2011-07-18fix [#28005] Python Add-Ons are constantly reloaded if twice in the pathCampbell Barton
2011-07-18fix [#27971] Blender OBJ export with Z-Up setting produces an error and failsCampbell Barton
2011-07-16Small bugfix for prior commit - Removing constraints no longer causes an errorBenjy Cook
2011-07-16Keyframing Motion capture properties now works for the Point constraint. Also...Benjy Cook
2011-07-15Bugfix: Retargeting now works when user rig bones are not connected to their ...Benjy Cook
2011-07-14Bugfix: Baking mocap constraints now works for user created IK bonesBenjy Cook
2011-07-13patch [#27950] Patch to add the ability to generate random points on mesh facesCampbell Barton
2011-07-12Merging trunk up to r38329.Joerg Mueller
2011-07-11make python3.3 compatible, __class__ is no longer in the class methods namesp...Campbell Barton
2011-07-10fix for various python bugs and remove unused var.Campbell Barton
2011-07-10cleanup for python scripts - unused vars and importsCampbell Barton
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-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 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-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 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-01minor pep8 editsCampbell Barton
2011-06-30fix for own error in script edits, broke bpy_extras.mesh_utils.ngon_tesselateCampbell Barton
2011-06-29incorrectly had CMake storing directory names as filepathsCampbell Barton
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-27Some bugfixing and tweaking for retargeting. Script works now regardless of w...Benjy Cook
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-24Bugfixing and modification to ensure functionality when called from UI. Relat...Benjy Cook
2011-06-22Merged with trunk r37717.Joerg Mueller
2011-06-21pep8 complianceCampbell Barton
2011-06-21Merge with trunk r37677Joerg Mueller
2011-06-18fix for error caused with module relocation - broke loading ngons in OBJ filesCampbell Barton
2011-06-17Added calculation to determine change in root translation when retargeting - ...Benjy Cook
2011-06-17IDProperty python module updateCampbell Barton
2011-06-15Changes to quick explodeCampbell Barton
2011-06-14Merge with trunk r37475.Joerg Mueller