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
2013-09-12Better fix for #36688.Antony Riakiotakis
2013-09-12BGE: Potential fix for [#35522] Broken game engine compatibility since 2.66a ...Daniel Stokes
2013-09-12code cleanup: set enums as static or add RNA_enum_types.h where they are used...Campbell Barton
2013-09-12fix uninitalized var with new normal calculation function.Campbell Barton
2013-09-11Fix use of uninitialized variable in new Mesh.calc_normals_split.Brecht Van Lommel
2013-09-11Fix #36705: UV pack island crashing after recent change.Brecht Van Lommel
2013-09-11Fix #36700, z-depth not rendering properly at (n*256)+1 dimensions.Lukas Toenne
2013-09-11Enable transform helpline in clip editorSergey Sharybin
2013-09-11Fix #36701: Mask pivioting doesnt honor parentingSergey Sharybin
2013-09-11Revert r60034 and proper fix for #36698 by Sergey Sharybin. NULL pointer chec...Lukas Toenne
2013-09-11replace inline index lookup with BLI_findindexCampbell Barton
2013-09-11Add read-only access to index data for current line, top line and visible lin...Nathan Letwory
2013-09-11fix [#36020] SmartUV Project is messy on a cubeCampbell Barton
2013-09-11Fix #36698 Cycles MinGW64 Mike Pan scene crashes instantly. Missing pointer c...Lukas Toenne
2013-09-11add mathutils.geometry.box_fit_2d() to wrap BLI_convexhull_aabb_fit_points_2d()Campbell Barton
2013-09-11interface, replace '|' with define UI_SEP_CHARCampbell Barton
2013-09-11fix [#36699] ASCII-character "|" blocks parentingCampbell Barton
2013-09-11take the decender into account when drawing console text.Campbell Barton
2013-09-11fix [#36697] Topology mirror causes vertices to jump?Campbell Barton
2013-09-11uv-pack operator: option to rotate uv islands to fit in the optimal rectangle...Campbell Barton
2013-09-11correct own recent edits, area for text line numbers drawing was too small.Campbell Barton
2013-09-11add angle_to_mat2 utility function.Campbell Barton
2013-09-11Fix #36327: cycles render layers exclude layers animation did not work well.Brecht Van Lommel
2013-09-10misc minor changesCampbell Barton
2013-09-10Possible fix for MSVC compiling (grr...).Bastien Montagne
2013-09-10Split normals API, to get per-vertex per-face normals, useful to export sharp...Bastien Montagne
2013-09-10Update to writefile: do not save TEMPORARY or NO_COPY CD layers!Bastien Montagne
2013-09-10Fix #36271: missing (+) icon for toolbar in compositing layout in default sta...Brecht Van Lommel
2013-09-10startup.blend: save images as RGBA by default, to avoid losing data whenBrecht Van Lommel
2013-09-10startup.blend: add a function BLO_update_defaults_startup_blend to changeBrecht Van Lommel
2013-09-10Fix #36577: sculpt area plane texture mapping + random angle did not work.Brecht Van Lommel
2013-09-10Another DNA cleanup (enums instead of defines).Bastien Montagne
2013-09-10Core code for split normals computation. Many thanks to ideasman for is optim...Bastien Montagne
2013-09-10Enable view3d-like shortcuts for pivot point in clip editorSergey Sharybin
2013-09-10Don't show 2D cursor in tracking mode i pivoting is not set to 2D cursorSergey Sharybin
2013-09-10Tweaks to plane trackSergey Sharybin
2013-09-10remove redundant indirection in assertsCampbell Barton
2013-09-10add BLI_SMALLSTACK_***, macros: stack doesn't have a fixed size, it uses stac...Campbell Barton
2013-09-10* Compile fix for r59990.Thomas Dinges
2013-09-10makesrna fix: The C++ wrapper functions for collection lookup (both int and s...Lukas Toenne
2013-09-10add 2d convex hull utility function, BLI_convexhull_2d(), and python api math...Campbell Barton
2013-09-10Change window checks to desktop size instead of screen size.Nathan Letwory
2013-09-10Add BLI_utildefines.h for __func__ (necessary for MSVC).Nathan Letwory
2013-09-10fix/workaround [#36694] Texture node groups tend to crash Blender a lot.Campbell Barton
2013-09-10fix [#36492] Keymap: Issue setting operator path propertiesCampbell Barton
2013-09-10fix [#36693] segfaults when split vertice of Bezier curve Campbell Barton
2013-09-10code cleanup: use bool for imbuf allocation functions.Campbell Barton
2013-09-10fix [#36187] Crash loading large imagesCampbell Barton
2013-09-10Fix #36356: faces not drawn with constructive modifier + dynamic paint, where itBrecht Van Lommel
2013-09-10Usual UI messages fixes...Bastien Montagne