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-10-26style cleanupCampbell Barton
2012-10-24code cleanup: some edits for unused vars in recent smooth addition and some s...Campbell Barton
2012-10-23Bugfix 30974Ton Roosendaal
2012-10-23rename api functions...Campbell Barton
2012-10-22Support for connected style proportional editing in UV editor. Now when conne...Antony Riakiotakis
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-07style cleanup: if();Campbell Barton
2012-10-01fix for own bug in bmesh api, setting a byte string customdata layer assumed ...Campbell Barton
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-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton
2012-09-19code cleanup: make shape key api names consistent with our new convention.Campbell Barton
2012-09-19code cleanup: marker transform was doing some redundant/misleading assignment...Campbell Barton
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-09-14node transform was using PET mode (drawing a circle - but it did nothing), di...Campbell Barton
2012-09-12fix [#32444] Proportional Edit stays on on Pose Mode, after activating it in ...Campbell Barton
2012-09-11add some missing NULL checks, a few parts of the code used a pointer then che...Campbell Barton
2012-08-30Silencing compiler warning (use of undefined value)Joshua Leung
2012-08-26code cleanup: remove dead assignments, gave mask vars clearer names & moved s...Campbell Barton
2012-08-24Sequencer: reshuffle overlapping strips on cancel trasnformSergey Sharybin
2012-08-20macros for rectangle center and sizeCampbell Barton
2012-08-08Code cleanup: BKE_ prefix for public sequencer functionsSergey Sharybin
2012-08-07speedup to inpaint node in my tests was about ~30% for an optimized build.Campbell Barton
2012-08-06Patch [#32246] (Bugfix): UV editor -> "Proportional edit" together with "con...Daniel Genrich
2012-08-06node transform for frames was broken since the frames locx, locy are used as ...Campbell Barton
2012-08-06fix for transforming parented nodes, the node would check its parent was not ...Campbell Barton
2012-08-06fix for transforming parented nodes (parent relative offset wasn't taken into...Campbell Barton
2012-08-04fullscreen mask editing now works in the image space over a viewer node.Campbell Barton
2012-07-27change clip utility function arguments to take space data and region rather t...Campbell Barton
2012-07-26fix some types and incorrect infoCampbell Barton
2012-07-25mask transform now works in the image spaceCampbell Barton
2012-07-25match function names for clip/image spacesCampbell Barton
2012-07-25fix some crashes with mask/image transfor, a few more areas working now.Campbell Barton
2012-07-10rename BLI_getQuotedStr --> BLI_str_quoted_substrN to make it more clear its ...Campbell Barton
2012-07-07code cleanup: dont use function calls like dot_v3v3, pow and sqrt within macr...Campbell Barton
2012-06-29Extended modes for snapping in the node editor.Lukas Toenne
2012-06-26fix for checking wrong flag with removing mask shape keys doubles on the dope...Campbell Barton
2012-06-25Fixed crash when trying to perform transformation in Clip Editor without clip...Sergey Sharybin
2012-06-20Cleanup up space clip API:Sergey Sharybin
2012-06-19Changes in clip editor's public api to make it's more clearSergey Sharybin
2012-06-15Internal refactoring of tracking module, should be no functional changesSergey Sharybin
2012-06-11style cleanupCampbell Barton
2012-06-10style cleanupCampbell Barton
2012-06-10Planar tracking support for motion trackingSergey Sharybin
2012-06-08mask animation keys now editable in the dope sheet (duplicate, transform, del...Campbell Barton
2012-06-07code cleanup: rename sequencer types to SEQ_TYPE_*** and use enums rather the...Campbell Barton
2012-06-07style cleanupCampbell Barton
2012-06-06Changed semantic of recently added start_frameSergey Sharybin
2012-06-06style cleanup: (indentation)Campbell Barton
2012-06-06mask modeCampbell Barton