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
path: root/source
AgeCommit message (Expand)Author
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-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
2013-08-26minor changes to edgehassh/ghashCampbell Barton
2013-08-26replace hashes with sets where possible.Campbell Barton
2013-08-26BKI_gset and EdgeSet api, use when hash values aren't used (reuses ghash inte...Campbell Barton
2013-08-25Fix [#36289] Not change children object on freez layer when change frame.Bastien Montagne
2013-08-25move doxy docs out of the ghash header into the C file.Campbell Barton
2013-08-25clearing the mempool can now keep more then a single element reserved.Campbell Barton
2013-08-25fix leak in BLI_ghash_clear(). was never freeing entries, add BLI_mempool_cle...Campbell Barton
2013-08-25code cleanup for mempool, refactor chunk initialization into a static function.Campbell Barton
2013-08-25merge mempool allocs per chunk, include the data in the BLI_mempool_chunk alloc.Campbell Barton
2013-08-25doxygen docs for ghash/edgehashCampbell Barton
2013-08-25For pointer hashing use the same method as python, it gives better distribution.Campbell Barton
2013-08-25use ints for ghash/edgehash flags, since its allocated theres not much point ...Campbell Barton
2013-08-24Quiet annoying VC++ warning C4819: The file contains a character that cannot ...Tamito Kajiyama
2013-08-24ghash: reserve size when its known or can be guessed close enough.Campbell Barton
2013-08-24Fix bad draw of plane track when using Tiny display optionSergey Sharybin
2013-08-24Add stdlib.h to solve compilation error caused by missing abort() prototypeSergey Sharybin
2013-08-24correct error in face walker (was inserting into the wrong ghash which was im...Campbell Barton
2013-08-24cloth was using edgehash not quite correctly:Campbell Barton
2013-08-24cloth spring building: replace MIN2/MAX2 in assignments with a function which...Campbell Barton
2013-08-24avoid double ghash lookup in sculpt map_insert_vertCampbell Barton
2013-08-24add versions of BLI_ghash_int_new, BLI_ghash_str_new, etc. that take a reserv...Campbell Barton
2013-08-24revert bucket size change (edgehash was this way for years, since r26206, gha...Campbell Barton
2013-08-24Fix #36541: blender internal raytrace render hangs with high ray depth. The codeBrecht Van Lommel
2013-08-24use reserve argument for more edgehashsCampbell Barton
2013-08-24fix for leak in cloth modifierCampbell Barton
2013-08-24when the size of an edgehash is known or can be guessed,Campbell Barton
2013-08-24fix for leak in make_edges_mdata() if there were no edges to create,Campbell Barton