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-08-28should fix builds for osxCampbell Barton
2013-08-28include slop-space in debug statistics (gcc/clang only)Campbell Barton
2013-08-28Fix for #36589 Node Editor displays incorrect Material name when Pinning.Lukas Toenne
2013-08-28Fix #36584, in python inputs/outputs of created node group not accessable by ...Lukas Toenne
2013-08-28Fix for #36387, User Preferences "Addons" panel bogs down the whole interface.Lukas Toenne
2013-08-28cmake: set python, llvm and osl libs as advanced.Campbell Barton
2013-08-28warn when applying transformation does nothing, confusion pointed out in [#36...Campbell Barton
2013-08-28remove callback BLI_localErrorCallBack from scanfill, was here for years and ...Campbell Barton
2013-08-28scanfill curves, ngons, masks had their own memarena code and would allocate ...Campbell Barton
2013-08-28remove unused function. also typoCampbell Barton
2013-08-28array modifier was adding vertices to the 'targetmap' multiple times.Campbell Barton
2013-08-28remove doubles: source/target can be swapped, check both flags.Campbell Barton
2013-08-28mesh remove doubles was adding verts into the weld_verts.targetmap multiple t...Campbell Barton
2013-08-28internal bmesh operator change, always initialize ghash for mapping slots, sa...Campbell Barton
2013-08-28style cleanupCampbell Barton
2013-08-28tweak to dragging the ui-list, would lag behind the mouse noticeably.Campbell Barton
2013-08-28avoid calling CustomData_bmesh_get to get CD_PAINT_MASK per vertex while scul...Campbell Barton
2013-08-27Small enhancement to grab-resize of uiLists, suggested by plasmasolutions: do...Bastien Montagne
2013-08-27Get rid of madness about fnmatch: BLI_fnmatch did not do the OS checks, they ...Bastien Montagne
2013-08-27uiLists enhacements: dragresize and better GRID layout.Bastien Montagne
2013-08-27Icons: add a "grip" one.Bastien Montagne
2013-08-27add icons utility make target.Campbell Barton
2013-08-27Cycles / Standalone:Thomas Dinges
2013-08-27fix [#36301] Mirror modifier does not mirror vertex normals when there are no...Campbell Barton
2013-08-27fix [#36409] Continuous Grab problem with arrow keys.Campbell Barton
2013-08-27fix [#36528] crash when reinitializing bmesh from meshCampbell Barton
2013-08-27ghash/bli-listbase edits, rename BLI_ghash_pop -> BLI_ghash_popkey (since it ...Campbell Barton
2013-08-27fix for error reading from freed memory when deleting a screen, would free th...Campbell Barton
2013-08-27Followup to r59536: make "is_argument_optional" available to py, and use it i...Bastien Montagne
2013-08-27This commit adds optional parameters for pyfunc implementations of RNA API (i...Bastien Montagne
2013-08-27Mask primitivesSergey Sharybin
2013-08-26quiet warnings when building as a python moduleCampbell Barton
2013-08-26RNA fixes regarding dynamic array properties in functions parameters (reviewe...Bastien Montagne
2013-08-26Fix [#36308] Custom hotkey "Set Object Mode" - "Object Mode" doesn't work pro...Bastien Montagne
2013-08-26Don't check for an object mode that is excluded as a prerequisite forAntony Riakiotakis
2013-08-26Remove unused function NewBooleanMeshSergey Sharybin
2013-08-26Remove dirty normals assert from drawobject.cSergey Sharybin
2013-08-26Cleanup: move defines into anon enums, as suggested by Joshua, thx.Bastien Montagne
2013-08-26Fix cmake Inkscape auto generate of SVG on OS X giving an error popup, the bi...Brecht Van Lommel
2013-08-26Cleanup (bitflags are *so much* easy to handle and clear as bit-shift operati...Bastien Montagne
2013-08-26internal changes to ghash/edgehash, reorganize to split out resizing the hash...Campbell Barton
2013-08-26Fix uiList labels themed colors.Bastien Montagne
2013-08-26Revert r59500, has too much drawbakcs in term of speed... This bug ([#36289])...Bastien Montagne
2013-08-26Remove (comment out) auto-generating png form svg (r59382) in CMake, handy bu...Bastien Montagne
2013-08-26Bugfix #36324Ton Roosendaal
2013-08-26add some safety checks in debug mode to ensure sets/hashes aren't confused.Campbell Barton
2013-08-26BGE: Cleaning up the vsync code a little.Mitchell Stokes
2013-08-26no remove double property lookups in ED_fileselect_set_params and redundant N...Campbell Barton
2013-08-26another header edit neededCampbell Barton
2013-08-26blenderplayer builds againCampbell Barton