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
2014-05-01Code cleanup: remove file handling headers where they arent neededCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (editors)Campbell Barton
2014-04-25Fix for transform local-axis calculation with zero length normalsCampbell Barton
2014-04-25Fix T39880: Cancelling transforms in Graph Editor does not restore F-Curves t...Joshua Leung
2014-04-24More AutoSnap Bugfixes: Time Stepping in Graph EditorJoshua Leung
2014-04-24Fix T39819: Decouple autosnap behaviour from time displayJoshua Leung
2014-04-21Code cleanup: view2d api namingCampbell Barton
2014-04-11API Cleanup: Use BKE_constraint prefix for constraint apiCampbell Barton
2014-04-11Code cleanup: use boolCampbell Barton
2014-04-09Revert "FCurve Transform: scaling no longer changes hansle types"Campbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-31Fix deffects reported by CoverityScan (nothing dramatic, but at least one was...Bastien Montagne
2014-03-28Implement asymmetric and free handles type for masksSergey Sharybin
2014-03-28Fix T39455: Nodes scaled wrong when some in a frame, some not.Lukas Tönne
2014-03-20Code cleanup: use true/false in sequencer functionsSergey Sharybin
2014-03-14Fix T39164: Mask tansform doesn't respect parent for centerSergey Sharybin
2014-03-12Code cleanup: de-duplicate switch statement, style editsCampbell Barton
2014-03-12Mesh API: rename 'octree' to 'spatial' since internally its using kdtreeCampbell Barton
2014-03-12Transform: minor optimization, use BLI_bitmap for island taggingCampbell Barton
2014-03-07Correction to previous commitCampbell Barton
2014-03-07Fix action-editor crash transforming gpencil and masksCampbell Barton
2014-03-06Hiding plane tracks was never implementedSergey Sharybin
2014-03-01Fix for some unlikely memory leaks, remove redundant checksCampbell Barton
2014-03-01FCurve Transform: scaling no longer changes hansle typesCampbell Barton
2014-02-28Fix for transform setting T_CAMERACampbell Barton
2014-02-28Fix Crazyspace with proportional editingCampbell Barton
2014-02-28Revert editbone roll correction changes.Bastien Montagne
2014-02-27Transform: remove recently added ival2, use editbones temp dataCampbell Barton
2014-02-27Fix T38843: Bone parallel to world z axis flicking when scale in edit mode.Bastien Montagne
2014-02-23Code cleanup: use lowercase names for varsCampbell Barton
2014-02-22Fix T38407: Bone roll calculation flips local axes at wrong rotation angle.Bastien Montagne
2014-02-17Fix T38670: Mask transform without a movieclip crashesSergey Sharybin
2014-02-17Revert 7142b970853f209f6c43319b7f862bcbdbea3728 (transform toggle node hiding)Campbell Barton
2014-02-12Fix T38525: missing update when running bpy.ops.transform.* from the console.Brecht Van Lommel
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-04Fix T38411: Free keyframe handles do not snap to frames when duplicatingSergey Sharybin
2014-02-04Fix T38469: Strip delimiter handlers don't move strip correctly with keyboard...Bastien Montagne
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-02-02Code cleanup: suffix vars to make obvious they are squaredCampbell Barton
2014-01-31Code cleanup: be less vague checking invalid index valuesCampbell Barton
2014-01-29Fix T38393: bone roll not restored properly after cancelling rotation of bones.Brecht Van Lommel
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2014-01-21Fix T38128: snapping to node border uses node centers.Lukas Tönne
2014-01-21Code Cleanup: styleCampbell Barton
2014-01-18Make it possible to hide/unhide a node during node transform operations.Monique Dewanchand
2014-01-15Only check OB_RECALC_ALL flags of the object in transform codeSergey Sharybin
2014-01-15Followup to the previous commitSergey Sharybin
2014-01-15Code Cleanup: use iroundfCampbell Barton
2014-01-15fixed wrong commentgaiaclary