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-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
2014-01-13Fix T38054: High CPU usage with many objectsSergey Sharybin
2014-01-09Fix T38077: Scaling bones in EditMode drawn using envelope display mode scale...Joshua Leung
2013-12-30Fix T37970: Node scale/rotate use incorrect pivorCampbell Barton
2013-12-26Threaded object update and EvaluationContextSergey Sharybin
2013-12-25Motion tracking curves: correct some operator's poll functionsSergey Sharybin
2013-12-12Fix T37757: MCE - Mask Pivot Point individual origins doesnt workSergey Sharybin
2013-12-12Code Cleanup: move mesh mapping functions into their own file/headerCampbell Barton
2013-12-11Fix T37755: Autokey doesn't work for local Z-Axis in Camera view with MotionP...Joshua Leung
2013-12-11Fix incorrect comment - copy and paste errorJoshua Leung
2013-11-07Fix for node transform offsets when adding new nodes: The transform operator ...Lukas Toenne
2013-11-06True grid snapping for nodes: This snaps nodes to the actual background grid ...Lukas Toenne
2013-11-05Bugfix [#36203] Transformation bone constraint breaks Track To / Dumped TrackJoshua Leung
2013-10-29Code cleanup: more int->bool conversions mask moduleSergey Sharybin
2013-10-29Project Pampa request: FCurves normalized displaySergey Sharybin
2013-10-29Make anim system safer for threadingSergey Sharybin
2013-10-28move bmesh array lookup data and utility functions from editmesh into bmesh,Campbell Barton
2013-10-26spelling: use American spelling for canceledCampbell Barton
2013-10-23fix for negated normal being used when using individual centers & normal orie...Campbell Barton
2013-10-01fix for bug own recent commit [#36904] Snap to Volume is broken with ArmatureCampbell Barton
2013-10-01fix bug with vector handles in the graph editor when transforming 2 selected ...Campbell Barton
2013-10-01fix for error setting vector handles to free when both vector handles were se...Campbell Barton
2013-10-01fix [#36900] single spline handle can't be "scaled"Campbell Barton
2013-10-01curve transform: scale handles around their knot when using individual centers.Campbell Barton
2013-09-24postpone crazy-space changes until next release, causes issues with extrude w...Campbell Barton
2013-09-24modifiers_isCorrectableDeformed now checks a modifier is enabled before retur...Campbell Barton
2013-09-17Fix for #36739: Delete new nodes added via the Add menu or toolbar if the sub...Lukas Toenne
2013-09-15use crazy-space when modifiers_isCorrectableDeformed() fails,Campbell Barton
2013-09-15modify crazyspace_get_mapped_editverts to work like crazyspace_set_quats_meshCampbell Barton
2013-09-11Fix #36701: Mask pivioting doesnt honor parentingSergey Sharybin
2013-09-10Tweaks to plane trackSergey Sharybin
2013-08-20fix [#36517] You can edit a texture space (Shift-T) of a linked meshCampbell Barton
2013-08-17add linklist stack macros, use where over allocating an array was previously ...Campbell Barton
2013-08-16Merge plane track feature from tomato branchSergey Sharybin
2013-08-14fix own error in BM_mesh_calc_edge_groups() was clearning wrong dirty-index f...Campbell Barton
2013-08-07code cleanup: more confusion with 0/NULL/falseCampbell Barton