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
2013-10-12transform - use 2d float's for the viewport center (allows for vector math fu...Campbell Barton
2013-09-17Fix crash with recently added remove_on_cancel transform property, and hide thisBrecht Van Lommel
2013-09-17Fix for #36739: Delete new nodes added via the Add menu or toolbar if the sub...Lukas Toenne
2013-09-10Tweaks to plane trackSergey Sharybin
2013-08-29Support transformation around 2D cursor in movie clip editor.Sergey Sharybin
2013-08-20fix [#36517] You can edit a texture space (Shift-T) of a linked meshCampbell Barton
2013-08-16Merge plane track feature from tomato branchSergey Sharybin
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-06-25Fix #35767: transforming nodes in the node editor changed the wireframe colorBrecht Van Lommel
2013-06-20support proportional editing with x-mirror enabled.Campbell Barton
2013-06-20transform: 2d option for proportional editmode,Campbell Barton
2013-06-16reduce property lookups on transform init.Campbell Barton
2013-06-13code cleanup: also fix crash in GPU_state_print(). and confine to debug mode ...Campbell Barton
2013-06-10Fix #35653: manual texture space location and size not working in cycles view...Brecht Van Lommel
2013-06-10Fix #35683: Addon working fine in console. But crashed when click GUI button.Sergey Sharybin
2013-06-10patch [#35631] Active element for LatticeCampbell Barton
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-26BLI_math rename functions:Campbell Barton
2013-04-24allow to scale and rotate from edge/vertex slide. Campbell Barton
2013-04-16code cleanup: use BKE naming conventions for functions in BKE_editmesh.h and ...Campbell Barton
2013-04-16Random number generator: replace a bunch of usage of the global random numberBrecht Van Lommel
2013-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...Campbell Barton
2013-04-12fix for own recent addition of transform indervidual-axis in editmode, not wo...Campbell Barton
2013-04-08style cleanupCampbell Barton
2013-03-26Better fix for "To Sphere" crashing in Image editor. It appeared to be in use...Ton Roosendaal
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-09code cleanup: move runtime var zfac out of RegionView3D. rename initgrabz() -...Campbell Barton
2013-02-19Another huge bunch of new UI translations (some reported by Leon Cheung, than...Bastien Montagne
2013-02-19Remove ztrans_hack. Looks like just keeping the angles compatible works wellJoshua Leung
2013-02-19fix for [#34283] wasn't working in my tests (attached to original report),Campbell Barton
2013-02-19Bugfix [#34283] armature bones losing their roll setting upon translation inJoshua Leung
2013-02-19minor change to own recent commit with transform fcurve centers and some styl...Campbell Barton
2013-02-18fix [#34303] Rotation fcurves don't work with transforming with individual ce...Campbell Barton
2013-01-24Bugfix [#33974] Bone roll flips 180 degrees when extruding bones verticallyJoshua Leung
2013-01-21Bugfix [#33852] Scale of a strip in NLA is changed after moving it long distanceJoshua Leung
2012-12-29fix bug #33275: iTaSC ignores location of disconnected bones when they are ch...Benoit Bolsee
2012-12-21Bug fix #33647Ton Roosendaal
2012-12-17code cleanup: use 'const float *' when getting the 3d cursor and not editing it.Campbell Barton
2012-10-30minor improvement to vector api use, replace add, multiply by 0.5 with mid_v3...Campbell Barton
2012-10-29style cleanup: also quiet harmless compiler warning.Campbell Barton
2012-10-26Bugfix #31842Ton Roosendaal
2012-10-26style cleanupCampbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-21code cleanup: spellingCampbell Barton
2012-10-04Fix #32755: Stripes in Metastrip can not be moved on other channel with mouse...Sergey Sharybin
2012-09-28- transform's createTransCurveVerts was using both CTX_data_edit_object(C) an...Campbell Barton
2012-09-24fix for memory leak grabbing masks and grease pencil in the dope sheet. (also...Campbell Barton
2012-09-13Sequencer: add missed cache invalidationSergey Sharybin
2012-09-13Sequencer: fix invalid update when translating strip which is behind semi-tra...Sergey Sharybin
2012-08-21Sequencer: invalidate current frame cache on sequence transformSergey Sharybin