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-08-03change blender minversion because of BMesh data.Campbell Barton
2012-08-03fix/edits to vector font handlingCampbell Barton
2012-08-03Code cleanup:Thomas Dinges
2012-08-02fix for crash when node groups loose their ID pointer references (when linked...Campbell Barton
2012-08-02code cleanup: remove redundant float castsCampbell Barton
2012-08-02Clipboard feature for nodes. With the Copy operator a copy of all selected no...Lukas Toenne
2012-08-01style cleanup: whitespace, also add '?' to save over popup since it wasnt tot...Campbell Barton
2012-08-01fill in dummy values when using movie clip distort node but compiled without ...Campbell Barton
2012-08-01quiet spacenav output on linux for regular builds, ifdef signed int for msvc ...Campbell Barton
2012-07-31Mask / Win64 compile fix: "Index variable in OpenMP 'for' statement must have...Daniel Genrich
2012-07-31changes to mask editingCampbell Barton
2012-07-31multi-threaded sequencer buffer calculation for masks.Campbell Barton
2012-07-31remove references to raskter from compositor and BKE mask.Campbell Barton
2012-07-31use the same rasterizer as the compositor for the sequencer.Campbell Barton
2012-07-31resolve glitch in the image space where mask editing and UVs would conflict.Campbell Barton
2012-07-31support for curve orco uv's as UV's in cycles.Campbell Barton
2012-07-30Fix: "void" function returning value.Daniel Genrich
2012-07-29add inline functions for max/min ints, good to use when the arguments are fun...Campbell Barton
2012-07-29code cleanup:Campbell Barton
2012-07-29code cleanup: replace MIN2/MAX2 with minf/maxfCampbell Barton
2012-07-29style cleanupCampbell Barton
2012-07-28Fix regression in clip reloading -- after recent change movie usedSergey Sharybin
2012-07-28patch [#32195] MASKS: Canonical Porter Duff algorithm for merge missing.Campbell Barton
2012-07-27clamp mask resolution, the occasional crash would happen failing to alloc whe...Campbell Barton
2012-07-27mask motion blur shutter optionCampbell Barton
2012-07-27Added utility function to return marker's subframe positionSergey Sharybin
2012-07-27copying a mask now copies its animation data tooCampbell Barton
2012-07-27copy support for mask datablocksCampbell Barton
2012-07-27code cleanup: remove unneeded 'struct' qualifiers Campbell Barton
2012-07-26fix some types and incorrect infoCampbell Barton
2012-07-26Run versioning stuff for animation summary color againSergey Sharybin
2012-07-26Fix #31550: Active Armature bone hardly distinguishable from other selected b...Sergey Sharybin
2012-07-26image histogram/sample line couldn't show HDR colors. now allow zooming the v...Campbell Barton
2012-07-26code cleanup: use BKE_pain_ prefix for paint funcs. also minor style editsCampbell Barton
2012-07-26mask/image viewer now works with non 1:1 image aspect, editing masks in the i...Campbell Barton
2012-07-25mask now draws in the image view, misc minor edits.Campbell Barton
2012-07-25move mask and draw settings into its own struct to be shared between spaces.Campbell Barton
2012-07-24warn when getting a context member fails because of type mismatchCampbell Barton
2012-07-24generalize mask poll functions and sequencer mask code.Campbell Barton
2012-07-24no need for renaming actions that are not linked anywhereDalai Felinto
2012-07-23Fix for #32162 psys rotation causes size issues for particle instancesJanne Karhu
2012-07-22code cleanup: replace cos(M_PI / 4) and sin(M_PI / 4) with M_SQRT1_2 defineCampbell Barton
2012-07-22Bugfix [#32017] Infinite recursion in depsgraph material/node driver handlingJoshua Leung
2012-07-22style cleanupCampbell Barton
2012-07-21use fabsf when using floats.Campbell Barton
2012-07-21Merge mask fixes from tomato branchSergey Sharybin
2012-07-19code cleanup: remove commented includes - mostly from 2.4xCampbell Barton
2012-07-18workaround for a bug with zero edges getting removed got feather faces out of...Campbell Barton
2012-07-18add difference blending mode, also fix error in last commitCampbell Barton
2012-07-18change bucket size to give better performance for high detail 4k masks, also ...Campbell Barton