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
path: root/source
AgeCommit message (Expand)Author
2012-11-19improvements to bevelCampbell Barton
2012-11-19bmesh: BM_verts_in_face was using bmesh operator flag which is no longer ensu...Campbell Barton
2012-11-19BGE: The Step Height for a character physics controller is now set to 0.01, w...Mitchell Stokes
2012-11-19BGE: Changing "transform_uv" -> "transformUV" in some error messages.Mitchell Stokes
2012-11-18Request from Riggers/Animators at BlenderPRO:Joshua Leung
2012-11-18bmesh: lazy initialize bmesh tool flag pool, has the advantage that modifiers...Campbell Barton
2012-11-18fix for skin modifier calling rotate_normalized_v3_v3v3fl with a non unit len...Campbell Barton
2012-11-18bmesh: move internal API flags out of BMFlagLayer, into BMHeader which was be...Campbell Barton
2012-11-18bevel now only takes manifold edges (so it doesnt need to check for them)Campbell Barton
2012-11-18bmesh function was still using bmesh operator flags, use edge tags instead.Campbell Barton
2012-11-18commented bevel modifier code now calls bevel direct rather then the bevel op...Campbell Barton
2012-11-18finish moving bevel code out of the operator dir (it works again)Campbell Barton
2012-11-18moving bevel to tools dir as-is to keep svn history (breaks build, will fix n...Campbell Barton
2012-11-18move decimator into tools/ dirCampbell Barton
2012-11-18move source/darwin into release/darwin since these files are for osx packaging.Campbell Barton
2012-11-18style cleanup: if's on the same line.Campbell Barton
2012-11-18style cleanup: comments & spellingCampbell Barton
2012-11-18code cleanup: gpl header update (formatting)Campbell Barton
2012-11-17Fix compositing normal node not properly showing vector XYZ values when openingBrecht Van Lommel
2012-11-17Fix render layer properties not being animatable.Brecht Van Lommel
2012-11-17One more remained issue in legacy compositor, Hopefully last one.Sergey Sharybin
2012-11-17Old compositor should be compilable nowSergey Sharybin
2012-11-17Fix #33210: Diffuse Pass in scale node leads to problemsSergey Sharybin
2012-11-17Fix #33209: Opening an image with image node on Compositing freezes BlenderSergey Sharybin
2012-11-17playanim: make alphanumeric +/- and numpad +/- work the same way.Campbell Barton
2012-11-17Fix #33204: Blur node ignores Gamma settingSergey Sharybin
2012-11-17playanim move zooming into a static function, the switch statement passthroug...Campbell Barton
2012-11-17animation playback window now pauses properly.Campbell Barton
2012-11-17fix for 'Playanim' playing past the last frame of an animation. also print -s...Campbell Barton
2012-11-17use quad-strip for filling even when no segments are being added, this gives ...Campbell Barton
2012-11-17more straightforward way to implement quad-strip face filling suggested by Ho...Campbell Barton
2012-11-16Python/Context: do not allow any UI context access from threads like renderBrecht Van Lommel
2012-11-16rework the bevel quad strip logic to work with ngons correctly, previously it...Campbell Barton
2012-11-16fix for own bug in quad-stip fill method, quad strips were skewed.Campbell Barton
2012-11-16BLI_assert() when math functions that require are normalize vector are called...Campbell Barton
2012-11-16more minor improvements to bevel use of math functionsCampbell Barton
2012-11-16code cleanup: remove unneeded normalize (face normal), and unneeded call to l...Campbell Barton
2012-11-16bevel: save some memory by aligning struct members.Campbell Barton
2012-11-16wip - alternate bevel curve calculation (still disabled)Campbell Barton
2012-11-16debug utility for drawing in the 3d viewport (uncomment define to use), helpf...Campbell Barton
2012-11-16minor edits so new bevel operator can be used from the modifier (testing only...Campbell Barton
2012-11-16fix [#33180] text editor line height issueJustin Dailey
2012-11-16bevel: wip ifdef'd code to test an alternative method of placing corner verti...Campbell Barton
2012-11-16code cleanup: some renaming to avoid confusion.Campbell Barton
2012-11-16code cleanup: replace most DO_MINMAX2 -> minmax_v2v2_v2Campbell Barton
2012-11-15Windows OIIO:Thomas Dinges
2012-11-15Add some missing Node rna update callsDan Eicher
2012-11-15Cycles OSL: windows build system changes to support static OSL/OIIO.Brecht Van Lommel
2012-11-15Image thread safe improvementsSergey Sharybin
2012-11-15code cleanup: move local math functions into math_geom.c, math_vector.c, no f...Campbell Barton