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 (Collapse)Author
2010-10-05Update stubs for recent changes (BKE_utildefines.h and header printing).Nathan Letwory
2010-09-15Fix cmake/osx blenderplayer linking.Brecht Van Lommel
2010-09-07patch [#23650] fix stubs.c for optimized buildCampbell Barton
from Filiciss Muhgue (filiciss) --- from the tracker submission if compile Blender with /GL on msvc, linker error LNK1237 occur on building blenderplayer.exe. http://msdn.microsoft.com/en-us/library/at5twzkt(v=VS.90).aspx
2010-09-01Adding intern/guardedalloc include dir for bad_level_call_stubs (stubs.c). ↵Mitchell Stokes
This update is for cmake and scons. This is needed since RNA_types.h now includes BLO_sys_types.h
2010-08-31Updating stubs.c.Mitchell Stokes
* WM_keyconfig_add -> WM_keyconfig_new * WM_keyconfig_add_user -> WM_keyconfig_new_user
2010-08-30stubs.c updatesMitchell Stokes
2010-08-30Finally change SConscript tabs to spaces.Nathan Letwory
2010-08-26Updating stubs.c for WM_clipboard_text_get and WM_clipboard_text_set.Mitchell Stokes
2010-08-25remove rna function template_triColorSet(), was only used in one place and ↵Campbell Barton
can be done just as well with 3 function calls.
2010-08-24rename some cmake build targetsCampbell Barton
2010-08-24Updating stubs.c to get the Blenderplayer linking again.Mitchell Stokes
2010-08-12bad level call fixes so the blenderplayer compiles againTom Musgrove
2010-08-11Update address in license block.Guillermo S. Romero
2010-08-03build options to disable image formats WITH_CINEON, WITH_HDR.Campbell Barton
- updated cmake, make & scons. - renamed CMake build options WITH_TIFF -> WITH_IMAGE_TIFF, same for DDS, OPENJPEG etc.
2010-07-25Shapekeys for curves/surfecesSergey Sharybin
Fix #21498: Edit curve Shape key /252_r 27318 Added full support of shape keys for curves and nurbs surfaces including topology changing in edit mode, undo stuff, updating relative keys when working under basis and so on.
2010-07-20- correct some spelling errors.Campbell Barton
- remove FreeCamera struct (wasnt used) - remove world color alpha values (not used anywhre).
2010-07-14Merge GSOC Sculpt Branch: 28499-30319Jason Wilkins
https://svn.blender.org/svnroot/bf-blender/branches/soc-2010-jwilkins See log of that branch for details.
2010-06-02blenderplayer building again (may need updates in libraries I dont compile ↵Dalai Felinto
with, but it' builds here). removed smoke declarations that are not needed anymore (not in windows,
2010-05-08Fix blenderplayer linking issues when building with CMake on unix systemsDamien Plisson
2010-05-07Logic UI: State Actuator done :) all actuators are there now. [and stubs update]Dalai Felinto
(it's a small commit, but couldn't help not doing it ;)
2010-04-13BGE: stubs update (bplayer)Dalai Felinto
2010-04-12BGE: TexFace panel (from patch #21780 from Mitchell Stokes + some changes)Dalai Felinto
the patch exposes a rna property to get the active edit mode face. This is a hack. However it's a small patch (a.k.a. easy to revert later if needed). The official plan is to wait for BMesh before tackling it properly. Nevertheless TexFace panel is really important for BGE. Missing: operators to copy the current parameters to other selected faces. * note: what I changed from the original patch is the UI script. The pool wasn't defined and it was using tabs.
2010-04-07Revert a crappy line from revision 28060. Thomas Dinges
2010-04-07more functions to stubs.cTom Musgrove
2010-04-01BGE fix: Parenting the object to itself crashes BGE + stubs updateDalai Felinto
it may happen if you start doing exec, setParent, ... in Python not a big deal, but to crash Blender is always bad
2010-03-31bge bplayer stub update.Dalai Felinto
For the record Blenderplayer looks working pretty well now. If you have problems loading textures make sure you rebuild your makesdna project (or try to find the non-existent bug for a few hours).
2010-03-27fix bad level call so blendplayer buildsTom Musgrove
2010-03-24fix bad level callsTom Musgrove
2010-03-23rna/py-api fix.Brecht Van Lommel
C functions and python used different argument order, this relied on mapping non-keyword arguments to 'REQUIRED' arguments but meant that you could not have an optional, non-keyword argument. next commit will make order of arguments consistant (currently only changed order that rna wrapped). (commit 27674 and 27683 by Campbell from render25 branch)
2010-03-23rna/py-api fix.Brecht Van Lommel
C functions and python used different argument order, this relied on mapping non-keyword arguments to 'REQUIRED' arguments but meant that you could not have an optional, non-keyword argument. next commit will make order of arguments consistant (currently only changed order that rna wrapped). (commit 27674 by Campbell from render25 branch)
2010-03-20merge own commits into render branch into trunk since 27560Campbell Barton
27562, 27570, 27571, 27574, 27576, 27577, 27579, 27590, 27591, 27594, 27595, 27596, 27599, 27605, 27611, 27612, 27613, 27614, 27623
2010-03-18BGE: blenderplayer building again.Dalai Felinto
*side note: Quadbuffer seems to be partially working in Blender 2.5 (it's 100% in 2.49). I'll try to take a look at that later.
2010-03-15fixing bad level callTom Musgrove
2010-03-11Fixed typo in blenderplayer scons rules.Sergey Sharybin
2010-03-10- scene sequencer camera override wasnt working for render strips (only opengl)Campbell Barton
- temp disable camera switching with override by clearning markers (hack) - check for GAMEBLENDER define else eclipse gets confused by multiple definitions of functons in the stub.
2010-03-03fix for minor errors/warningsCampbell Barton
2010-03-02patch from Sergey Sharybin (nazgul), use buildinfod for the player.Campbell Barton
2010-02-22game engine support for recording animation back & some other minor changes.Campbell Barton
2010-02-22- Jack transport update: Moving the playhead in another jack app when not ↵Joerg Mueller
playing back now triggers an update in blender. - Missing stub fix from last commit by nazg-gul, blenderplayer works now atm.
2010-02-18Update to stubs.c to get the blenderplayer linking again.Mitchell Stokes
2010-02-13fix for blenderplayer building.Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-07get GE compilingTom Musgrove
2010-02-05fixing blenderplay compilingTom Musgrove
2010-02-01stub additions for building the game engineTom Musgrove
2010-01-30Removing duplicate bad level call entries, patch from Richard Sanger, thanksTom Musgrove
2010-01-28Keyconfig import and removeMartin Poirier
- Keyconfig are now marked as user_defined when it is the case - Import keyconfig operator: select an exported keyconfig .py file, copies it to the scripts folder (keep the original copy if wanted, default True), imports and select as active config. The active keyconfig is stored in the user default file, so that still has to be saved after import. - Remove keyconfig operator and button next to the keyconfig name (poll False if not user_defined). Removes the keyconfig from the list and deletes the file from the folder. Remaining bug: The file is copied in the user defined script folder (if present) or the /scripts/ui folder. The problem is that it might be imported before operators defined in python are imported themselves. One solution would be to use a separate folder for keyconfigs that is imported after all others.
2010-01-17Add more stub functions for blenderplayer.Benoit Bolsee
2010-01-11- player building againCampbell Barton
- fix for compiler warnigns - bpath reporting was incorrect
2010-01-11blenderplayer building with cmakeCampbell Barton