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-09-28- transform's createTransCurveVerts was using both CTX_data_edit_object(C) an...Campbell Barton
2012-09-28fix [#32684] Shrink/Fatten tool has odd behaviorCampbell Barton
2012-09-26fix for cycles/python script error in normal panelCampbell Barton
2012-09-24fix for memory leak grabbing masks and grease pencil in the dope sheet. (also...Campbell Barton
2012-09-21Mask Editor: make Alt+S feather shrink/fatten work better when no feather wasBrecht Van Lommel
2012-09-20code cleanup: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-16Few cleanup in matrix mathutils (make mul_m3_m3m4 and mul_m4_m3m4 consistant ...Bastien Montagne
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-13Sequencer: add missed cache invalidationSergey Sharybin
2012-09-13Sequencer: fix invalid update when translating strip which is behind semi-tra...Sergey Sharybin
2012-09-13fix [#31946] Masking doesn't respect pixel ratioCampbell 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-09-10code cleanup: use BMEdit_FromObject() rather then me->edit_btmesh in more pla...Campbell Barton
2012-09-08style cleanupCampbell Barton
2012-09-07code cleanupCampbell Barton
2012-09-03style cleanup: also add debugging print function for derived mesh DM_debug_pr...Campbell Barton
2012-08-31Fix #32450: edge slide with multiple loops selected could move some loopsBrecht Van Lommel
2012-08-30Fix #32405: snapping in UV editor does not work if snapping in 3D view is setBrecht Van Lommel
2012-08-30Silencing compiler warning (use of undefined value)Joshua Leung
2012-08-30Style cleanup - adding some braces around some multi-line statements (used afterJoshua 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-24correct assert for customdata overlap, also quiet `uninitialized` warning in ...Campbell Barton
2012-08-22style cleanupCampbell Barton
2012-08-22code cleanup: use rect size macrosCampbell Barton
2012-08-21Sequencer: invalidate current frame cache on sequence transformSergey Sharybin
2012-08-21code cleanup: use BLI_RCT_SIZE macroCampbell Barton
2012-08-20macros for rectangle center and sizeCampbell Barton
2012-08-19- fix for error in ndof patch.Campbell Barton
2012-08-19re-enable metaball orientation for manipulator and view axis setting (was dis...Campbell Barton
2012-08-09utility functions for getting/setting rectangles for operators.Campbell Barton
2012-08-08code cleanup: rename G.rt to G.debug_valueCampbell 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 crash when moving frames about in the node space, was possible to mov...Campbell Barton
2012-08-06fix for transforming parented nodes (parent relative offset wasn't taken into...Campbell Barton
2012-08-04allow editing masks in an image space when there is no image.Campbell Barton
2012-08-04fullscreen mask editing now works in the image space over a viewer node.Campbell Barton
2012-08-04mask transforming when a mesh object was in editmode (but had no UV's), failedCampbell Barton
2012-08-01make node select_all consistent with other select operators, also add Ctrl+I,...Campbell Barton
2012-07-29code cleanup: replace MIN2/MAX2 with minf/maxfCampbell Barton
2012-07-27code cleanup: remove unneeded 'struct' qualifiers Campbell Barton