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-12code refactor, function renaming for bmesh.Campbell Barton
2012-02-12rename BM_ flags for `BMHeader->hflag` to BM_ELEM_ to be more clear that the...Campbell Barton
2012-02-08svn merge ^/trunk/blender -r43934:43976Campbell Barton
2012-02-07Style Cleanup:Campbell Barton
2012-02-07Fix #30052: VSE: metastrips don't move with Extend (E)Sergey Sharybin
2012-02-05svn merge ^/trunk/blender -r43864:43887Campbell Barton
2012-02-04Code Cleanup: avoid double promotion.Campbell Barton
2012-02-03svn merge ^/trunk/blender -r43830:43864Campbell Barton
2012-02-03fix [#27953] VSE: weird drawing and placement issues strips during 'E'Campbell Barton
2012-02-03fix [#30007] Mesh Edit: hidden geometry causes crash when...Campbell Barton
2012-02-01svn merge ^/trunk/blender -r43751:43819, need to look into changes made to ed...Campbell Barton
2012-01-30Fix #30021: Crash happens when rotating markersSergey Sharybin
2012-01-23avoid using resizing array for transform (size is known to begin with, use si...Campbell Barton
2012-01-19svn merge ^/trunk/blender -r43482:43524Campbell Barton
2012-01-18Curve points of tracking curves now can be grabbed to smooth spikesSergey Sharybin
2012-01-17svn merge ^/trunk/blender -r43443:43461Campbell Barton
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-16svn merge ^/trunk/blender -r43392:43420Campbell Barton
2012-01-16use TRUE/FALSE for boolean keymaps, no functional changesCampbell Barton
2012-01-15svn merge ^/trunk/blender -r43345:43381Campbell 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-13svn merge ^/trunk/blender -r43294:43338Campbell Barton
2012-01-11rename RNA_property_is_set() --> RNA_struct_property_is_set() in preperation ...Campbell Barton
2012-01-11svn merge ^/trunk/blender -r43278:43294Campbell 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-31svn merge ^/trunk/blender -r42991:43009Campbell Barton
2011-12-27Merging r42800 through r42895 from trunk into soc-2011-tomatoSergey Sharybin
2011-12-27svn merge ^/trunk/blender -r42871:42882Campbell Barton
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-23svn merge ^/trunk/blender -r42778:42839Campbell Barton
2011-12-22split >120 length lines (mostly if statements)Campbell Barton
2011-12-22split some >120 lines, no functional changesCampbell Barton
2011-12-21use TRUE/FALSE rather then 1/0, no functional changes.Campbell Barton
2011-12-19Merging r42648 through r42722 from trunk into soc-2011-tomatoSergey Sharybin
2011-12-17svn merge ^/trunk/blender -r42670:42680Campbell Barton
2011-12-17style edit only - move parenthesis onto second line of function definition (i...Campbell Barton
2011-12-17svn merge ^/trunk/blender -r42669:42670Campbell Barton
2011-12-16Math lib: matrix multiplication order fix for two functions that wereBrecht Van Lommel
2011-12-16svn merge ^/trunk/blender -r42655:42660Campbell Barton
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-10minor cleanup and sync with trunkCampbell Barton
2011-12-10fix [#29541] Scale of faces incorrect when using individual originsCampbell Barton