2012-02-20 |
Brecht Van... | Fix: cycles crash with multiple OpenCL platforms instal... |
commit | commitdiff | tree |
2012-02-20 |
Sergey Sharybin | Fixed incorrect accessing to use_restrict as to integer... |
commit | commitdiff | tree |
2012-02-20 |
Miika Hamalainen | Fixed blenderplayer compile for msvc. |
commit | commitdiff | tree |
2012-02-20 |
Campbell Barton | add type check asserts for bmesh operator get/set funcs... |
commit | commitdiff | tree |
2012-02-20 |
Campbell Barton | added boolean type for bmesh operators, will make pytho... |
commit | commitdiff | tree |
2012-02-20 |
Campbell Barton | fix [#30266] B-Mesh: Issue with Weight Painting |
commit | commitdiff | tree |
2012-02-19 |
Campbell Barton | minor edits to have the game engine and player building. |
commit | commitdiff | tree |
2012-02-19 |
Campbell Barton | for bake check polygon texface (not tessface-texface) |
commit | commitdiff | tree |
2012-02-19 |
Campbell Barton | fix harmless but annoying memory leak prints, "newmem... |
commit | commitdiff | tree |
2012-02-19 |
Campbell Barton | - remove some unused editmesh functions. |
commit | commitdiff | tree |
2012-02-19 |
Daniel Genrich | Bugfix (missed one code line): Copy paste induced bug... |
commit | commitdiff | tree |
2012-02-19 |
Daniel Genrich | Bugfix: Copy paste induced bug found by Sv. Lockal. |
commit | commitdiff | tree |
2012-02-19 |
Thomas Dinges | B-Mesh: |
commit | commitdiff | tree |
2012-02-19 |
Campbell Barton | moved select interior faces into a C function (was... |
commit | commitdiff | tree |
2012-02-19 |
Daniel Genrich | Smoke |
commit | commitdiff | tree |
2012-02-19 |
Campbell Barton | remove more unused files. |
commit | commitdiff | tree |
2012-02-19 |
Campbell Barton | remove files no longer used since bmesh merge. |
commit | commitdiff | tree |
2012-02-19 |
Campbell Barton | BMesh Merge |
commit | commitdiff | tree |
2012-02-19 |
Campbell Barton | misc changes from trunk (avoid confusion since these... bmesh |
commit | commitdiff | tree |
2012-02-19 |
Campbell Barton | copying bmesh dir on its own from bmesh branch |
commit | commitdiff | tree |
2012-02-19 |
Campbell Barton | svn merge ^/trunk/blender -r44235:44250 |
commit | commitdiff | tree |
2012-02-19 |
Juha Mäki-Kanto | Fix #30230, Crash after importing collada file |
commit | commitdiff | tree |
2012-02-19 |
Campbell Barton | fix for bug where particle system would fail when the... |
commit | commitdiff | tree |
2012-02-19 |
Campbell Barton | sync some changes with trunk and rename bmeshutils.c |
commit | commitdiff | tree |
2012-02-19 |
Campbell Barton | rebane files to match trunk. |
commit | commitdiff | tree |
2012-02-19 |
Bastien Montagne | More pose armature code factorization: |
commit | commitdiff | tree |
2012-02-19 |
Sergey Sharybin | Reload movie clip to ensure all cache and prefetched... |
commit | commitdiff | tree |
2012-02-19 |
Sergey Sharybin | Proxies: FFmpeg proxy builder wasn't taking image quali... |
commit | commitdiff | tree |
2012-02-19 |
Campbell Barton | style cleanyp: split > 120 width lines. |
commit | commitdiff | tree |
2012-02-19 |
Campbell Barton | fix for incorrect check to find largest axis (was check... |
commit | commitdiff | tree |
2012-02-19 |
Campbell Barton | replace MIN2 / MAX2 with minf / maxf to avoid calling... |
commit | commitdiff | tree |
2012-02-19 |
Campbell Barton | fix for issue with bevel when the 2 edges form a straig... |
commit | commitdiff | tree |
2012-02-19 |
Campbell Barton | svn merge ^/trunk/blender -r44213:44235 --- fixes... |
commit | commitdiff | tree |
2012-02-19 |
Campbell Barton | Change texface draw to always use glShadeModel(GL_SMOOT... |
commit | commitdiff | tree |
2012-02-19 |
Campbell Barton | skip per face texface poly lookup while drawing when... |
commit | commitdiff | tree |
2012-02-19 |
Campbell Barton | left print in by mistake |
commit | commitdiff | tree |
2012-02-19 |
Campbell Barton | edit-derived-mesh had a table for vert/edge/face lookup... |
commit | commitdiff | tree |
2012-02-18 |
Juha Mäki-Kanto | Fix rest of #27022, collada export: add bone parenting... |
commit | commitdiff | tree |
2012-02-18 |
Sergey Sharybin | Wring scaling and precision error in previous commit. |
commit | commitdiff | tree |
2012-02-18 |
Sergey Sharybin | Proxies: FFmpeg proxy builder wasn't taking image quali... |
commit | commitdiff | tree |
2012-02-18 |
Juha Mäki-Kanto | Collada export: changes to joints/weights in skincontroller |
commit | commitdiff | tree |
2012-02-18 |
Sergey Sharybin | Merging r44140 through r44226 from trunk into soc-2011... |
commit | commitdiff | tree |
2012-02-18 |
Juha Mäki-Kanto | Minor change collada export; don't even run the parenti... |
commit | commitdiff | tree |
2012-02-18 |
Benoit Bolsee | BGE bug #30173: ImageRender not working when initialize... |
commit | commitdiff | tree |
2012-02-18 |
Campbell Barton | minor bmesh api changes. |
commit | commitdiff | tree |
2012-02-18 |
Nicholas Bishop | Remesh modifier: extensive refactoring of the Octree... |
commit | commitdiff | tree |
2012-02-18 |
Arystanbek... | #collada animation import, bugfix #29082 |
commit | commitdiff | tree |
2012-02-17 |
Campbell Barton | remove function for testing selection (was only used... |
commit | commitdiff | tree |
2012-02-17 |
Campbell Barton | remove OBJ export, better rely on the python exporter. |
commit | commitdiff | tree |
2012-02-17 |
Campbell Barton | more syncing smaller changes with trunk |
commit | commitdiff | tree |
2012-02-17 |
Campbell Barton | minor edits to sync up with trunk, remove crash save... |
commit | commitdiff | tree |
2012-02-17 |
Campbell Barton | svn merge ^/trunk/blender -r44204:44213 |
commit | commitdiff | tree |
2012-02-17 |
Sergey Sharybin | - Fixed linking errors of blender player with CMake... |
commit | commitdiff | tree |
2012-02-17 |
Campbell Barton | svn merge ^/trunk/blender -r44189:44204 |
commit | commitdiff | tree |
2012-02-17 |
Sergey Sharybin | glog should now compile fine at FreeBSD 9 platform |
commit | commitdiff | tree |
2012-02-17 |
Sergey Sharybin | XDND support now can be disabled using WITH_GHOST_XDND... |
commit | commitdiff | tree |
2012-02-17 |
Campbell Barton | remove section in gotcha's doc about matrix col/row... |
commit | commitdiff | tree |
2012-02-17 |
Sergey Sharybin | Fixed compilation error cased by recent refactor of... |
commit | commitdiff | tree |
2012-02-17 |
Campbell Barton | patch [#30227] Various MSVC (32-bit) Warning and Typo... |
commit | commitdiff | tree |
2012-02-17 |
Campbell Barton | unify include guard defines, __$FILENAME__ |
commit | commitdiff | tree |
2012-02-17 |
Bastien Montagne | Use BLF API to check whether translation is enabled... |
commit | commitdiff | tree |
2012-02-17 |
Campbell Barton | add note to avoid confusion with angle_v3v3v3, also... |
commit | commitdiff | tree |
2012-02-17 |
Sergey Sharybin | Returning magic _USE_MATH_DEFINES to esm tracker. |
commit | commitdiff | tree |
2012-02-17 |
Sergey Sharybin | In fact, snapping in particle edit mode also might... |
commit | commitdiff | tree |
2012-02-17 |
Sergey Sharybin | Revert part of own recent header cleanup: pivot and... |
commit | commitdiff | tree |
2012-02-17 |
Sergey Sharybin | Reverting changes made to build systems when was upgrad... |
commit | commitdiff | tree |
2012-02-17 |
Sergey Sharybin | Drag-n-drop support on Linux |
commit | commitdiff | tree |
2012-02-17 |
Bastien Montagne | Minor fixes found while working on keyingsets. |
commit | commitdiff | tree |
2012-02-17 |
Sergey Sharybin | Fix #25649: Image editor paint icon missing until enter... |
commit | commitdiff | tree |
2012-02-17 |
Campbell Barton | svn merge ^/trunk/blender -r44136:44189 |
commit | commitdiff | tree |
2012-02-17 |
Sergey Sharybin | Camera tracking: switch to own repo of libmv where... |
commit | commitdiff | tree |
2012-02-17 |
Bastien Montagne | fa_PE is no valid language code (how comes no one noted... |
commit | commitdiff | tree |
2012-02-17 |
Sergey Sharybin | Fix for recent changes in 3D viewport header: object... |
commit | commitdiff | tree |
2012-02-17 |
Sergey Sharybin | Missed this changes needed to fully support animation... |
commit | commitdiff | tree |
2012-02-17 |
Jens Verwiebe | OSX: since XCode 4.3 the developer directory is inside... |
commit | commitdiff | tree |
2012-02-17 |
Sergey Sharybin | Camera tracking: configurable filter type for 2d stabil... |
commit | commitdiff | tree |
2012-02-17 |
Sergey Sharybin | Camera tracking: run aspect correction before stabilizi... |
commit | commitdiff | tree |
2012-02-17 |
Sergey Sharybin | Camera tracking: fixed issue when track used for rotati... |
commit | commitdiff | tree |
2012-02-17 |
Sergey Sharybin | Camera tracking: fixed default value for pixel aspect... |
commit | commitdiff | tree |
2012-02-17 |
Sergey Sharybin | Camera tracking: fixed incorrect auto-scale calculation... |
commit | commitdiff | tree |
2012-02-17 |
Sergey Sharybin | Camera tracking: fix for missing cache invalidation... |
commit | commitdiff | tree |
2012-02-17 |
Sergey Sharybin | Camera tracking: animation datablock for MovieClip |
commit | commitdiff | tree |
2012-02-17 |
Sergey Sharybin | Build proxy from meta and image strips used resolution... |
commit | commitdiff | tree |
2012-02-17 |
Sergey Sharybin | Cleanup of 3D viewport header in painting modes: |
commit | commitdiff | tree |
2012-02-17 |
Campbell Barton | fix [#30220] Knife Tool Leaks memory |
commit | commitdiff | tree |
2012-02-17 |
Campbell Barton | fix [#30220] Knife Tool Crashes Blender |
commit | commitdiff | tree |
2012-02-17 |
Campbell Barton | fix for error found while looking into #30221 |
commit | commitdiff | tree |
2012-02-16 |
Campbell Barton | correct for bad assumption in recent commit. angle_v3v3... |
commit | commitdiff | tree |
2012-02-16 |
Thomas Dinges | Release Cycle for 2.63: |
commit | commitdiff | tree |
2012-02-16 |
Campbell Barton | fix for bug with adding icosphere in editmode (was... |
commit | commitdiff | tree |
2012-02-16 |
Campbell Barton | fix [#30208] Bmesh Edit Mode: Add Primitive keeps old... |
commit | commitdiff | tree |
2012-02-16 |
Campbell Barton | fix [#30141] Add primitive sets only the default name... |
commit | commitdiff | tree |
2012-02-16 |
Campbell Barton | fix for bug when dissolving faces. |
commit | commitdiff | tree |
2012-02-16 |
Nicholas Bishop | Sculpt/Paint UI: Add a new menu for brush options. |
commit | commitdiff | tree |
2012-02-16 |
Campbell Barton | fix [#30209] "Tris to Quad" fails in some cases |
commit | commitdiff | tree |
2012-02-16 |
Campbell Barton | more knit-picky memory saving |
commit | commitdiff | tree |
2012-02-16 |
Nicholas Bishop | Sculpt UI: add missing sculpt options to menu |
commit | commitdiff | tree |
2012-02-16 |
Nicholas Bishop | Bugfix: update the sculpt menu to use the correct path... |
commit | commitdiff | tree |
2012-02-16 |
Sergey Sharybin | Typo in previous own commit. |
commit | commitdiff | tree |
2012-02-16 |
Sergey Sharybin | Clear PROP_TRANSLATE flag for Macro Operator's bl_label... |
commit | commitdiff | tree |
next |