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-04-16Fix #30720: Creating Navmesh crashes blenderSergey Sharybin
2012-04-16Dynamic output sockets for the image input node. This is needed to enable the...Lukas Toenne
2012-04-16Port multires_topology_changed to new bmesh apiSergey Sharybin
2012-04-16Reverted r43219 "Improved auto-hiding of unused sockets for collapsed nodes."Lukas Toenne
2012-04-16make scanfill threadsafe (wasnt threadsafe before BMesh merge but before the ...Campbell Barton
2012-04-16code cleanup: avoid confusion with incorrectly named argument to BLI_edgefill...Campbell Barton
2012-04-16bmesh api todo:Campbell Barton
2012-04-16Fluid Simulation:Thomas Dinges
2012-04-15Fix #30948: add scene > copy settings did not copy settings like units, audio...Brecht Van Lommel
2012-04-15code cleanup: dont include BLI_winstuff.h on non windows systems, also cleanu...Campbell Barton
2012-04-15style cleanup: for loop macros, also add a config file for uncrustify source ...Campbell Barton
2012-04-15Scons ToDo:Thomas Dinges
2012-04-15Scons ToDo:Thomas Dinges
2012-04-14Camera tracking: if there's no image for current frame displaySergey Sharybin
2012-04-14Camera tracking: support of tripod motion solvingSergey Sharybin
2012-04-14code cleanup: comment (almost) all members of KeyBlock & Key.Campbell Barton
2012-04-14code cleanup: when extending name length Key.elemstr was incorrectly extended...Campbell Barton
2012-04-14style cleanup: key.cCampbell Barton
2012-04-13Fix loading external MDisps, BMesh merge bug.Nicholas Bishop
2012-04-12improve mesh error prints and quiet a print in mesh_ensure_tessellation_custo...Campbell Barton
2012-04-12Fix: subsurf UV was not working correct with n-gons, it still had hardcodedBrecht Van Lommel
2012-04-12code cleanup: remove unused KeyBlock.adrcodeCampbell Barton
2012-04-12change add_keyblock() not to sort keyblocks by time since this can be a probl...Campbell Barton
2012-04-12add in a check for Mingw so 4.5 or older will error out on build.Campbell Barton
2012-04-12fix [#30907] Inset tool with Select Outer disabled does not allow translation...Campbell Barton
2012-04-12code cleanup: remove unused var for windows and style edit (remove spaces bet...Campbell Barton
2012-04-11code cleanup: float formatting was confusing in some cases - eg: (0.,0.,0.)Campbell Barton
2012-04-10Fix #30875: active uv texture layer not synced properly when switching fromBrecht Van Lommel
2012-04-10fix for unit system incorrectly replacint 'um' (unicode 'u'). with meters.Campbell Barton
2012-04-09use 'const float[3]' for derived mesh callback args.Campbell Barton
2012-04-09Fix bug [#30863] Array Modifier Start and End Cap cause crash when the Cap Ob...Nicholas Bishop
2012-04-09Fixed compile error when building with WITH_LZMA and not WITH_LZO for pointca...Francisco De La Cruz
2012-04-08code cleanup:Campbell Barton
2012-04-07Disabling color channels for float images in clip editor now works fine.Sergey Sharybin
2012-04-07Fixed deadlock on loading file without number group into movie clip editorSergey Sharybin
2012-04-07code cleanup: no functional changesCampbell Barton
2012-04-06Fix #30798: when linking a datablock, it got simply added to the back of theBrecht Van Lommel
2012-04-06Smoke: Use better standards for inflowDaniel Genrich
2012-04-06Animation version patching for Absolute Shape Keys ("speed" curve ->Joshua Leung
2012-04-06Fix [#30832] Weight on Bevel modifier has no effect for edges with weight.Francisco De La Cruz
2012-04-06update python keywords (remove exec, print, add nonlocal)Campbell Barton
2012-04-06code cleanup: header cleanup, remove commented workaround for mingw since its...Campbell Barton
2012-04-05adding shape key blocks to absolute shape keys would not set the position (wh...Campbell Barton
2012-04-05- fix error with conflusing key/keyblock in the shape template UI - absolute ...Campbell Barton
2012-04-05report [#30814] Absolute Shape Keys not working in 2.6Campbell Barton
2012-04-04Fix bug [#30810] Blender crashes with Array modifierNicholas Bishop
2012-04-04use 'const float' when passing readonly colors, and include array size.Campbell Barton
2012-04-04rename MPoly vars called mface or mf, to avoid confusion with MFace types.Campbell Barton
2012-04-03Popup menu layout inherits context store from button.Lukas Toenne
2012-04-03stule cleanup: edits for files which were recently cleaned up.Campbell Barton