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
2013-07-22fix [#36248] Crash using factor input on color mix node.Campbell Barton
2013-07-22Allow creation of mask nodes in compositor with drag&drop of mask datablocksSv. Lockal
2013-07-22fix regression in 2.68 [#36240] Painting Undo Enable Face paint CrashCampbell Barton
2013-07-22optimization:Campbell Barton
2013-07-22optimization: lazy initialize EditDerivedBMesh members vertexNos, polyNos.Campbell Barton
2013-07-22cloth: Fix [#36224] Cloth Simulation Doesn't Work on Rearranging ModifiersSergej Reich
2013-07-22old todo, rotate around individual origins now supports connected face/edge i...Campbell Barton
2013-07-22transform was flushing the selection (inline), now skip this and use the sele...Campbell Barton
2013-07-22Show full image node detail buttons in the sidebar. The image nodes in compos...Lukas Toenne
2013-07-22add support for BM_mesh_calc_face_groups to use vertex connectivity (not curr...Campbell Barton
2013-07-21Fix crash in adding a new mask point after subdividing an inactive splineSv. Lockal
2013-07-21code cleanup: de-duplicate BLI_ghashIterator_new/init and disable unused text...Campbell Barton
2013-07-21correct switch statement: image_listener NC_GEOM was falling through to NC_OB...Campbell Barton
2013-07-21snap to cursor (offset option) added for UV's too.Campbell Barton
2013-07-21code cleanup: compiler warningsCampbell Barton
2013-07-21Fixes for recent Wlimit stuff, which makes strict gcc freak outSergey Sharybin
2013-07-21using shift +/- to dolly with a locked camera now works.Campbell Barton
2013-07-21fix for unintended fall-through in switch statement, also reduce undo_pos in...Campbell Barton
2013-07-21style cleanup: depsgraph.c, committing separate since 2 gsoc branches modify.Campbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-21fix [#36234] Dynamic Topology undo crashCampbell Barton
2013-07-20add new snap option: 'Selection to Cursor (Offset)',Campbell Barton
2013-07-20fix for bug snapping multiple pose bones to the cursor (it would apply pose t...Campbell Barton
2013-07-20misc editsCampbell Barton
2013-07-20Fix descriptions for mask selection operators and use less ambiguous "letter-...Sv. Lockal
2013-07-20Select more/less tool for mask splinesSv. Lockal
2013-07-20hidden wireframe option for mesh editmode, important for retopology mode (can...Campbell Barton
2013-07-20Fix for docstring inconsistency in Stroke.stroke_vertices_end().Tamito Kajiyama
2013-07-20fix own bad regression/bug, removing vertex colors crashes [#36227]Campbell Barton
2013-07-20revert r58419. caller should do NULL check here.Campbell Barton
2013-07-20BGE fix [#35195] Shadow Only lamps only work with Specular enabledDaniel Stokes
2013-07-20Cleaning up some warnings that occur when an invalid navmesh is generated.Daniel Stokes
2013-07-20BGE fix [#36223] Strange page fault of "Game" actuatorDaniel Stokes
2013-07-19style cleanup: braces/indentationCampbell Barton
2013-07-19style cleanup: switch statements, include break statements within braces & in...Campbell Barton
2013-07-19Nodes / UI:Thomas Dinges
2013-07-19Blender 2.69 Release Cycle:Thomas Dinges
2013-07-19code cleanup: remove BLI_array use when extruding individual faces. also use ...Campbell Barton
2013-07-19add keybinding for dolly: shift +/-Campbell Barton
2013-07-19patch [#36000] View lock offset (allow panning when the view is locked)Campbell Barton
2013-07-19patch [#35789] Quick hack select more/less tool for armaturesCampbell Barton
2013-07-19patch [#35789] Quick hack more/less tool for latticesCampbell Barton
2013-07-19patch [#36032] Quick Hack lattice random selectionCampbell Barton
2013-07-19code cleanup: use MEM_mallocN rather then MEM_callocN when the array isCampbell Barton
2013-07-19add rna attribute 'frame_current_final', without this you had toCampbell Barton
2013-07-19code cleanup: use __linux__ define over linuxCampbell Barton
2013-07-19optimization: avoid extra loop in BLI_mempool_destroy(). free the list inline.Campbell Barton
2013-07-19code cleanup: use boolean for derived mesh face test functionCampbell Barton
2013-07-19code cleanup: case & brace placementCampbell Barton
2013-07-19optimization: avoid memcpy with shake key vertex array.Campbell Barton