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-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-02-07Fix #30052: VSE: metastrips don't move with Extend (E)Sergey Sharybin
2012-02-04Code Cleanup: avoid double promotion.Campbell Barton
2012-02-03fix [#27953] VSE: weird drawing and placement issues strips during 'E'Campbell Barton
2012-01-30Fix #30021: Crash happens when rotating markersSergey Sharybin
2012-01-18Curve points of tracking curves now can be grabbed to smooth spikesSergey Sharybin
2012-01-17Fix #29905: extend transform a sequencer meta strip did not update the positionBrecht Van Lommel
2012-01-17New pchan to pose matrices computes. Fixes [#27898] Bone snap to cursor fails...Bastien Montagne
2012-01-16use TRUE/FALSE for boolean keymaps, no functional changesCampbell Barton
2012-01-14use single property lookups in transform operator initialization & fix error ...Campbell Barton
2012-01-13Fix #29873: transform with individual origins not working in edge select mode.Brecht Van Lommel
2012-01-11rename RNA_property_is_set() --> RNA_struct_property_is_set() in preperation ...Campbell Barton
2012-01-11dynamicpaint had some incorrect string sizes for layers names, use BLI string...Campbell Barton
2012-01-11use BLI_strncpy and BLI_snprintf when the size of the string is known.Campbell Barton
2012-01-11Longer names support for all ID and other object namesSergey Sharybin
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-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-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-23Patch #29336: renaming UV (Texture) Layer to UV Map in the user interface,Brecht Van Lommel
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-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-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-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