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
2012-01-01Merged changes in the trunk up to revision 43038.Tamito Kajiyama
2011-12-28Merged changes in the trunk up to revision 42902.Tamito Kajiyama
2011-12-27Merging r42800 through r42895 from trunk into soc-2011-tomatoSergey Sharybin
2011-12-27[#29144] Snapping control points: can't choose which one to deleteMartin Poirier
2011-12-26[#29611] Crash when scale one vertex with snap.Martin Poirier
2011-12-22split >120 length lines (mostly if statements)Campbell Barton
2011-12-22split some >120 lines, no functional changesCampbell Barton
2011-12-19Merging r42648 through r42722 from trunk into soc-2011-tomatoSergey Sharybin
2011-12-18Merged changes in the trunk up to revision 42692.Tamito Kajiyama
2011-12-17style edit only - move parenthesis onto second line of function definition (i...Campbell Barton
2011-12-16Math lib: matrix multiplication order fix for two functions that wereBrecht Van Lommel
2011-12-16fix [#29626] Warp tool: stuck Angle valueCampbell Barton
2011-12-15Object tracking: object with object solver constraint is now parented to scen...Sergey Sharybin
2011-12-13Merging r42533 through r42601 from trunk into soc-2011-tomatoSergey Sharybin
2011-12-11remove unused function, found when syncing with bmesh, also remove/comment so...Campbell Barton
2011-12-05Object tracking; initial commitSergey Sharybin
2011-12-05Merged changes in the trunk up to revision 42425.Tamito Kajiyama
2011-12-05syncing some minor formatting edits from bmesh branch.Campbell Barton
2011-12-04add a new object member to store the dsize, since with my recent commit broke...Campbell Barton
2011-12-03Fix #29483: edge slide gives nan when zoomed in close. Cause was integerBrecht Van Lommel
2011-11-26Merged changes in the trunk up to revision 42116.Tamito Kajiyama
2011-11-23Patch #29336: renaming UV (Texture) Layer to UV Map in the user interface,Brecht Van Lommel
2011-11-21Merged changes in the trunk up to revision 42021.Tamito Kajiyama
2011-11-19make it clearer which arguments in transform snap are return values (no funct...Campbell Barton
2011-11-15patch [#28993] wm_window_match_do(): Fix crash on null pointer dereferenceCampbell Barton
2011-11-15Fix #29253: 3D Manipulator: "Active Element" not supported for curvesSergey Sharybin
2011-11-13Merged changes in the trunk up to revision 41768.Tamito Kajiyama
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-11-11quiet -Wdouble-promotion warningsCampbell Barton
2011-11-08Fix #29201: movie clip editor - right click crashes blenderSergey Sharybin
2011-11-08Fix: incorrect use of IFACE_ macro, and correct a typo.Brecht Van Lommel
2011-11-08Merged changes in the trunk up to revision 41638.Tamito Kajiyama
2011-11-08Code cleanup - reshuffling some stuff to avoid buildup of long functions in t...Joshua Leung
2011-11-07Camera tracking integrationSergey Sharybin
2011-11-07replace VECCOPY with copy_v3_v3, same for 2d copy, also added vec copy functi...Campbell Barton
2011-11-06replace macros for bli math functions in editorsCampbell Barton
2011-11-06misc macro --> bli math lib functionsCampbell Barton
2011-11-05use (const char*) rather than (char*) where possible.Campbell Barton
2011-11-02Function convertViewVec() contained some piece of code duplicated fourNicholas Bishop
2011-11-01Fix #29101: 2D Tilt on Bezier Curve Bug?Brecht Van Lommel
2011-10-30Merged changes in the trunk up to revision 41368.Tamito Kajiyama
2011-10-29Merged changes in the trunk up to revision 41225.Tamito Kajiyama
2011-10-28replace VECCOPY and QUATCOPY with inline funcs.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-23use defines for keying set names to avoid confusing them with text and having...Campbell Barton
2011-10-23fix for incorrect keying set names 'Scale' vs 'Scaling', where 'Scale' was ha...Campbell Barton
2011-10-22- use defines for wmKeyMapItem & wmEvent alt/shift/ctrl/oskeyCampbell Barton
2011-10-21replace BLF's blf_utf8_next() with BLI_str_utf8_as_unicode_step(),Campbell Barton
2011-10-21Cleaning i18n code.Bastien Montagne
2011-10-20Bugfix [#28976] crash when moving keys in dopesheet editorJoshua Leung