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-24fix [#36262] Paste strip with video or sound content from another file crashe...Campbell Barton
2013-07-24pasting strips in the sequencer didn't check if they overlap existing strips.Campbell Barton
2013-07-23remove use_relative option from simple deform,Campbell Barton
2013-07-23fix [#36256] Checker Deselect, failed with de-selected active face.Campbell Barton
2013-07-23avoid calling context functions when direct access is possible.Campbell Barton
2013-07-23Fix [#36259] Select linked flat faces with Shift+Ctrl+Alt+F does not work in ...Bastien Montagne
2013-07-23* Compile fix for r58542, on Windows "subdir" was unknown. Thomas Dinges
2013-07-23correct own error in recent edits to editderivedmeshCampbell Barton
2013-07-23use binary prefix for file sizes (old todo).Campbell Barton
2013-07-23let the enter key active text buttons and the unlink buttonCampbell Barton
2013-07-23code cleanup: remove deprecated bevel code (unused since 2.64)Campbell Barton
2013-07-23fix for crash in track_markers_freejob (use freed memory)Campbell Barton
2013-07-23fix for crash when unlinking a scene from the renderlayers, also no need for ...Campbell Barton
2013-07-23replace use of strcat() where the string offset is known.Campbell Barton
2013-07-23code cleanup: remove unused material/texture naming functions.Campbell Barton
2013-07-23code cleanup: remove dead code, view3d panel was building a menu string and n...Campbell Barton
2013-07-23Fix #36225, spacing was halved and set to zero for texture paint brushes that...Antony Riakiotakis
2013-07-23prepare for 'a' bugfix release, splash and version bump.Campbell Barton
2013-07-23replave isfinite with finite for msvcCampbell Barton
2013-07-23Minor UI typo fix... ;)Bastien Montagne
2013-07-23BGE fix [#35472] Sun variance shadows does not work in game engineDaniel Stokes
2013-07-23fix own regression, OpenGL render with 'New Window' display-mode was brokenCampbell Barton
2013-07-23use BLI_bitmap for crazyspace vertex tagging.Campbell Barton
2013-07-23remove the pointer from BLI_bitmap's typedef, Campbell Barton
2013-07-23optimization: only calculate the normals for passing into derivedMesh foreach...Campbell Barton
2013-07-23hidden-wire draw option: always use the cage when masking out faces otherwise...Campbell Barton
2013-07-23fix/workaround for crash in ocean modifier when size is zero (causes invalid ...Campbell Barton
2013-07-23fix [#36247] Modifier Ocean (Geometry in Displace)- Subdivision SurfaceCampbell Barton
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